ylecun/mnist
Viewer • Updated • 70k • 89.8k • 245
How to use GiladtheFixer/my_Mnist_Model with Keras:
# 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")
An improved CNN model for handwritten digit recognition, trained on the MNIST dataset.
Test Accuracy: 0.9884