Bellow lists will be linked to github which includes jupyter files.
Personally I believe Blog is not a effective tool to explain Tensorflow codes, so I decide to just post links to my github.
[chap01] Explain basic concept of tensorflow, graph, variable types, session use
[chap02] Data handling numpy, tensorflow shape methods, storage connections
[chap03] Basic Models explain concept of “machine learning (Data driven)”
[chap04] Basic Neural Networks (DNN, CNN, RNN)
[chap05] Working on .. make custom Reinforcement (with out gym)
[chap06] Working on .. Word 2 Vec based examples
[chap07] Working on .. scikit learn samples
[chap08] Working on .. making custom scikit learn app with estimator
[chap09] Working on .. Tensorboard usages
[chap10] Working on .. Customize AI Painter open source
Plan to make some NLP (ChatBot or understand Context) stuffs ..