apeyrard / neuroEvolution

Training of neural networks with genetic algorithms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Training of neural networks with genetic algorithms

License:Apache License 2.0


Languages

Language:C++ 94.4%Language:CMake 5.1%Language:C 0.5%