Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

longdnk20
/
CNN_MNIST

Image Classification
Keras
English
pattern-recognition
mnist
Model card Files Files and versions
xet
Community

Instructions to use longdnk20/CNN_MNIST with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Keras

    How to use longdnk20/CNN_MNIST with Keras:

    # Available backend options are: "jax", "torch", "tensorflow".
    import os
    os.environ["KERAS_BACKEND"] = "jax"
    
    import keras
    
    model = keras.saving.load_model("hf://longdnk20/CNN_MNIST")
    
  • Notebooks
  • Google Colab
  • Kaggle
CNN_MNIST
3.02 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
Long Dang
Update README.md
4842b15 verified about 1 year ago
  • .gitattributes
    1.57 kB
    Upload latest_model.keras about 1 year ago
  • README.md
    2.15 kB
    Update README.md about 1 year ago
  • classification_report_image.png
    30.7 kB
    Update result about 1 year ago
  • confusion_matrix.png
    33.7 kB
    Update result about 1 year ago
  • latest_model.keras
    2.75 MB
    xet
    Upload latest_model.keras about 1 year ago
  • model.png
    59 kB
    Update result about 1 year ago
  • test_result.png
    74.8 kB
    Update result about 1 year ago
  • training_history.png
    65.4 kB
    Update result about 1 year ago