ml with tensorflow//github.com/aymericdamien/tensorflow-examples. schedule ... ml with tensorflow...

10
Machine/Deep Learning with TensorFlow (Python) Sung Kim <[email protected]> Basic

Upload: nguyenkhuong

Post on 06-Mar-2018

228 views

Category:

Documents


3 download

TRANSCRIPT

Page 1: ML with Tensorflow//github.com/aymericdamien/TensorFlow-Examples. Schedule ... ML with Tensorflow Author: Sung Kim Created Date: 4/6/2016 5:19:51 AM

Machine/Deep Learning with TensorFlow (Python)

Sung Kim <[email protected]>

Basic

Page 2: ML with Tensorflow//github.com/aymericdamien/TensorFlow-Examples. Schedule ... ML with Tensorflow Author: Sung Kim Created Date: 4/6/2016 5:19:51 AM
Page 3: ML with Tensorflow//github.com/aymericdamien/TensorFlow-Examples. Schedule ... ML with Tensorflow Author: Sung Kim Created Date: 4/6/2016 5:19:51 AM

GPU Technology Conference 2015 - Dr. Andrew Ng

Page 4: ML with Tensorflow//github.com/aymericdamien/TensorFlow-Examples. Schedule ... ML with Tensorflow Author: Sung Kim Created Date: 4/6/2016 5:19:51 AM

Audience

• Want to understand basic machine learning (ML)

• No/weak math/computer science background

- y = Wx + b (y=ax+b)

• Want to use ML as black-box with basic understanding

• Want to use Tensorflow and Python (optional)

Page 5: ML with Tensorflow//github.com/aymericdamien/TensorFlow-Examples. Schedule ... ML with Tensorflow Author: Sung Kim Created Date: 4/6/2016 5:19:51 AM

Goals

• Basic understanding of machine learning algorithms

- Linear regression, Logistic regression (classification)

- Neural networks, Convolutional Neural Network, Recurrent Neural Network

• Solve your problems using machine learning tools

- Tensorflow and Python

Page 6: ML with Tensorflow//github.com/aymericdamien/TensorFlow-Examples. Schedule ... ML with Tensorflow Author: Sung Kim Created Date: 4/6/2016 5:19:51 AM

Course structure

• About 10 min Lecture

• Programming tutorial using Tensorflow

Page 7: ML with Tensorflow//github.com/aymericdamien/TensorFlow-Examples. Schedule ... ML with Tensorflow Author: Sung Kim Created Date: 4/6/2016 5:19:51 AM
Page 8: ML with Tensorflow//github.com/aymericdamien/TensorFlow-Examples. Schedule ... ML with Tensorflow Author: Sung Kim Created Date: 4/6/2016 5:19:51 AM

Acknowledgement

• Andrew Ng’s ML class- https://class.coursera.org/ml-003/lecture

- http://www.holehouse.org/mlclass/ (note)

• Convolutional Neural Networks for Visual Recognition. - http://cs231n.github.io/

• TensorFlow- https://www.tensorflow.org- https://github.com/aymericdamien/TensorFlow-Examples

Page 9: ML with Tensorflow//github.com/aymericdamien/TensorFlow-Examples. Schedule ... ML with Tensorflow Author: Sung Kim Created Date: 4/6/2016 5:19:51 AM

Schedule

• Machine learning basic concepts

• Linear regression

• Logistic regression (classification)

• Multivariable (Vector) linear/logistic regression

• Neural networks

• Deep learning- CNN

- RNN- Bidirectional Neural networks

Page 10: ML with Tensorflow//github.com/aymericdamien/TensorFlow-Examples. Schedule ... ML with Tensorflow Author: Sung Kim Created Date: 4/6/2016 5:19:51 AM

Next

ML basic concepts