some machine learning(deep learning) study stuff and examples.
Codes of Andrew Ng machine learning course https://www.coursera.org/learn/machine-learning
This course let me know the basic concepts of machine learning.
Codes of free deep learning by Google in Udacity. https://classroom.udacity.com/courses/ud730
This course let me know some concepts of deep learning for computer vision and natural language processing.
an example of using VGG net for transfer learning.
Some RL codes from https://github.com/MorvanZhou/Reinforcement-learning-with-tensorflow
An example of machine translation from English to French.