plexso is a C++ library for designing and simulating neural networks. With this library, it's possible to design and simulate feed forward multi-layer neural networks for function approximation with the Levenberg-Marquardt algorithm.
stnn is a neural network system that includes a back propagation network, which can learn input target patterns. It can be trained to match patterns such as letters and fingerprints.