machine learning intro

13
ML @vee_lesyk

Upload: viktor-lesyk

Post on 08-Feb-2017

106 views

Category:

Software


0 download

TRANSCRIPT

Page 1: Machine Learning Intro

ML@vee_lesyk

Page 2: Machine Learning Intro

Agenda• Terms

• Learning methods

• Validation techniques

• Workflow

• Cheat sheet

• Demo

Page 3: Machine Learning Intro

Buzz Words

• Artificial Intelligence  —  Human Intelligence Exhibited by Machines

• Machine Learning —  An Approach to Achieve Artificial Intelligence

• Deep Learning — A Technique for Implementing Machine Learning

Page 4: Machine Learning Intro

–AI pioneer Arthur Samuel

“Machine Learning - field of study that gives computers the ability to learn without being

explicitly programmed.”

Page 5: Machine Learning Intro

Terms

• Features

• Models

Page 6: Machine Learning Intro

Learning methods• Supervised

• Classification

• Regression

• …

• Unsupervised

• Principal Components Analysis (PCA)

• K-means clustering

• …

• Reinforcement learning

Page 7: Machine Learning Intro

Validation techniques

• Cross validation

• Regularization

• …

Page 8: Machine Learning Intro

Just right is on the right

Page 9: Machine Learning Intro

Workflow

Page 10: Machine Learning Intro
Page 11: Machine Learning Intro

Demo

Page 12: Machine Learning Intro

@vee_lesyk

Page 13: Machine Learning Intro

References

• What’s the Difference Between Artificial Intelligence, Machine Learning, and Deep Learning?

• Machine Learning for Developers (xyclade.ml)

• Approaching (Almost) Any Machine Learning Problem | Abhishek Thakur

• Choosing the right estimator