MNIST ("Modified National Institute of Standards and Technology") is the de facto “hello world” dataset of computer vision. Since its release in 1999, this classic dataset of handwritten images has served as the basis for benchmarking classification algorithms. As new machine learning techniques emerge, MNIST remains a reliable resource for researchers and learners alike.
- You can get a data, here
- Or, use the Kaggle Download API:
$ kaggle competitions download -c digit-recognizer
$ python train.py
$ python eval.py
$ python inference.py