/neuroEvolution

Training of neural networks with genetic algorithms

Primary LanguageC++Apache License 2.0Apache-2.0

neuroEvolution

Training of neural networks with genetic algorithms

Status

Build Status

What is done :

Feed-forward neural network implementation.

Training with back-propagation doesn't work

To do :

  1. Automate unit tests with google test
    1. Test Vectorize
    2. Test feed forward neural network
  2. clean code when back-propagation works
  3. Profiling of code, then optimization id needed
  4. Implement genetic algorithm
  5. Extend to non-Feed forward nns