Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samanyougarg/dl-mnist
Deep Learning on the MNIST Handwritten Digits Dataset.
https://github.com/samanyougarg/dl-mnist
deep-learning deep-neural-networks keras mnist python tensorflow
Last synced: 24 days ago
JSON representation
Deep Learning on the MNIST Handwritten Digits Dataset.
- Host: GitHub
- URL: https://github.com/samanyougarg/dl-mnist
- Owner: samanyougarg
- License: mit
- Created: 2018-04-28T12:33:01.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-04-29T17:08:56.000Z (over 6 years ago)
- Last Synced: 2023-03-01T00:15:53.988Z (almost 2 years ago)
- Topics: deep-learning, deep-neural-networks, keras, mnist, python, tensorflow
- Language: Jupyter Notebook
- Homepage:
- Size: 191 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Deep Learning on the MNIST Handwritten Digits Dataset
A Jupyter notebook using Deep Learning(CNNs) in Keras on the MNIST Handwritten Digits Dataset.
For step-by-step explanation, see the notebook.
The model scores 0.99485(20 epochs) on the Kaggle Digit Recognizer competition.