You can just use
pip install mnist-classifier
You can find all the information you need on the documentation page
This project was realised in the scope of a course in Artificial Intelligence offered by UniDistance and the Idiap research Institute
The hypothesis motivating the development of this package is the following:
Random Forests can give similar resulting prediction models to MLP Neural Networks on the M-NIST digit dataset in significantly less time.
With the code in this repository, we show that indeed, Random Forests can in fact produce similar (if not better) results with training times orders of magnitude smaller.
MIT
@sandrich - Christian Sandrini @bigskapinsky - Calixte Mayoraz