SFML community forums

General => SFML projects => Topic started by: achpile on December 06, 2017, 03:23:09 pm

Title: Neural Network + Genetic Algorithm
Post by: achpile 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

http://www.youtube.com/watch?v=cAr90JQVxaI

http://www.youtube.com/watch?v=oeJ7Gw_vO_8
Title: Re: Neural Network + Genetic Algorithm
Post by: Sub 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.
Title: Re: Neural Network + Genetic Algorithm
Post by: Tank on December 07, 2017, 08:31:54 am
Impressive stuff, Alexander!
Title: Re: Neural Network + Genetic Algorithm
Post by: achpile on December 07, 2017, 08:44:07 am
Impressive stuff, Alexander!

Thank you, Stefan  :)
Title: Re: Neural Network + Genetic Algorithm
Post by: Hiura 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.
Title: Re: Neural Network + Genetic Algorithm
Post by: achpile 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.