Introduction to Azure Machine Learning Studio

Slides:



Advertisements
Similar presentations
CIS 678 Artificial Intelligence problems deduction, reasoning knowledge representation planning learning natural language processing motion and manipulation.
Advertisements

Introduction to WEKA Aaron 2/13/2009. Contents Introduction to weka Download and install weka Basic use of weka Weka API Survey.
Sponsors. Smart Apps with Azure ML CHRIS MCHENRY VP OF TECHNOLOGY, INTEGRO
Oracle Data Mining Ying Zhang. Agenda Data Mining Data Mining Algorithms Oracle DM Demo.
WHT/ HPCC Systems Flavio Villanustre VP, Products and Infrastructure HPCC Systems Risk Solutions.
CS598CXZ Course Summary ChengXiang Zhai Department of Computer Science University of Illinois, Urbana-Champaign.
1.Knowledge management 2.Online analytical processing 3. 4.Supply chain management 5.Data mining Which of the following is not a major application.
Knowledge Discovery and Data Mining Evgueni Smirnov.
Knowledge Discovery and Data Mining Evgueni Smirnov.
Introduction to SQL Server Data Mining Nick Ward SQL Server & BI Product Specialist Microsoft Australia Nick Ward SQL Server & BI Product Specialist Microsoft.
Advanced Database Course (ESED5204) Eng. Hanan Alyazji University of Palestine Software Engineering Department.
Chapter 5: Business Intelligence: Data Warehousing, Data Acquisition, Data Mining, Business Analytics, and Visualization DECISION SUPPORT SYSTEMS AND BUSINESS.
Prediction of Influencers from Word Use Chan Shing Hei.
Data Mining: Knowledge Discovery in Databases Peter van der Putten ALP Group, LIACS Pre-University College LAPP-Top Computer Science February 2005.
Azure Machine Learning: From design to integration Peter Myers M355.
Machine Learning as a Service
1 WHAT MOVIE TO WATCH TONIGHT? AZURE ML BY MSFT CC AUGUST 5, 2015.
Kansas State University Department of Computing and Information Sciences CIS 730: Introduction to Artificial Intelligence Friday, 14 November 2003 William.
Azure Machine Learning Introduction to Azure ML. Setting Expectations This presentation is for you if…  you hear the buzzword “Machine Learning” and.
Azure Machine Learning My first Data Science experiment Using Azure Machine Learning.
Introduction to Azure Machine Learning and Data Mining algorithms Oleksandr Krakovetskyi CEO, DevRain Solutions PhD, Microsoft Regional
Fraud Detection with Machine Learning: A Case Study from Sift Science
Azure ML in SSIS An introduction to Azure Machine Learning Through the eyes of an SSIS developer David Söderlund – SolidQ Nordic
A Suite of Products that allow you to Predict Outcomes, Prescribe Actions and Automate Decisions.
Advancements in Analytics with Azure Machine Learning James Wang Technical Evangelist Microsoft Taiwan Slide modified from
Introducing Precictive Analytics
Oracle Advanced Analytics
Bhakthi Liyanage SQL Saturday Atlanta 15 July 2017
Data Mining, Machine Learning, Data Analysis, etc. scikit-learn
4/18/2018 3:49 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
Machine Learning with Spark MLlib
Demand Management and Workflow
Azure Machine Learning
BI09 – Cortana Analytics and Power BI
Katie Goldstein Christopher Bilz Brian Northern Michael Yang
Make Power BI Your Own with the Power BI APIs
Make Predictions Using Azure Machine Learning Studio
Eick: Introduction Machine Learning
Make Power BI Your Own with the Power BI APIs
Kathi Kellenberger Redgate
Data Mining 101 with Scikit-Learn
Kathi Kellenberger Redgate
Azure Machine Learning & ML Studio
A GACP and GTMCP company
Make Power BI Your Own with the Power BI APIs
Kathi Kellenberger Redgate
Kathi Kellenberger Redgate Software
Azure Machine Learning 101
Advanced Analytics. Advanced Analytics What is Machine Learning?
CSE591: Data Mining by H. Liu
Machine Learning Telepathy for Shift Right Approach
Make Power BI Your Own with the Power BI APIs
Microsoft Ignite NZ October 2016 SKYCITY, Auckland.
Data Science introduction.
What is this and how can I use it?
INNOvation in TRAINING BUSINESS ANALYSTS HAO HElEN Zhang UniVERSITY of ARIZONA
Data Mining, Machine Learning, Data Analysis, etc. scikit-learn
Data Mining, Machine Learning, Data Analysis, etc. scikit-learn
What is this and how can I use it?
What is this and how can I use it?
Getting Started Using Azure ML
orange.biolab.si A general-purpose open source component-based
Christoph F. Eick: A Gentle Introduction to Machine Learning
Artificial intelligence for everyone
Data Analysis and R : Technology & Opportunity
Text Analytics Solutions with Azure Machine Learning
Azure Machine Learning
CSE591: Data Mining by H. Liu
Getting Started with Microsoft Azure Machine Learning
Presentation transcript:

Introduction to Azure Machine Learning Studio Manuel Quintana Email : Mquintana@pragmaticworks.com Blog: Wordpress.sqlrican.com Twitter: @Sqlrican

Azure Machine Learning product overview Azure ML development process Agenda Azure Machine Learning product overview Azure ML development process Demo – build and deploy a predictive model

Training Content Manager @SQLRican Sqlrican.wordpress.com Manuel Quintana Training Content Manager @SQLRican Sqlrican.wordpress.com

Azure ML Basic Workflow

Machine Learning Workspace Storage (req’d for Workspace) Cost Machine Learning Workspace Storage (req’d for Workspace) Web Service / API * Free Workspace also available

Azure ML Home Page https://studio.azureml.net/ Links Videos Help Forums Other Resources Machine Learning Studio is a workbench environment that you access by using a web browser. Machine Learning Studio hosts a pallet of modules in a visual composition interface that helps you build an end-to-end, data-science workflow in the form of an experiment.

Data Science Terms Data Science Predictive Analytics Statistics Extracting knowledge from data Statistics Practice of extracting information from existing data sets in order to determine patterns and predict future outcomes and trends Collecting and analyzing numerical data for the purpose of inferring proportions in a whole from those in a representative sample. Descriptive Analytics Looks at data and analyzes past events for insight as to how to approach the future Machine Learning Algorithms Computer algorithms that can grow and change when exposed to new data Model A set of data, statistics, and patterns that can be applied to new data to generate predictions and make inferences about relationships. A representation of reality

Model Types in Azure ML Predict a value Regression Predict a value MPG, new building utility usage, temperature Classification Binary outcome or category Spam, will a customer buy/leave, movie rating Anomaly Detection Identify and predict rare events Fraudulent transactions, test-taking patterns Clustering Group items based on common features Customers with similar buying patterns Recommendation Suggest things a person may like/not like “You may also like…,” movies, music, restaurants, products

6 Steps to Machine Learning Get the Data Clean the Data Transform the Data Model the Data Score and Evaluate the Model Deploy the Model

Demo ML Experiment Predict Acceleration Make/Model, horsepower, weight, MPG, etc. Supervised Learning – we know acceleration for training data Regression – Predicting a value

Azure Machine Learning Environment Predicting Automobile Acceleration with Azure Machine Learning