Machine Learning with Scikit

12
Live Coding with Scikit Machine Learning & Deep Learning Community Manish Shivanandhan,Data Analyst, Adappt. Ltd(UK) http://linkedin.com/in/manishshivanandhan

Transcript of Machine Learning with Scikit

Page 1: Machine Learning with Scikit

Live Coding with ScikitMachine Learning & Deep Learning

CommunityManish Shivanandhan,Data Analyst, Adappt. Ltd(UK)http://linkedin.com/in/manishshivanandhan

Page 2: Machine Learning with Scikit

Machine Learning & Deep Learning

Community - MLDLChttps://medium.com/machine-learning-deep-learning-community

Started one month ago - 250+ members

International audience

Biweekly events & Expert Presenters

Page 3: Machine Learning with Scikit

Who am I?

3 Years - Independent ConsultantTestreach.com,Kettle.io,Estimote.com

2 Years - Adappt Ltd., UKWHO,Curation,Governments

Engineering DropoutB.E, Computer Science & Engineering

Page 4: Machine Learning with Scikit

Agenda

●Classification Problem with Scikit

●Regression Problem with Scikit

●Quick Intro to Machine Learning

Page 5: Machine Learning with Scikit

Machine LearningX 0 1 2 3 4 5

Y 0 1 4 9 16 25

F(x) = Y = X**2

● Classification, Regression● Supervised, Unsupervised,

Reinforcement

Page 6: Machine Learning with Scikit

Built on Numpy, Scipy, Matplotlib

Open Source & Commercially usable

Most popular Machine Learning Framework

Scikithttp://scikit-learn.org

Page 7: Machine Learning with Scikit

Technique of using algorithms to predict future values

Supervised Regression

Continuous set of outputsEg. Stock prices, Housing prices, Volume predictions

Regression

Page 8: Machine Learning with Scikit

Technique of using algorithms to classify/group inputs

Supervised & Unsupervised classifications

Discrete set of outputsEg. Binary, A-Z,Spam/Not spam

Classification

Page 9: Machine Learning with Scikit

https://github.com/MLDLC/Live-coding-with-scikit

Source Code

Page 10: Machine Learning with Scikit

Kagglehttp://kaggle.com

Udacityhttps://www.udacity.com/course/intro-to-machine-learning--ud120

Resources

Courserahttps://www.coursera.org/learn/machine-learning

Page 11: Machine Learning with Scikit

Nervana - $400Mhttp://www.recode.net/2016/8/9/12413600/intel-buys-nervana--350-million

Deep Mind - $500Mhttps://techcrunch.com/2014/01/26/google-deepmind/

In the news...

Turi - $200Mhttp://www.informationweek.com/big-data/big-data-analytics/apple-acquires-machine-learning-startup-turi-for-$200-million/d/d-id/1326528

Page 12: Machine Learning with Scikit

Cheers!