Introduction - If you have any usage issues, please Google them yourself
Lightweight Neural Network
This is a lightweight implementation of a backpropagation neural network
routine in C. It doesn t do anything fancy: no millions of different
types of neural networks, no graphical user interface, just the routines
for computing and training a backpropagation neural network.