janhohenheim / Hippocrates

No longer maintained, actually usable implementation of NEAT

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NO LONGER MAINTAINED




Branch Linux Windows
Master Build Status Build status
Development Build Status Build status

Gitter

Visualization Tool by @Mafii
Experimental image recognition is currently being added at https://github.com/IDPA16/Hippocrates

Implementation of Kenneth Stanley and Risto Miikkulainen's NEAT (NeuroEvolution of Augmenting Topologies, http://nn.cs.utexas.edu/downloads/papers/stanley.ec02.pdf).

It focuses (in contrast to other implementations) on

  • Speed - through modern and efficient C++17
  • Clean Code - through constant ongoing refactoring and a deep care for aesthetics
  • Usability - through being able to be used without much knowledge of Neural Networks
  • Platform Independency - written on three different operating systems (Windows, Ubuntu, MacOS X) and the most used compilers (MSVC and GCC6), it is safe to say that it will work on multiple platforms, flawlessly.

Acknowledgements

  • Serge A. Zaitsev (jsmn)

Dependencies

  • ImageMagick 6.9.6-8

About

No longer maintained, actually usable implementation of NEAT

License:GNU Affero General Public License v3.0


Languages

Language:C++ 88.3%Language:C 7.7%Language:CMake 3.3%Language:PowerShell 0.7%