Introduction - If you have any usage issues, please Google them yourself
A very simple example of Neural Networks using back propagation
This program is a simple example of Neural Networks using back propagation. My code has all basic functionalities like learning rate, load net, save net, etc. You can have as many layers as you can. The code here is extensible ie you can use my code in your programs to implement neural networks. Here a sample problem and network is given. Load the network with name "XOR.nn". It solves XOR problem. Please don t forget to give comments, credits and most important your VOTE!. And also, if you create another application using my neural networks please inform me.
Paras Chopra