Project 2: MNIST-Hand Written Digits Classifier
Created a model that does Handwritten Digit Recognition on the MNIST dataset
-
Designed a model that is able to identify hand written digits.
-
The MNIST-Dataset is a set of 70,000 small images of digits handwritten by high school students and employees of the US causes Bureau. This dataset can be fetched using the fetch_openml library
-
Model - The major aim in this project is to be able to to identify handwritten digits based on the features using some of the classification techniques and algorithms. I have set a condition for the binary classifier where the model has to identify the digit 7 .

Confusion matrix Vizualization of the Dataset

Overview of the MNIST Dataset
Please Check out my Github Repoitory for all the details: Link to Github Repository