Skip to content

Neural network evolving with use of genetic algorithm, created from scratch.

License

Notifications You must be signed in to change notification settings

Aktyn/Genetic-Algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Genetic-Algorithm

Genetic algorithm used for some tasks including neural network evolution.

Evolution algorithm is implemented in c++ and compiled to web assembly with Emscripten.

Demos:

  • Evolving neural network to play simple game
  • Reconstructing images using squares of varying scale and opacity
  • Traveling Salesman Problem