Tagged Questions
10
votes
4answers
4k views
Algorithm for Hand writing recognition
Is there any specific algorithm for handwriting recognition?
The algorithm should recognize the hand written letter.
Any one could help would be greatly appreciated in advance.
Thank you
1
vote
3answers
216 views
Neural network input data, cartesian plane x/y coordinates, correlate with Handwriting
I am very curious about making a handwriting recognition application in a web browser. Users draw a letter, ajax sends the data to the server, neural network finds the closest match, and returns ...