https://github.com/strcoder4007/one_hot_true
A neural net trained on mnist data to recognize digits from 28x28 images using Tensorflow 2. Attained accuracy: 95% in 3 epochs..
https://github.com/strcoder4007/one_hot_true
Last synced: 4 months ago
JSON representation
A neural net trained on mnist data to recognize digits from 28x28 images using Tensorflow 2. Attained accuracy: 95% in 3 epochs..
- Host: GitHub
- URL: https://github.com/strcoder4007/one_hot_true
- Owner: strcoder4007
- Created: 2017-11-13T07:38:16.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-02-16T13:46:47.000Z (over 5 years ago)
- Last Synced: 2025-01-11T08:30:17.393Z (6 months ago)
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# one_hot_true
A neural net trained on mnist data to recognize digits from 28x28 images using Tensorflow 2. Attained accuracy is around 95% in 3 epochs.