rdangovs / mnist_two_digits

Two digit numbers from MNIST data with tensorflow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mnist_two_digits

Two digit numbers from MNIST data with tensorflow

The linear regression (on mnist_li_rumen.py) has accuracy close to 0.8. The CNN (on cnn_mnist_li_rumen.py) achieves a train accuracy 0.94 and a test accuracy 0.8818, much better than the linear regression attempt.

About

Two digit numbers from MNIST data with tensorflow


Languages

Language:Python 100.0%