In this project, hand written digit in the images is recognized using logistic regression analysis,
- Importing the required libraries
- Loading the digits dataset from sklearn.datasets
- Spliting the dataset into train and test segments for training and testing the model
- Predicting the accuracy of the model using score method
- Visualizing the model's predicted and testing values in the form of confusion matrix.
- Check the model for its failure using Confusion matrix
Confuison Matrix