Skip to content

rubrahha/mnist_digit_recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

mnist_digit_recognition

🧠 What it Does: Your program learns to recognize handwritten digits (0–9) using deep learning.

πŸ”§ What You Did (Step-by-Step): Loaded the MNIST dataset β†’ A collection of 70,000 handwritten digit images.

Preprocessed the data β†’ Scaled pixel values to 0–1 and reshaped images for the model.

Built a CNN model β†’ A type of deep learning model that works great with images.

Used data augmentation β†’ Slightly altered training images to help the model generalize better.

Trained the model β†’ It learned patterns from training images over 10 rounds (epochs).

Tested the model β†’ Achieved 99.38% accuracy on new, unseen images β€” excellent!

Visualized performance β†’ Accuracy graph showed how well it learned over time.

Saved the model β†’ So you can use it later without retraining.

βœ… Final Result: Your model can now predict handwritten digits with 99.38% accuracy!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages