Introduction - If you have any usage issues, please Google them yourself
neural network utility is a Neural Networks library for theC++ Programmer. It is entirely object oriented and focuseson reducing tedious and confusing problems of programming neural networks.By this I mean that network layers are easily defined. Anentire multi-layer network can be created in a few lines, andtrained with two functions. Layers can be connected to one anothereasily and painlessly.