Sample code for Neural Networks
For what it is worth, here is some sample code
for how to implement a
multi-layer Neural Network
which learns by back-propagation.
Be warned though:
- The code is C++. (In fact, it is simplified C++ pseudocode.)
The code: