---> It consists of 60,000 images with 28X28 dimensions and 10,000 test image data. It is a type of grayscale image and the image processing and cross-validation part is already done in this dataset.
We can find the dataset directly in the Keras library where we can use the API .https://keras.io/api/datasets/mnist/
- Importing the necessary dependencies (libraries).
- Load the dataset in the Google Colab directory.
- Image data analysis.
- Image label analysis.
- Building the neural network using tensorflow and keras library.
- Model Evaluation to check accuracy and loss on test data and also if there is any overfitting or not.
- Use the Confusion matrix and visualize the data using the heatmap
- Build a predictive system, which will take different handwritten digit images as a path and can recognize the label of the image data.