Simple Back Propagation Neural Network
The example code makes use of Florian Rappl's command parser: github
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/
It is intended as a reference/example implementation and will not be maintained or supported.