Need Backpropagation algorithm
-
Dear all, Im doing a project on OCR. for that i need backpropagation algorithm. i tried in my websites and books and many are giving different equations. so im pretty confused on which equation to follow. so could you please give me one good backpropagation algorithm...or a working code for the same. Thanks & regards, Andal :)
-
Dear all, Im doing a project on OCR. for that i need backpropagation algorithm. i tried in my websites and books and many are giving different equations. so im pretty confused on which equation to follow. so could you please give me one good backpropagation algorithm...or a working code for the same. Thanks & regards, Andal :)
You could try http://www.codeproject.com/csharp/neural_dot_net_pt_7.asp[^] pseudonym67 My Articles[^] "They say there are strangers who threaten us, In our immigrants and infidels. They say there is strangeness too dangerous In our theaters and bookstore shelves. That those who know what's best for us Must rise and save us from ourselves." Rush
-
Dear all, Im doing a project on OCR. for that i need backpropagation algorithm. i tried in my websites and books and many are giving different equations. so im pretty confused on which equation to follow. so could you please give me one good backpropagation algorithm...or a working code for the same. Thanks & regards, Andal :)
This is the simplest explanation of MLP and Backpropagation Algorithm, I found elsewhere! See for yourself: Neural Networks by Dr. J.Sodha:cool: ARSALAN MALIK
-
Dear all, Im doing a project on OCR. for that i need backpropagation algorithm. i tried in my websites and books and many are giving different equations. so im pretty confused on which equation to follow. so could you please give me one good backpropagation algorithm...or a working code for the same. Thanks & regards, Andal :)
Creating Optical Character Recognition (OCR) applications using Neural Networks[^] That source code seems to use resilient propagation algorithm (RPROP)[^], which is pretty good basic backpropagation algorithm. I have also couple implementations from that algorithm, unfortunately those implementations are divided to multiple files and are pretty long. So I am not going to post them here :( On more "advanced" version from RPROP is Quickprop[^]. However it might not be better than RPROP[^]. "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to build bigger and better idiots. So far, the universe is winning." - Robert Cringley