Recognising Handwritten Digits
Recognizing Handwritten Digits In this project, I have uploaded the data-set and tested for the hypothesis which is " The Digits data set of the sci-kit-learn library provides numerous data-sets.Some Scientist claims that it predicts the digit accurately 95% of the time. I performed data analysis to accept or reject this Hypothesis and finally put-forth my conclusion. The sci-kit-learn library (HTTP://scikit-learn.org/) enables helps you to approach this type of project. The data to be analyzed is closely related to numerical values or strings, but can also involve images and sounds. The problem faced in this project is to predict a numeric value, and then reading and interpreting an image that uses a handwritten font. So even in this case I have used an estimator with the task of learning through a fit() function, and once it has reached a degree of predictive capability (a model sufficiently valid), which will produce a prediction with the predict() functio