Machine learning and azure ml studio gabc

21
Machine Learning and Azure ML Studio Yogendra Tamang Global Azure BootCamp 16 April, 2016

Transcript of Machine learning and azure ml studio gabc

Page 1: Machine learning and azure ml studio gabc

Machine Learning and Azure ML Studio

Yogendra Tamang

Global Azure BootCamp16 April, 2016

Page 2: Machine learning and azure ml studio gabc

Outline• Introduction• Case Scenario• Creating Models• Classification• Creating Models on Azure ML• Demo

Page 3: Machine learning and azure ml studio gabc

Machine Learning ?• AI• Learning Algorithm• Lots of examples• Testing and Evaluation

Page 4: Machine learning and azure ml studio gabc

Machine Learning• Machine Learning

- Grew out of work in AI- New capability for computers

• Examples: - Database mining

• Large datasets from growth of automation/web. • E.g., Web click data, medical records, biology, engineering

- Applications can’t program by hand.• E.g., Autonomous helicopter, handwriting recognition, most of Natural Language Processing

(NLP), Computer Vision. - Self-customizing programs

• E.g., Amazon, Netflix product recommendations- Understanding human learning (brain, real AI).

Page 5: Machine learning and azure ml studio gabc

Machine Learning• Autonomous

Helicopter• Autonomous Driving• Face Detection

Page 6: Machine learning and azure ml studio gabc

Autonomous Cars, Facial Detection, NLP..

Page 7: Machine learning and azure ml studio gabc

Azure ML• Create Model• Get Data• Pre-processing of data• Define Features

• Train the Model• Choose and apply learning algorith

• Score and Test the model• Predict new automobile prices

Page 8: Machine learning and azure ml studio gabc

Creating Models1. Create new Experiment2. Type in automobile to see Automobile Price Dataset

1. Play Around with datasets

3. Pre-process Data

Page 9: Machine learning and azure ml studio gabc
Page 10: Machine learning and azure ml studio gabc

Case Scenario

Page 11: Machine learning and azure ml studio gabc

Data Variables

Page 12: Machine learning and azure ml studio gabc

Getting data• Titatanic Data/Automobile Price Data• Each row for single automobile

Page 13: Machine learning and azure ml studio gabc

Data Visualization

Page 14: Machine learning and azure ml studio gabc

Data Pre-Processing

Page 15: Machine learning and azure ml studio gabc

Data Preprocessing• Converting to Categorical [PassengerId,Survived,Pclass,Sex,Embarked]• Missing Value Scrubber• Renaming• Project Columns• Exclude[PassengerId,Name,Ticket,Cabin]

Page 16: Machine learning and azure ml studio gabc

Random Forest

Page 17: Machine learning and azure ml studio gabc

Training the model• Train Model Module• Left Port for Model, Right port for data• Run experiment

Page 18: Machine learning and azure ml studio gabc

Predict New Automobile Prices• Score Model• Left Port from Train model• Right Port from Test Data• Run

• Evaluate Model

Page 19: Machine learning and azure ml studio gabc

Publishing

Page 20: Machine learning and azure ml studio gabc

Thank you

Page 21: Machine learning and azure ml studio gabc

References• https://azure.microsoft.com/en-us/documentation/articles/machine-

learning-create-experiment/