Tensorflow Examples (Jupyter Notebook)

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

chap02_data_handling
chap03_basic_models
chap04_basic_neural_networks
chap05_basic_reinforcement
chap06_rnn_with_word2vec
chap07_basic_scikit_learn
chap08_scikit_custom
chap09_tensorboard
chap10_nueral_style

Leave a Reply

Your email address will not be published. Required fields are marked *