Overview ยง
Built a deep learning model to classify handwritten digits (0โ9) using Python and TensorFlow/Keras.
Tested multiple architectures (Dense Neural Networks, Convolutional Neural Networks) and achieved the best results with a CNN.
Techniques Used ยง
- ๐๏ธ Clean CNN architecture with convolutional, pooling, and fully connected layers.
- ๐ Data preprocessing: Normalized and reshaped images for efficient training.
- ๐ค Model evaluation: Monitored accuracy, confusion matrix, and training/validation curves.
- โก High performance: Achieved over 96.8% test accuracy with fast training and inference.
- โ Reliable predictions: Correctly classified most handwritten digits with high confidence.
Results ยง
- ๐ฏ Achieved over 96.8% test accuracy with the CNN model.
- โก Fast training and inference, enabling efficient experimentation.
- โ High-confidence predictions for most handwritten digits.
- ๐ Demonstrated robust generalization across unseen test images.