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
- Host: GitHub
- URL: https://github.com/kaitoy/ml-mnist
- Owner: kaitoy
- Created: 2018-03-13T22:42:38.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-01T23:28:50.000Z (over 7 years ago)
- Last Synced: 2025-01-29T09:47:48.707Z (8 months ago)
- Topics: keras, machine-learning, mnist, python, vgg
- Language: Python
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```