https://github.com/alenaksu/neatjs
NEAT (Neuro Evolution of Augmenting Topologies) implementation in JavaScript
https://github.com/alenaksu/neatjs
ai genetic-algorithm machine-learning neat neural-networks neuroevolution
Last synced: about 2 months ago
JSON representation
NEAT (Neuro Evolution of Augmenting Topologies) implementation in JavaScript
- Host: GitHub
- URL: https://github.com/alenaksu/neatjs
- Owner: alenaksu
- License: gpl-3.0
- Created: 2019-02-22T10:09:50.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T18:57:20.000Z (over 2 years ago)
- Last Synced: 2025-04-09T05:38:17.218Z (2 months ago)
- Topics: ai, genetic-algorithm, machine-learning, neat, neural-networks, neuroevolution
- Language: JavaScript
- Homepage: https://alenaksu.github.io/neatjs/
- Size: 3.19 MB
- Stars: 22
- Watchers: 2
- Forks: 5
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Neuro Evolution of Augmenting Topologies
A JavaScript implementation of Kenneth Stanley's NEAT
Demo: https://alenaksu.github.io/neatjs/
## Work in progress...
## References
- [Paper 1](http://nn.cs.utexas.edu/downloads/papers/stanley.ec02.pdf)
- [Paper 2](http://nn.cs.utexas.edu/downloads/papers/stanley.phd04.pdf)
- [NEAT Home Page](https://www.cs.ucf.edu/~kstanley/neat.html)
- [Kenneth Stanley's NEAT original source code](https://github.com/FernandoTorres/NEAT/)
- [Competitive Coevolution through Evolutionary Complexification](https://www.cs.cmu.edu/afs/cs/project/jair/pub/volume21/stanley04a-html/jairhtml.html)