Tagged Questions

2
votes
3answers
226 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 ...