Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 514 Bytes

File metadata and controls

23 lines (15 loc) · 514 Bytes

MNIST

A repo showing my progress with the well known MNIST dataset as I learn the basics of ML

Getting the data

For whatever reason you want to replicate the code, clone the data using the kaggle cli into the data/ folder

kaggle competitions download -c digit-recognizer

Usage

python main.py

Todo

  • Getting it working with ANN
  • Make version with CNN to get higher accuracy
  • Make version pure Numpy for the sake of understanding the low level aspects of ML