Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 1.03 KB

README.md

File metadata and controls

27 lines (15 loc) · 1.03 KB

ML Study Stuff

some machine learning(deep learning) study stuff and examples.

Table of contents

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.