Classification of hand written digits using a simple neural network and a shallow convolutional neural network for result comparison using TensorFlow 2 and Keras.
- Visual Studio Code
- Python 3.8
- TensorFlow 2.x (Keras is built-in)
- Matplotlib
- Jupyter Notebook
Model | Training Accuracy | Validation Accuracy | Training Loss | Validation Loss |
---|---|---|---|---|
Artificial Neural Network | 98.52% | 98.00% | 0.0445 | 0.0706 |
Convolutional Neural Network | 99.65% | 98.78% | 0.0104 | 0.0470 |