Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 812 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 812 Bytes

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.