Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Neural Network + Genetic Algorithm  (Read 6676 times)

0 Members and 1 Guest are viewing this topic.

achpile

  • Full Member
  • ***
  • Posts: 231
    • View Profile
    • Achpile's homepage
    • Email
Neural Network + Genetic Algorithm
« on: December 06, 2017, 03:23:09 pm »
After watching a lot of videos on YouTube I had some fun playing with neural networks + genetic algorithm. Don't know what else to say  :D

Source code: https://github.com/achpile/neural




Sub

  • Full Member
  • ***
  • Posts: 157
    • View Profile
Re: Neural Network + Genetic Algorithm
« Reply #1 on: December 06, 2017, 04:16:14 pm »
I'm a big fan of the game Super Hexagon, but I'm kind of terrible at it.  I've long since wanted to write an AI to beat the game for me because I'm incapable of actually beating it myself.

So yeah.  I got a kick out of this, really cool stuff.

Tank

  • SFML Team
  • Hero Member
  • *****
  • Posts: 1486
    • View Profile
    • Blog
    • Email
Re: Neural Network + Genetic Algorithm
« Reply #2 on: December 07, 2017, 08:31:54 am »
Impressive stuff, Alexander!


Hiura

  • SFML Team
  • Hero Member
  • *****
  • Posts: 4321
    • View Profile
    • Email
Re: Neural Network + Genetic Algorithm
« Reply #4 on: December 08, 2017, 11:58:00 pm »
Nice! If you like that can of things, you can have some fun with particle swarm optimization (PSO) as well.
SFML / OS X developer

achpile

  • Full Member
  • ***
  • Posts: 231
    • View Profile
    • Achpile's homepage
    • Email
Re: Neural Network + Genetic Algorithm
« Reply #5 on: December 09, 2017, 06:57:15 am »
Nice! If you like that can of things, you can have some fun with particle swarm optimization (PSO) as well.

Thank you :) Yep, maybe some time later.