How to use from the
Use from the
Keras library
# Available backend options are: "jax", "torch", "tensorflow".
import os
os.environ["KERAS_BACKEND"] = "jax"

import keras

model = keras.saving.load_model("hf://GiladtheFixer/my_Mnist_Model")

MNIST Classification Model

An improved CNN model for handwritten digit recognition, trained on the MNIST dataset.

Model Architecture

  • Uses Convolutional layers (CNN)
  • Data Augmentation for improved performance
  • Batch Normalization
  • Dropout for preventing Overfitting
  • Dense layers with ReLU activation

Parameters

  • Optimizer: Adam (lr=0.001)
  • Loss: Sparse Categorical Crossentropy
  • Metrics: Accuracy
  • Epochs: 20 (with Early Stopping)
  • Batch Size: 32

Performance

Test Accuracy: 0.9884

Downloads last month
14
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Dataset used to train GiladtheFixer/my_Mnist_Model

Space using GiladtheFixer/my_Mnist_Model 1