9/24/2017 7:27 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.

Slides:



Advertisements
Similar presentations
Training Workshop Windows Azure Platform. Presentation Outline (hidden slide): Technical Level: 200 Intended Audience: Developers Objectives (what do.
Advertisements

Using the WDK for Windows Logo and Signature Testing Craig Rowland Program Manager Windows Driver Kits Microsoft Corporation.
A deep dive into Azure AD B2C
Building 1 million predictions per second using SQL-R
Microsoft Connect /6/ :05 AM
Bhakthi Liyanage SQL Saturday Atlanta 15 July 2017
2/13/2018 4:38 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
4/19/ :02 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
4/18/2018 3:49 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
Fundamentals Sunny Sharma Microsoft
Data Platform and Analytics Foundational Training
5/16/2018 3:45 AM BRK3298 Building machine learning applications using R and Python in SQL Server 2017 Umachandar Jayachandran (UC) Sumit Kumar Program.
BigDL Deep Learning Library on HDInsight
Working With Azure Batch AI
BRK3288-Discover data-driven apps that learn and adapt
Performance patterns for machine learning services in SQL Server
6/11/2018 8:14 AM THR2175 Building and deploying existing ASP.NET applications using VSTS and Docker on Windows Marcel de Vries CTO, Xpirit © Microsoft.
AI development using Data Science Virtual Machines (DSVM) in Azure
IoT at the Edge Technical guidance deck.
Logo here Module 3 Microsoft Azure Web App. Logo here Module Overview Introduction to App Service Overview of Web Apps Hosting Web Applications in Azure.
Microsoft Build /22/ :52 PM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY,
Introduction to Azure Bot Framework
Introduction to R Programming with AzureML
Building Analytics At Scale With USQL and C#
Extensible Platform Microsoft Dynamics 365
Microsoft Connect /26/2018 1:00 AM
SQL Server for Java developers
Mission-critical performance with Microsoft SQL Server 2016
9/14/ :46 AM BRK3293 How the Portland Trail Blazers Use Personalization and Acxiom Data to Target Customers Chris Hoder Program Manager, AI + Research.
Add intelligence to Dynamics AX with Cortana Intelligence suite
9/19/2018 8:20 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
Microsoft Ignite NZ October 2016 SKYCITY, Auckland.
IoT at the Edge Technical guidance deck.
Dive into Predictive Maintenance using Cortana Intelligence Suite
Microsoft Ignite /17/2018 2:42 AM BRK2223
Microsoft Connect /17/2018 5:15 AM
Move and manage your SQL Databases to Azure
11/21/ :32 PM BRK3316 Operationalizing Microsoft Cognitive Toolkit and TensorFlow models with HDInsight Spark Mary Wahl Data Scientist, AI Enablement.
Így lesz gyorsabb IoT-d a peremeszközök megdolgoztatásával!
Microsoft Connect /24/ :05 AM
Database Continuous Integration and Deployment with Visual Studio SQL Server Data Tools in < 10 minutes Eric Kang Program Manager.
11/27/2018 4:20 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
Microsoft Ignite NZ October 2016 SKYCITY, Auckland.
TechEd /4/2018 3:19 AM © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks.
Modern cloud PaaS for mobile apps, web sites, API's and business logic apps
M318.
12/25/2018 5:25 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
12/29/ :48 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
1/2/2019 9:19 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS.
Microsoft Build /2/2019 4:12 PM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY,
TechEd /11/ :54 PM © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered.
Microsoft Connect /17/2019 9:55 PM
Technical Capabilities
Serverless Architecture in the Cloud
Predictive Models with SQL Server Machine Learning Services
Microsoft Connect /21/2019 6:01 AM
4/29/2019 9:20 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
Service Template Creation from the Ground Up
4/29/ :17 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
Service Template Creation from the Ground Up
5/30/2019 1:59 PM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION.
ETL Patterns in the Cloud with Azure Data Factory
Windows Forms in Visual Studio 2005: An in-depth look at key features
Make it real: Help your customers comply with the GDPR
Building Data-Driven Applications Using "Quadrant" and "M"
Introduction to Azure Data Lake
SQL Server 2019 Bringing Apache Spark to SQL Server
Visual Data Flows – Azure Data Factory v2
Visual Data Flows – Azure Data Factory v2
AI Builder for Power Platform
Presentation transcript:

9/24/2017 7:27 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

9/24/2017 7:27 AM B8076 How to use R, Python, and machine learning with Microsoft SQL Server 2017 Umachandar Jayachandran Principal Program Manager © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

Agenda Machine Learning SQL Server Machine Learning Services Microsoft Build 2017 9/24/2017 7:27 AM Agenda Machine Learning Intro Operationalization SQL Server Machine Learning Services Demo Customer Learnings Product Review Classification Campaign Optimization Fraud Detection using Native Scoring © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

Machine Learning Introduction Predict properties of new data by learning from a sample Predict sales of stores in a region based on historical sales Predict probability of fraud on a new credit card transaction Predict default of a new loan based on loan / transaction history Predict sentiment of a new tweet or review Classify new image(s) based on sample images & attributes Classify data into groups or clusters Popular ML technologies R & Python

Machine Learning Operationalization Separate Service or Embedded Logic Machine Learning Operationalization Analytic Server SQL Server New Data Scoring Model Model Training Predictions Data Application(s) Transactions Easy Operationalization Performance High Availability Resource Governance SQL Server Application(s) Predictions Model Training Scoring Transactions

Demo: SQL Server ML Services

SQL Server Machine Learning Services SQL Server ML Services SQL Server R Services

Custom Reports for SSMS Use SSMS custom reports from SQL Server Samples github

SQL Server Extensibility Framework Host external runtimes securely on SQL Server machine Resource governance on external processes EXTERNAL RESOURCE POOL to control CPU, Memory, CPU Affinity Integrate with SQL query execution New external script operator to exchange data / parameters Parallel query pushing data to multiple external processes / threads Streaming mode execution Batch mode execution (in SQL Server 2017) Implied Authentication Impersonation for loopback connections from external scripts Just use trusted connection in connection string

Customer Learnings

Don’t Do Run R / Python script as-is Embed secrets in scripts Do data transformations that can be achieved in SQL Access network resources Process/transform files as part of the stored procedure call Embed the R/Python code directly in applications Develop/Test from RTVS, PTVS, RStudio or other IDE SQL Compute Context from client Data processing & transformations in SQL Server Data integration using SQL Server features Model management in database Leverage best of T-SQL & R / Python. Use the right tool!

Product Review Classification Prediction: Rate new product reviews using the text classification model Training: Build model to learn classification of input data Input Data: Product reviews with rating Scenario: Website that sells products. Classify new reviews based on rating of old reviews

Demo: Product Review Classification 9/24/2017 7:27 AM Demo: Product Review Classification © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

Campaign Optimization Microsoft Build 2017 9/24/2017 7:27 AM Campaign Optimization Prediction: Recommend best channel for campaign to optimize the conversion rate Training: Build models that will learn patterns for conversion of campaign leads. Evaluate decision tree models & pick the best one Input Data: Campaign leads, demographic information, channel information, product category, conversion outcomes from previous campaign(s) Scenario: Learn patterns from customer data to design campaigns & convert highest possible number of customers © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

Demo: Campaign Optimization © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

Fraud Detection using Native Scoring Prediction: Probability of fraud for new transactions. Operationalize model using native scoring capability Training: Build a model to learn patterns of fraudulent transactions Input Data: Historical labelled credit transactions, risk factors for IP address/geographical data, transaction characteristics, account information Scenario: Detect potentially fraudulent transactions with low latency

Demo: Fraud Detection using Native Scoring 9/24/2017 7:27 AM Demo: Fraud Detection using Native Scoring © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

What’s coming? Native Scoring for Microsoft R Server Models T-SQL PREDICT function In-database Package Management CREATE EXTERNAL LIBRARY DDL R Services in Azure SQLDB Future release ML Services in SQL Server on Linux (Not 2017) Failover cluster support

Call to action Resources Expo 9/24/2017 7:27 AM Call to action Resources SQL Server Samples – R Services & ML Services SSMS Reports for R Services SQL Server Machine Learning Services – Getting started ML tutorials SQL Server Developer Tutorials – Getting started SQL tutorials Expo Machine Learning for Developers kiosk Re-visit Build session recordings on Channel 9. Continue your education at Microsoft Virtual Academy online. #MSBuild © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

Related sessions B8068: Machine Learning for developers, how to build even more intelligent apps and services B8065: How to run AI at Petabyte Scale with cognitive functions in the Azure Data Lake B8038: Deep learning with Microsoft Cognitive Toolkit T6067: Built-in machine learning in Microsoft SQL Server 2017 with Python #MSBuild

Questions? umajay@microsoft.com

9/24/2017 7:27 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.