Skip to content

sw882882/mnist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

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

About

Digit recognition with the MNIST dataset

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages