PDA

View Full Version : Hopfield Network


kaushik_acharya
04-30-2005, 12:10 AM
I solved the problem 2 of
http://courses.washington.edu/css485/assn4/

But while applying the code for
http://www.cs.rit.edu/usr/local/pub/pga/Images/Digits/ 20x30 digits
http://www.cs.rit.edu/~pga/2002_2_PR_outline.htm

its not working ..... i have checked my program several times .. but i can't understnad where is it going wrong ......

i m reading the data as told in Uni of Washington page i.e. column wise ...

has any one of you did character recognition for large sets of data as in 20x30 digits data using Hopfield Network?

Ed Mack
04-30-2005, 01:49 AM
Without seeing your code (the smallest part possible), it's really hard to help

kaushik_acharya
04-30-2005, 06:20 AM
http://geocities.com/kaushik_acharya/sourc...-version2.0.zip (http://geocities.com/kaushik_acharya/source-codes/hopfield-network/OCR-version2.0.zip)
This is working for the simple problem put up in Washington University website.

http://geocities.com/kaushik_acharya/sourc...0x30_digits.zip (http://geocities.com/kaushik_acharya/source-codes/hopfield-network/OCR-20x30_digits.zip)
This is the one which is for 20x30 digits Numerical Recognition ... its not working at all .....