Skip to content

ParsProgrammer/Persian-Handwritten-Digit-Recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Persian-Handwritten-Digit-Recognition

you can find code here: https://colab.research.google.com/drive/1lcpICRa4krlX7vcgjtnP8rU9Uw0WuA-r?authuser=1

  • samples:

alt text

  • thinned samples, for boundary recognition:

alt text

There are various methods for the recognition of handwritten digits such as pattern recognition, deep learning, or machine learning. In this project, we used the Sequence Matching algorithm to recognize the digits. This approach is used for comparison between unknown data and patterns. In order to calculate the distance between two images, initially, we convert them into signal and then recognise the boundary of the digits.The rationale is that the same handwritten digits have similar signals so that by the conversion of images into a single-dimensional sequence of numbers (signals), the algorithm was able to compare signals with some pattern signals and predict the label of images.

comparing two signals and calculating distances

alt text

results:

alt text

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published