3 layer configurable neural network with back and resilient propagation learning. Implemented for rapid convergence and ease of use.
Refer to test_network.cc for training, convergence testing, and model usage example.
My answer on StackExchange XOR backpropagation convergence
This C++ implementation based on the following whitepaper by Martin Riedmiller & Heinrich Braun A Direct Adaptive Method for Faster Backpropagation Learning: The RPROP Algorithm which can be found here