/MNIST-Learning

A brief example of machine learning using MNIST's number dataset.

Primary LanguageJupyter Notebook

Instructions

  1. Create venv $ python3 -m venv --system-site-packages ./venv
  2. Activate venv $ source ./venv/bin/activate
  3. Install requirements $ pip install -r requirements.txt