I did a project to classify handwritten digits using machine learning in Python, almost an year back. I used Python’s Scikit Learn library, along with Pandas, and Numpy on an open data set, to read and classify handwritten digits. I used K Nearest neighbors and Decision Trees, and GridSearchCV to achieve an accuracy of 92.5%. …
Continue reading “Handwritten Digit Recognition through Machine Learning”