What is the best classifier for train the handwritten characters?
Show older comments
I am doing my project in OCR.I have tried feed forward back propagation , Perceptron etc for training .Finally use radial basis function and got more accuracy during training phase.But the problem arise during testing part.For training , i have taken 710 characters and got 97.58% performance.But during testing i have got poor results(got 5-20% accuracy). I have used image that are written by same person for testing and training phase. Now i don't know what to do... .My last option is to change my classifier. My project depends on these. I have searched online and tried for several days(nearly 1 month) to find a solution, but nothing has worked.Could anybody help me please..............
Accepted Answer
More Answers (1)
Walter Roberson
on 14 May 2013
1 vote
No-one knows what the "best" classifier is. We expect that a better one will be invented within the next 50,000 years. In the meantime the best of the known classifiers very likely has performance depending on the kind of characters being analyzed. So far, no-one has found any that can read what Nature has writ in the frost on the windows.
2 Comments
Minu
on 14 May 2013
@Minu: Reading hand-written characters is a serious problem. Note that pupils require years to learn this, although their visual system has been optimized for millions of years (and this is an understatement).
There cannot be a "best" method, because it will depend on the age and nationality of the writers, on the fact if they care for readability as on bank cheques, on the properties of the paper and on the quality of the camera, e.g. number of gray shades.
In consequence I assume, that even after years of further investigations, you will not find a "best" method, but a bunch of almost satisfying solutions.
Categories
Find more on Deep Learning Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!