https://github.com/dev-michael-schmidt/digit-read-write-nn
A collection of neural nets in jupyter notebooks
https://github.com/dev-michael-schmidt/digit-read-write-nn
Last synced: 3 months ago
JSON representation
A collection of neural nets in jupyter notebooks
- Host: GitHub
- URL: https://github.com/dev-michael-schmidt/digit-read-write-nn
- Owner: dev-michael-schmidt
- Created: 2018-03-04T22:18:05.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-16T03:54:20.000Z (almost 7 years ago)
- Last Synced: 2025-01-14T11:16:23.574Z (5 months ago)
- Language: Jupyter Notebook
- Size: 425 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Learning how to read and write by example
#### mnist-digit-recognition
Train a CNN to recognize digits from the MNIST digit dataset.
#### mnist-digit-generation
Train a GAN to generate digits using the MNIST digit dataset.