Handwritten Gurmukhi Digit Prediction using Convolutional Neural Network with Keras and Tensorflow
Intelligent Character Recognition is a term which is specifically used for the recognition of handwritten character or digit. It is a prominent research area of computer vision field of machine learning or deep learning which trained the machine to analyze the pattern of handwritten character image and identify it. Recognition of handwritten character is a hard process because single person can handwrite the same text in number of ways by making a little variation in holding the pen. Handwriting has no specific font style or size. It differs person to person or more specifically it differs how one is holding the pen. Deep Leaning has brought the breakthrough performance in this research area with its dedicated models like Convolutional Neural Network, Recurrent Neural Network etc. In this paper, we have trained model with Convolutional Neural Network with different number of layers and filters over 10,559 handwritten gurmukhi digit images and validate over 1320 images. Consequently we could achieve the maximum accuracy of 99.24%.