An open API service indexing awesome lists of open source software.

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

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)