Skip to content

A Convolutional Neural Network (CNN) trained on the MNIST dataset to classify handwritten digits. This project includes model training, evaluation, performance metrics, and prediction visualizations.

Notifications You must be signed in to change notification settings

charithasrir31/Handwritten-Digit-Prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Handwritten-Digit-Prediction

A Convolutional Neural Network (CNN) to classify handwritten digits from the MNIST dataset with a test accuracy around 98-99%. The model was built using TensorFlow and Keras, using the tensorflow.keras.datasets.mnist package to load and preprocess the data. This project demonstrates model training, evaluation, and performance visualization through confusion matrices and prediction plots.

Features

- Dataset: MNIST dataset containing 70,000 grayscale images of handwritten digits at 28x28 pixels.

- Model: CNN model with Conv2D, MaxPooling2D, Flatten, and Dense layers for digit classification.

- Tools Used: TensorFlow, Keras, NumPy, Matplotlib, Seaborn, and Scikit-learn.

- Results: Achieved a test accuracy around 98-99% and generated comprehensive performance metrics including a confusion matrix and classification report.

About

A Convolutional Neural Network (CNN) trained on the MNIST dataset to classify handwritten digits. This project includes model training, evaluation, performance metrics, and prediction visualizations.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published