|
Project Information
|
AboutNEAT (NeuroEvolution of Augmenting Topologies) is a method for evolving arbitrary neural networks developed by Kenneth O. Stanley. This project aims to implement NEAT in the Python programming language. For further information regarding general concepts and theory, please visit: Selected Publications in Stanley's website. TestingIf you want to try neat-python, please check out from the subversion repository, you can start playing with the XOR example and then follow creating your own experiment. This project is not in active development as it has reached its purpose. |