A model that recognizes images of hand-written digits from 0-9, built using Scikit-learn.
About the dataset:
This dataset is a copy of the test set of the UCI ML hand-written digits datasets. https://archive.ics.uci.edu/ml/datasets/Optical+Recognition+of+Handwritten+Digits
Each datapoint is a 8x8 image of a digit. The images attribute of the dataset stores 8x8 arrays of grayscale values for each image. The target attribute of the dataset stores the digit each image represents.
