/mnist-pytorch

Primary LanguageJupyter Notebook

MNIST: Hello World of Machine Learning

Try it in the Cloud

Binder

Local Setup

  • Python 3.8
  • PyTorch
  • Numpy
  • Matplotlib
  • Jupyter
  • Pandas
python -m venv env
source env/bin/activate
(env) pip install -r requirements.txt

Run

Launch Jupyter notebook

(env) jupyter notebook

Useful Resources