Fashion MNIST dataset trained on a deep neural network using TensorFlow 2 and Keras.
- Visual Studio Code
- Python 3.8
- TensorFlow 2.x (Keras is built-in so no need of separate install).
- Training Accuracy - 93%
- Training Loss - 0.18
- Validation Accuracy - 88%
- Validation Loss - 0.36
- Testing Accuracy - 89%
- Testing Loss - 0.34