An open API service indexing awesome lists of open source software.

https://github.com/kaitoy/ml-mnist

Python scripts for handwritten digits recognition on MNIST with Keras
https://github.com/kaitoy/ml-mnist

keras machine-learning mnist python vgg

Last synced: 3 months ago
JSON representation

Python scripts for handwritten digits recognition on MNIST with Keras

Awesome Lists containing this project

README

          

# ML-MLINT

Python 3.6.4

```cmd
$ cd ml-mnist
$ pip install -r requirements.keras.txt -c requirements.lock
$ ./download_mnist.sh
$ python bin/ml_mnist.py train
$ python bin/ml_mnist.py eval
```