Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

A0lgk
/
MNIST

Image Classification
Scikit-learn
English
mnist
digits
handwritten
computer-vision
logistic-regression
machine-learning
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Scikit-learn

    How to use A0lgk/MNIST with Scikit-learn:

    from huggingface_hub import hf_hub_download
    import joblib
    model = joblib.load(
    	hf_hub_download("A0lgk/MNIST", "sklearn_model.joblib")
    )
    # only load pickle files from sources you trust
    # read more about it here https://skops.readthedocs.io/en/stable/persistence.html
  • Notebooks
  • Google Colab
  • Kaggle
MNIST
21 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
A0lgk's picture
A0lgk
Upload 2 files
667ecf6 verified 4 months ago
  • .gitattributes
    1.52 kB
    initial commit 4 months ago
  • README.md
    7.84 kB
    Upload 2 files 4 months ago
  • mnist_exploration.ipynb
    11.7 kB
    Upload 2 files 4 months ago