This library is mostly a Java port of Hunter Park's C++ neural network library, but I have fixed a few bugs and added a few features.
The neural network implementation is located in NeuralNetwork
and some example/test code is located in NeuralNetworkTest
.