TUTORIAL #4
*** TUTORIAL TITLE
***TENSORFLOW, MNIST AND YOUR OWN HANDWRITTEN DIGITS
*** TUTORIAL DESCRIPTION
***"There are a lot of articles about MNIST and how to learn handwritten digits. So this one will be just another one?
Nope, the author Ole Kröger will use the newest available library Tensorflow by Google.
Although
TensorFlow.org already has a MNIST tutorial Ole Kröger didn't find any
article which describes how to recognize the digits as we normally write
them.
All digits inside MNIST look really cool, however no one writes with a perfect white pen on a black background.
You will use your camera and make a photo where the digit isn't in the center.
If you use that as the input for your neural net, you will get some random results.
The
last part of every article about MNIST is about the accuracy which is
something around >85% and you will get something like 10% (random).
HOW TO GET THIS ACCURACY WITH YOUR OWN HANDWRITTEN DIGITS?
*** TUTORIAL SYLLABUS
***1 - The MNIST dataset - a small overview
2 - Tensorflow - Library for machine learning by Google
3 - Preprocessing
4 - CHECKING ACCURACY
*** TRY IT
***http://openmachin.es/blog/tensorflow-mnisthttps://github.com/openmachinesblog/tensorflow-mnist