Hamza0426/mnist-digit-classifier-cnn
03
MNIST Digit Classifier CNN
This is a Convolutional Neural Network (CNN) trained on the MNIST dataset to classify handwritten digits (0-9).
- Framework: TensorFlow/Keras
- Accuracy: ~99% on test set
- Input Shape: 28x28x1 (grayscale)
