• Stars
    star
    119
  • Rank 297,930 (Top 6 %)
  • Language
    C++
  • License
    MIT License
  • Created about 8 years ago
  • Updated almost 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Simple Back Propagation Neural Network

NeuralNetwork

Simple Back Propagation Neural Network

The example code makes use of Florian Rappl's command parser: github

Disclaimer

This code is meant to be a simple implementation of the back-propagation neural network discussed in the tutorial below:

https://takinginitiative.wordpress.com/2008/04/03/basic-neural-network-tutorial-theory/

https://takinginitiative.wordpress.com/2008/04/23/basic-neural-network-tutorial-c-implementation-and-source-code/

It is intended as a reference/example implementation and will not be maintained or supported.