I’m thinking about developing an application for offline Handwriting Recognition using neural network. I want to develop an application that will help me first train the system by taking in patterns from the user, and matching them to certain alphabets. And then use this trained system for Handwriting Recognition. I want to know how to save the images and how to map them to characters? Storing them as individual images and maintaining a database to match them to their corresponding alphabets will make the application quite heavy. Any other ideas for storing patterns and later matching them? Not much acquainted with storage and backend activities in android 🙁
I’m thinking about developing an application for offline Handwriting Recognition using neural network. I
Share
You might want to examine the structure and results of the Handprinting Recognition contest, held by “Dr. Dobb’s Journal”:
http://drdobbs.com/security/184408923?pgno=2