My Road Path of 100 Days TensorFlow / Machine Learning (Day 6–10)
Day 6: 01 Sep 2018
Read training: Handwritten digits recognition using Tensorflow with Python

Do it in my ipynb
I tried to move it to my ipynb.
There are some bugs in the training document, I fixed it and it can runs and output:
Accuracy: 0.2332
Model Execution Complete
Result is not good
But there is no information how to implement the model to recognize digits? The accuracy 0.2332 seems to be a bad result. How to improve it?
It works finally
I search again and find a *better* tutorial in Chinese. It got accuracy around 0.9. The description is better.
The question so far is how to implement the model to recognize digits?
Day 7: 09 Sep 2018
Finally, I failed the course “Machine Learning by Stanford University” in “week 2” section.
I started a new course “Machine Learning with TensorFlow on Google Cloud Platform”
Day 7–10: 12 Sep 2018
Complete section one of “Machine Learning with TensorFlow on Google Cloud Platform”.

