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

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..

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.