Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 410 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 410 Bytes

MNIST Digit Recognition

How to run

  1. Install Jupyter Notebook through Anaconda or through the standalone using pip install jupyterlab.
  2. Clone this repo
  3. Download the MNIST dataset from here.
  4. Place the .csvs in the same folder as the Jupyter Notebook.
  5. Run the notebook and play around with it!