zalando-datasets/fashion_mnist
Viewer β’ Updated β’ 70k β’ 28.2k β’ 67
How to use alfred-ogunbayo/stage3_fashion_cnn_tuned with Keras:
# Available backend options are: "jax", "torch", "tensorflow".
import os
os.environ["KERAS_BACKEND"] = "jax"
import keras
model = keras.saving.load_model("hf://alfred-ogunbayo/stage3_fashion_cnn_tuned")
This model is part of a structured project focused on building and improving deep convolutional neural networks (CNNs) for clothing item classification using the Fashion MNIST dataset.
This is Stage 3, where architectural tuning with Batch Normalisation and Dropout was introduced to improve performance and generalisation.
| Metric | Value |
|---|---|
| Accuracy | 0.9012 |
| Precision | 0.9053 |
| Recall | 0.9012 |
| F1 Score | 0.8992 |
Alfred Ogunbayo β MSc AI
GitHub: https://github.com/freddylags
Hugging Face: https://huggingface.co/alfred-ogunbayo