This project uses a Convolutional Neural Network (CNN) to classify handwritten digits (0β9) from the MNIST dataset.
- Uses TensorFlow/Keras
- Achieves ~99% accuracy
- Includes training history plots
- Predicts on test samples
notebook/mnist_cnn.ipynbβ Jupyter notebook with full implementationrequirements.txtβ Python dependencies
pip install -r requirements.txt
jupyter notebook notebook/mnist_cnn.ipynb