Click to See Complete Forum and Search --> : any neural n/w implementation in c ++
rahulsj
March 18th, 2003, 08:20 AM
hi friends,
i have selected my final year project as "Handwritten character segmentation using neural n/w" So u guys if have any idea of neural n/w implementation in c++" i will be thankful to u.
u can mail me at rahulsj@rediffmai.com
Marina Vaillant
March 18th, 2003, 09:06 AM
I did work on something like this.
The handwriting was stored as the picture of course, but also a list of parameters giving the number of backwards movements, upper movements (used for l, k, h, b, f ...), down movements (used for g, j, q ...), etc...
I don't remember if we used neural networks there...
Marina
galathaea
March 18th, 2003, 04:50 PM
Some resources I have seen for c++ are:
Some ugly c++ classes (http://www.pitt.edu/~aesmith/pittnet.cpp) -- not well written, but gets the idea across
Neural Network Objects (http://www.ep1.ruhr-uni-bochum.de/~marcel/nno.pdf) -- this is a pdf explaining an implementation
XOR Net back propagation classes (http://www.generation5.org/xornet.shtml) -- only bp, but its a start...
Also, there are two good books I have read. Practical Neural Network Recipes in C++ by Timothy Masters and Object-Oriented Neural Networks in C++ by Joey Rogers. These are really useful references. However, I might add that much of current research on neural net algorithm at the academic level is done in Lisp, as it is a more natural language to express these data structures and their evolution.
Zeeshan
March 18th, 2003, 11:59 PM
Visit
http://www.cnbc.cmu.edu/Resources/PDP++/
http://www.strout.net/conical/
http://geneura.ugr.es/~jmerelo/EO.html
Hope it helps.
codeguru.com
Copyright Internet.com Inc., All Rights Reserved.