SlideShare uma empresa Scribd logo
1 de 126
Baixar para ler offline
AI Workshop Agenda
Vision Speech Language
Microsoft AI breakthroughs
ImageNet ILSVRC
Worldwide Industry Competition for Object Recognition
28,2
25,8
16,4
11,7
7,3 6,7
5,1
3.5
ILSVRC 2010
NEC America
ILSVRC 2011
Xerox
ILSVRC 2012
AlexNet
ILSVRC 2013
Clarifi
ILSVRC 2014
VGG
ILSVRC 2014
GoogleNet
Human
Performance
ILSVRC 2015
ResNet
Microsoft
Classification Error Rate (%)
Microsoft Researchers win in all 5 entries of ImageNet 2015
Classification, Localization, Detection, COCO detection COCO segmentation
fish?
stone?
Microsoft’s speech breakthrough
Microsoft researchers from the
Speech & Dialogue research group
2017
Vision Speech Language
Ongoing Momentum
a cb
• Easy
• Roll your own with REST APIs
• Simple to add: just a few lines of code required
• Flexible
• Make the same API code call on iOS, Android, and Windows
• Integrate into the language and platform of your choice
• Tested
• Built by experts in their field from Microsoft Research, Bing, and Azure
Machine Learning
• Quality documentation, sample code, and community support
Create a seamless developer experience across desktop, cloud, or at the edge using Visual Studio AI Tools
Bot services
Infuse intelligence into your bot using
cognitive services
Speed development with a purpose-built
environment for bot creation
Integrate across multiple
channels to reach more customers
Cognitive services
Map complex
information and data
Use pre-built AI services
to solve business problems
Allow your apps to
process natural language
Azure search
Reduce complexity with
a fully-managed service
Get up and
running quickly
Use artificial intelligence
to extract insights
Cognitive Services
Emotion
Computer Vision
Face
Video
Speaker Recognition
Speech
Custom Recognition
Translator
Linguistic Analysis
Language
Understanding
Bing Spell Check
WebLM
Text Analytics
Entity Linking
Knowledge
Exploration
Academic
Knowledge
Recommendations
Bing
Image Search
Bing
Video Search
Bing
Web Search
Bing
Autosuggest
Bing
News Search
Computer Vision API
Computer Vision API
Content of Image:
Categories v0: [{ “name”: “animal”, “score”: 0.9765625 }]
V1: [{ "name": "grass", "confidence": 0.9999992847442627 },
{ "name": "outdoor", "confidence": 0.9999072551727295 },
{ "name": "cow", "confidence": 0.99954754114151 },
{ "name": "field", "confidence": 0.9976195693016052 },
{ "name": "brown", "confidence": 0.988935649394989 },
{ "name": "animal", "confidence": 0.97904372215271 },
{ "name": "standing", "confidence": 0.9632768630981445 },
{ "name": "mammal", "confidence": 0.9366017580032349, "hint": "animal" },
{ "name": "wire", "confidence": 0.8946959376335144 },
{ "name": "green", "confidence": 0.8844101428985596 },
{ "name": "pasture", "confidence": 0.8332059383392334 },
{ "name": "bovine", "confidence": 0.5618471503257751, "hint": "animal" },
{ "name": "grassy", "confidence": 0.48627158999443054 },
{ "name": "lush", "confidence": 0.1874018907546997 },
{ "name": "staring", "confidence": 0.165890634059906 }]
Describe
0.975 "a brown cow standing on top of a lush green field“
0.974 “a cow standing on top of a lush green field”
0.965 “a large brown cow standing on top of a lush green field”
Computer Vision API
Analyze image
OCR
Emotion API
Face API
Video Indexer
https://videoindexer.ai
Custom Vision Service
Custom Vision Service
Model
Custom Vision Services: Best Practices
Custom Vision Services: Example Scenarios
Translator API
Speech Translation Service
Client app
Translated text
Translator
How Speech Translation works
Translate Speech - Close to real-time
Example of a speech translation method call
Speech API Application Flow
Microsoft Translator feature
Linguistic analysis
LUIS [Language Understanding Intelligent Service]
Create your own LU model
Train by providing examples
Deploy to an HTTP endpoint
and activate on any device
Maintain model with ease
https://www.luis.ai/home
{
“entities”: [
{
“entity”: “flight_delays”,
“type”: “Topic”
}
],
“intents”: [
{
“intent”: “FindNews”,
“score”: 0.99853384
},
{
“intent”: “None”,
“score”: 0.07289317
},
{
“intent”: “ReadNews”,
“score”: 0.0167122427
},
{
“intent”: “ShareNews”,
“score”: 1.0919299E-06
}
]
}
“News about
flight delays”
Language Understanding Models
Language Understanding Models
Text analytics
The Future Of Order Taking at McDonalds
Web language model
Spellcheck
Word Breaks Slang
HomonymsNames
Brands
Spellcheck examples
{
"offset": 48,
"token": "grate",
"type": "UnknownToken",
"suggestions": [
{
"suggestion": "great",
"score": "0.949079025281377"
}]
}
{
"offset": 23,
"token": "Seattle. hope",
"type": "UnknownToken",
"suggestions": [
{
"suggestion": "Seattle. Hope",
"score": "0.875"
}]
}
Hello Build! Welcome to Seattle. hope you have a grate week
Language understanding in human-computer interaction
Bing Search API v5
REST
Enhanced Search and Filtering Capabilities
Ongoing Improvements and Support
Web-
Scale
High
Performance
Secure
(HTTPs)
*screenshots show actual search results on
bing.com
{
“_type”: “SearchResponse”,
“queryContent”: {…},
“webPages”: {…},
“news”: {…},
“images”: {…},
“videos”: {…},
“relatedSearches”: {…},
“rankingResponse”: {…}
}
{
“answerType”:”WebPages”,
“resultIndex”:0,…
},
{
“answerType”:”News”,
“resultIndex”:1,…
}
Ranking Response
Search Response
Web
Results
Deep
Links
(1st Algo)
News
Results
Image
Results
Video
Results
Related
Searches
Web Search API
https://bingapis.azure-api.net/v5/search?q=nasa
Vertical Search APIs
https://bingapis.azure-api.net/v5/images/search?q=shuttle+launch
• Enhanced metadata and filters (size, license, style, freshness,
color)
• Image insights (entity recognition, visually similar)
source: nasa.gov
https://bingapis.azure-api.net/v5/videos/search?q=viral+videos
• Enhanced metadata and filters (price, resolution, length,
freshness)
• Motion thumbnails (video preview)
source: youtube.com
https://bingapis.azure-api.net/v5/news/search?q=cuba
• News by category/market, and trending news
• Rich article metadata (featured entities)
News Search API
source: cnn.com
Accessing the APIs
GET https://bingapis.azure-api.net/v5/search?q=nasa HTTP/1.1
OCP-Apim-Subscription-Key: <API KEY>
https://azure.microsoft.com/nl-
nl/services/cognitive-services/
https://azure.microsoft.com/en-us/services/cognitive-
services/text-analytics/
https://jfk-demo.azurewebsites.net/#/
Text
Speech
Image
Dynamics365
On-premises
IFTTT
Speech
Language
understanding
Translator
QnA Maker
Bing search
Start
State 2
State 3
State 1
Bot framework
SDK dialog
manager
Dispatch
Domain specific pretrained models
To reduce time to market LanguageSpeech
…
SearchVision
Powerful infrastructure
To accelerate deep learning
CPU GPU FPGA
PyCharm Jupyter
Familiar Data Science tools
To simplify model development
Visual Studio Code Command line
Popular frameworks
To build advanced deep learning solutions
TensorFlowPytorch OnnxScikit-Learn
Azure
Databricks
Machine
Learning VMs
Azure Machine
Learning
Productive services
To empower data science and development teams
From the Intelligent Cloud to the Intelligent Edge
Azure AI Platform – Machine Learning
Easily build, deploy, and share predictive analytics solutions
• Simple, scalable, cutting edge. A fully managed cloud service that enables you to easily build, deploy, and share predictive analytics solutions.
• Deploy in minutes. Azure Machine Learning means business. You can deploy your model into production as a web service that can be called
from any device, anywhere and that can use any data source.
• Publish, share, monetize. Share your solution with the world in the Gallery or on the Azure Marketplace.
Machine Learning
and Analytics
HDInsight
(Hadoop and
Spark)
Stream
Analytics
Data Lake
Analytics
Machine
Learning
A ZURE MACHINE LEARNING STUDIO
VISUAL DRAG-AND-DROP
A ZURE MACHINE LEARNING SERVICES
CODE-FIRST (TENSORFLOW, CNTK, ETC.)
Azure AI Platform - Machine Learning
for Engineers, Developers and Data Scientists
Vision
Computer Vision | Video Indexer | Face | Content Moderator
Speech
…
Speech to Text | Text to Speech | Speech Translation | Speaker Recognition
Language
Text Analytics | Spell Check | Language Understanding | Text Translation | QnA Maker
Bing
Search
Big Web Search | Video Search | Image Search | Visual Search | Entity Search |
News Search | Autosuggest
PyCharm Jupyter Visual Studio Code Command lineZeppelin
Interactive widgets for Jupyter Notebooks Azure Machine Learning for Visual Studio Code extension
What is Machine Learning?
What is Machine Learning?
Machine Learning
is a process by
which computers
find patterns in
data
Makes those
patterns available
to applications.
Application can
then gain insights
on new data based
on conformity to
the identified
patterns.
Why Machine Learning?
Enables you to learn from data faster than humans and make
decisions on new events.
Power of ML comes from the information that we can extract from
existing data in the system.
Enables to find patterns that are not obvious to humans.
It can self adapt to new events.
Machine Learning Applications
Microsoft & Machine Learning
Bing maps
launches
What’s the best
way to home?
Kinect
launches
What does that
motion “mean”?
Azure
Machine
Learning
What will happen
next?
Hotmail
launches
Which email is
junk?
Bing search
launches
Which searches
are most relevant?
Skype
Translator
launches
What is that
person saying?
201420091997 201520102008
Machine Learning Examples: Image Analyze
Machine Learning Examples: Which border color is the best?
Machine Learning Examples: Which border color is best?
Machine Learning Examples: Text Analytics - User reviews
Positive Negative
What is Machine Learning?
Two main types of Machine Learning problems
Supervised learning
Regression versus Classification
Regression problems
• Estimate household power
consumption
• Estimate customer’s income
Classification problems
• Power station will / will not meet
demand
• Customer will respond to
advertising
Common Classes of Algorithms
Classification Regression Anomaly
Detection
Clustering
Identifying to which of a set of categories (sub-populations) a new
observation belongs, on the basis of a training set of data containing
observations (or instances) whose category membership is known.
Classification
A set of statistical processes for estimating the relationships among
variables. It includes many techniques for modeling and analyzing several
variables, when the focus is on the relationship between a dependent variable
and one or more independent variables (or 'predictors’).
Regression
The task of grouping a set of objects in such a way that objects in the same
group (called a cluster) are more similar (in some sense) to each other than to
those in other groups (clusters).
Clustering
The identification of items, events or observations which do not conform to
an expected pattern or other items in a dataset. Typically the anomalous items
will translate to some kind of problem such as bank fraud, a structural defect,
medical problems or errors in a text.
Anomaly
Detection
Common Classes of Algorithms
Supervised vs Unsupervised Learning
Unsupervised
Learning
• Unlabeled Data
• Clustering (K-means)
• Market Basket Analysis
(Apriori Algorithm)
• Anomaly Detection
(Extreme Studentized
Deviate Test)
• Text mining (Latent
Dirichlet Allocation)
Supervised
learning
• Labeled Data
• Anomaly Detection (Support
Vector Machine)
• Text mining (Support Vector
Machine)
• Regression (Linear
Regression)
• Classification (Random
Forest)
• Sentiment analysis (Neural
Network)
Which algorithm to use?
Regression Regression
50°F 30°F 68°F 95°F1990
48°F 29°F 70°F 98°F2000
49°F 27°F 67°F 96°F2010
? ? ? ?2020
… … … ……
Known data
Model
Unknown data
Weather forecast
sample
Using known data, develop a model to predict unknown data.
90°F
-26°F
50°F 30°F 68°F 95°F1990
48°F 29°F 70°F 98°F2000
49°F 27°F 67°F 96°F2010
Using known data, develop a model to predict unknown data.
Predict 2020 Summer
Classification Classification
Binary versus Multiclass Classification
Multiclass examples
• kind of tree
• kind of network attack
• type of heart disease
Binary examples
• click prediction
• yes|no
• over|under
• win|loss
Example of a Classification Model (Decision Tree)
Age<30
Income >
$50K
Xbox-One
Customer
Not Xbox-One
Customer
Days Played >
728
Income >
$50K
Xbox-One
Customer
Not Xbox-One
Customer
Xbox-One
Customer
Which algorithm to use?
Unsupervised learning - Clustering
Clustering Clustering
Choosing the right k…
Machine Learning Algorithms
Data Science Process
20% of work
• Perform Statistical analysis
• Discover and handle outliers
• Prepare a list of predictive
model techniques
• Clearly defined business
problem
• Set success criteria
• Define clear data science
objectives
• Break business problems to
data science problems
• Identify machine learning
problem categories
• Understand data points and
constraints
• Formulate data analytics
strategy
• Perform required
transformation
• Experiment with multiple
models
• Choose the optimal model
• Create a feedback loop
Define
Business
Problem
Map to
Machine
Learning
Problem
Data
Preparation
Exploratory
Data
Analysis
Modeling Evaluation
80% of work
Build a Machine Learning Solution
Politics Sports Tech Health
Using known data, develop a model to predict unknown data.
Build a Machine Learning Solution
Using known data, develop a model to predict unknown data.
Documents Labels
Tech
Health
Politics
Politics
Sports
Documents consist of
unstructured text. Machine
learning typically assumes a
more structured format of
examples
Build a Machine Learning Solution
Using known data, develop a model to predict unknown data.
LabelsDocuments
Feature
Documents Labels
Tech
Health
Politics
Politics
Sports
Build a Machine Learning Solution
Known data
Data instance
{40, (180, 82), (11,7), 70, …..} : Healthy
Age Height/Weight
Blood Pressure
Hearth Rate
LabelFeatures
Feature Vector
Build a Machine Learning Solution
Using known data, develop a model to predict unknown data.
Documents Labels
Tech
Health
Politics
Politics
Sports
Training data
Train the
Model
Feature Vectors
Base Model
Adjust
Parameters
Build a Machine Learning Solution
Known data with true labels
Tech
Health
Politics
Politics
Sports
Tech
Health
Politics
Politics
Sports
Tech
Health
Politics
Politics
Sports
Model’s
Performance
Difference between
“True Labels” and
“Predicted Labels”
True
labels
Tech
Health
Politics
Politics
Sports
Predicted
labels
Train the Model
Split
Detach
+/-
+/-
+/-
Example use cases
Microsoft Azure Machine Learning Studio
Overview of the labs
https://tinyurl.com/AMLS0001
https://tinyurl.com/AMLSLAB2
https://tinyurl.com/AMLS0003
Hands On Lab 1: Predict Employee Leave (Classification)
https://tinyurl.com/AMLS0001
https://www.datachangers.com/predict-employee-leave/
Hands On Lab 2: Predict Annual Income (Classification)
https://tinyurl.com/AMLSLAB2
https://www.datachangers.com/ai-workshop-predict-annual-income/
Azure Notebooks
Azure Notebooks
https://notebooks.azure.com
Python Kernel
Azure Notebooks – Azure Integration
Your Azure Subscription is fully integrated into Azure Notebooks
• Create a private notebook service for users of your Azure Subscription
• Create custom Docker images to run your notebooks
• Use premium computing resources to run your notebook (more cores, more RAM, GPU).
• Always-free compute tier available
Your Azure Subscription credentials available for single-sign-on
• Use Azure data resources (e.g., SQL Azure, Cosmos DB, Azure Blob and Table storage)
without needing to embed credentials in your notebooks
• Use Azure compute resources (e.g., Azure Batch, Azure Batch AI, Azure Machine Learning)
without needing to embed credentials in your notebooks
Quick Walkthrough of Azure Notebooks
https://notebooks.azure.com
Sign in and Create an ID
Azure Notebooks - Projects
Use this to:
Create New Projects
Upload OR Clone from GitHub
Migrate (Upload) a local Jupyter notebook
Share your Notebook
Azure Notebook - Editor View
Azure Notebooks – Toolbar and Shortcuts
Mode What Shortcut
Command (Press Esc to enter) Run cell Shift-Enter
Command Add cell below B
Command Add cell above A
Command Delete a cell d-d
Command Go into edit mode Enter
Edit (Press Enter to enable) Run cell Shift-Enter
Edit Indent Clrl-]
Edit Unindent Ctrl-[
Edit Comment section Ctrl-/
Edit Function introspection Shift-Tab
Hands On Lab 3: Predict Flight Delay (Classification)
https://tinyurl.com/AMLS0003
https://github.com/Microsoft/computerscience/tree/master/Labs/Deep%20Learning/200
%20-%20Machine%20Learning%20in%20Python
Hands On Lab 4: Bike Rental Challenge
If You Have Some Time Left…
https://github.com/Microsoft/computerscience/tree/master/Labs/Deep
%20Learning
Microsoft Offer for Students
Lab Tool Resources
https://studio.azureml.net/
Quick Start Tutorial
Tutorial
Data Scientist Guide
https://notebooks.azure.com/
Quick guide
Tutorial
Run Azure Notebook with Python
Sample Notebooks
Other Azure ML Examples
https://github.com/topics/azure-machine-learning
https://github.com/Azure/LearnAnalytics-
DoingMachineLearningwithAzureMLStudio/tree/master/instructor_resources
Image clustering using Python and Azure Machine Learning Studio
Workshop Azure ML Studio
https://academy.datachangers.com/courses/course-
v1:Microsoft+DAT275x+2018_T4/about
https://github.com/MicrosoftLearning/Principles-of-Machine-Learning-Python
Other Azure ML Examples
?

Mais conteúdo relacionado

Mais procurados

𝐆𝐞𝐧𝐞𝐫𝐚𝐭𝐢𝐯𝐞 𝐀𝐈: 𝐂𝐡𝐚𝐧𝐠𝐢𝐧𝐠 𝐇𝐨𝐰 𝐁𝐮𝐬𝐢𝐧𝐞𝐬𝐬 𝐈𝐧𝐧𝐨𝐯𝐚𝐭𝐞𝐬 𝐚𝐧𝐝 𝐎𝐩𝐞𝐫𝐚𝐭𝐞𝐬
𝐆𝐞𝐧𝐞𝐫𝐚𝐭𝐢𝐯𝐞 𝐀𝐈: 𝐂𝐡𝐚𝐧𝐠𝐢𝐧𝐠 𝐇𝐨𝐰 𝐁𝐮𝐬𝐢𝐧𝐞𝐬𝐬 𝐈𝐧𝐧𝐨𝐯𝐚𝐭𝐞𝐬 𝐚𝐧𝐝 𝐎𝐩𝐞𝐫𝐚𝐭𝐞𝐬𝐆𝐞𝐧𝐞𝐫𝐚𝐭𝐢𝐯𝐞 𝐀𝐈: 𝐂𝐡𝐚𝐧𝐠𝐢𝐧𝐠 𝐇𝐨𝐰 𝐁𝐮𝐬𝐢𝐧𝐞𝐬𝐬 𝐈𝐧𝐧𝐨𝐯𝐚𝐭𝐞𝐬 𝐚𝐧𝐝 𝐎𝐩𝐞𝐫𝐚𝐭𝐞𝐬
𝐆𝐞𝐧𝐞𝐫𝐚𝐭𝐢𝐯𝐞 𝐀𝐈: 𝐂𝐡𝐚𝐧𝐠𝐢𝐧𝐠 𝐇𝐨𝐰 𝐁𝐮𝐬𝐢𝐧𝐞𝐬𝐬 𝐈𝐧𝐧𝐨𝐯𝐚𝐭𝐞𝐬 𝐚𝐧𝐝 𝐎𝐩𝐞𝐫𝐚𝐭𝐞𝐬VINCI Digital - Industrial IoT (IIoT) Strategic Advisory
 
LanGCHAIN Framework
LanGCHAIN FrameworkLanGCHAIN Framework
LanGCHAIN FrameworkKeymate.AI
 
Leveraging Generative AI & Best practices
Leveraging Generative AI & Best practicesLeveraging Generative AI & Best practices
Leveraging Generative AI & Best practicesDianaGray10
 
Introduction to Google Cloud Platform and APIs
Introduction to Google Cloud Platform and APIsIntroduction to Google Cloud Platform and APIs
Introduction to Google Cloud Platform and APIsGDSCSoton
 
AI for an intelligent cloud and intelligent edge: Discover, deploy, and manag...
AI for an intelligent cloud and intelligent edge: Discover, deploy, and manag...AI for an intelligent cloud and intelligent edge: Discover, deploy, and manag...
AI for an intelligent cloud and intelligent edge: Discover, deploy, and manag...James Serra
 
Global Azure Bootcamp Pune 2023 - Lead the AI era with Microsoft Azure.pdf
Global Azure Bootcamp Pune 2023 -  Lead the AI era with Microsoft Azure.pdfGlobal Azure Bootcamp Pune 2023 -  Lead the AI era with Microsoft Azure.pdf
Global Azure Bootcamp Pune 2023 - Lead the AI era with Microsoft Azure.pdfAroh Shukla
 
Introduction to Azure Machine Learning
Introduction to Azure Machine LearningIntroduction to Azure Machine Learning
Introduction to Azure Machine LearningPaul Prae
 
Generative AI Use-cases for Enterprise - First Session
Generative AI Use-cases for Enterprise - First SessionGenerative AI Use-cases for Enterprise - First Session
Generative AI Use-cases for Enterprise - First SessionGene Leybzon
 
Using the power of Generative AI at scale
Using the power of Generative AI at scaleUsing the power of Generative AI at scale
Using the power of Generative AI at scaleMaxim Salnikov
 
Introduction to Amazon Web Services
Introduction to Amazon Web ServicesIntroduction to Amazon Web Services
Introduction to Amazon Web ServicesAmazon Web Services
 
Generative-AI-in-enterprise-20230615.pdf
Generative-AI-in-enterprise-20230615.pdfGenerative-AI-in-enterprise-20230615.pdf
Generative-AI-in-enterprise-20230615.pdfLiming Zhu
 
AWS vs Azure vs Google (GCP) - Slides
AWS vs Azure vs Google (GCP) - SlidesAWS vs Azure vs Google (GCP) - Slides
AWS vs Azure vs Google (GCP) - SlidesTobyWilman
 
Introduction to Amazon Web Services (AWS)
Introduction to Amazon Web Services (AWS)Introduction to Amazon Web Services (AWS)
Introduction to Amazon Web Services (AWS)Garvit Anand
 
Unlocking the Power of Generative AI An Executive's Guide.pdf
Unlocking the Power of Generative AI An Executive's Guide.pdfUnlocking the Power of Generative AI An Executive's Guide.pdf
Unlocking the Power of Generative AI An Executive's Guide.pdfPremNaraindas1
 
Intro to Microsoft Cognitive Services
Intro to Microsoft Cognitive ServicesIntro to Microsoft Cognitive Services
Intro to Microsoft Cognitive ServicesAmanda Lange
 
Microsoft Build 2023 Updates – Copilot Stack and Azure OpenAI Service (Machin...
Microsoft Build 2023 Updates – Copilot Stack and Azure OpenAI Service (Machin...Microsoft Build 2023 Updates – Copilot Stack and Azure OpenAI Service (Machin...
Microsoft Build 2023 Updates – Copilot Stack and Azure OpenAI Service (Machin...Naoki (Neo) SATO
 
How Does Generative AI Actually Work? (a quick semi-technical introduction to...
How Does Generative AI Actually Work? (a quick semi-technical introduction to...How Does Generative AI Actually Work? (a quick semi-technical introduction to...
How Does Generative AI Actually Work? (a quick semi-technical introduction to...ssuser4edc93
 

Mais procurados (20)

𝐆𝐞𝐧𝐞𝐫𝐚𝐭𝐢𝐯𝐞 𝐀𝐈: 𝐂𝐡𝐚𝐧𝐠𝐢𝐧𝐠 𝐇𝐨𝐰 𝐁𝐮𝐬𝐢𝐧𝐞𝐬𝐬 𝐈𝐧𝐧𝐨𝐯𝐚𝐭𝐞𝐬 𝐚𝐧𝐝 𝐎𝐩𝐞𝐫𝐚𝐭𝐞𝐬
𝐆𝐞𝐧𝐞𝐫𝐚𝐭𝐢𝐯𝐞 𝐀𝐈: 𝐂𝐡𝐚𝐧𝐠𝐢𝐧𝐠 𝐇𝐨𝐰 𝐁𝐮𝐬𝐢𝐧𝐞𝐬𝐬 𝐈𝐧𝐧𝐨𝐯𝐚𝐭𝐞𝐬 𝐚𝐧𝐝 𝐎𝐩𝐞𝐫𝐚𝐭𝐞𝐬𝐆𝐞𝐧𝐞𝐫𝐚𝐭𝐢𝐯𝐞 𝐀𝐈: 𝐂𝐡𝐚𝐧𝐠𝐢𝐧𝐠 𝐇𝐨𝐰 𝐁𝐮𝐬𝐢𝐧𝐞𝐬𝐬 𝐈𝐧𝐧𝐨𝐯𝐚𝐭𝐞𝐬 𝐚𝐧𝐝 𝐎𝐩𝐞𝐫𝐚𝐭𝐞𝐬
𝐆𝐞𝐧𝐞𝐫𝐚𝐭𝐢𝐯𝐞 𝐀𝐈: 𝐂𝐡𝐚𝐧𝐠𝐢𝐧𝐠 𝐇𝐨𝐰 𝐁𝐮𝐬𝐢𝐧𝐞𝐬𝐬 𝐈𝐧𝐧𝐨𝐯𝐚𝐭𝐞𝐬 𝐚𝐧𝐝 𝐎𝐩𝐞𝐫𝐚𝐭𝐞𝐬
 
LanGCHAIN Framework
LanGCHAIN FrameworkLanGCHAIN Framework
LanGCHAIN Framework
 
Leveraging Generative AI & Best practices
Leveraging Generative AI & Best practicesLeveraging Generative AI & Best practices
Leveraging Generative AI & Best practices
 
Introduction to Google Cloud Platform and APIs
Introduction to Google Cloud Platform and APIsIntroduction to Google Cloud Platform and APIs
Introduction to Google Cloud Platform and APIs
 
AI for an intelligent cloud and intelligent edge: Discover, deploy, and manag...
AI for an intelligent cloud and intelligent edge: Discover, deploy, and manag...AI for an intelligent cloud and intelligent edge: Discover, deploy, and manag...
AI for an intelligent cloud and intelligent edge: Discover, deploy, and manag...
 
Global Azure Bootcamp Pune 2023 - Lead the AI era with Microsoft Azure.pdf
Global Azure Bootcamp Pune 2023 -  Lead the AI era with Microsoft Azure.pdfGlobal Azure Bootcamp Pune 2023 -  Lead the AI era with Microsoft Azure.pdf
Global Azure Bootcamp Pune 2023 - Lead the AI era with Microsoft Azure.pdf
 
Introduction to Azure Machine Learning
Introduction to Azure Machine LearningIntroduction to Azure Machine Learning
Introduction to Azure Machine Learning
 
Generative AI Use-cases for Enterprise - First Session
Generative AI Use-cases for Enterprise - First SessionGenerative AI Use-cases for Enterprise - First Session
Generative AI Use-cases for Enterprise - First Session
 
Using the power of Generative AI at scale
Using the power of Generative AI at scaleUsing the power of Generative AI at scale
Using the power of Generative AI at scale
 
Introduction to Amazon Web Services
Introduction to Amazon Web ServicesIntroduction to Amazon Web Services
Introduction to Amazon Web Services
 
AWS PPT.pptx
AWS PPT.pptxAWS PPT.pptx
AWS PPT.pptx
 
Generative-AI-in-enterprise-20230615.pdf
Generative-AI-in-enterprise-20230615.pdfGenerative-AI-in-enterprise-20230615.pdf
Generative-AI-in-enterprise-20230615.pdf
 
AWS vs Azure vs Google (GCP) - Slides
AWS vs Azure vs Google (GCP) - SlidesAWS vs Azure vs Google (GCP) - Slides
AWS vs Azure vs Google (GCP) - Slides
 
Introduction to Amazon Web Services (AWS)
Introduction to Amazon Web Services (AWS)Introduction to Amazon Web Services (AWS)
Introduction to Amazon Web Services (AWS)
 
Unlocking the Power of Generative AI An Executive's Guide.pdf
Unlocking the Power of Generative AI An Executive's Guide.pdfUnlocking the Power of Generative AI An Executive's Guide.pdf
Unlocking the Power of Generative AI An Executive's Guide.pdf
 
Intro to Microsoft Cognitive Services
Intro to Microsoft Cognitive ServicesIntro to Microsoft Cognitive Services
Intro to Microsoft Cognitive Services
 
Microsoft Build 2023 Updates – Copilot Stack and Azure OpenAI Service (Machin...
Microsoft Build 2023 Updates – Copilot Stack and Azure OpenAI Service (Machin...Microsoft Build 2023 Updates – Copilot Stack and Azure OpenAI Service (Machin...
Microsoft Build 2023 Updates – Copilot Stack and Azure OpenAI Service (Machin...
 
Google Cloud Platform
Google Cloud Platform Google Cloud Platform
Google Cloud Platform
 
Prompt Engineering
Prompt EngineeringPrompt Engineering
Prompt Engineering
 
How Does Generative AI Actually Work? (a quick semi-technical introduction to...
How Does Generative AI Actually Work? (a quick semi-technical introduction to...How Does Generative AI Actually Work? (a quick semi-technical introduction to...
How Does Generative AI Actually Work? (a quick semi-technical introduction to...
 

Semelhante a Discover AI with Microsoft Azure

Microsoft AI: Cognitive Service - Global Azure bootcamp 2018
Microsoft AI: Cognitive Service - Global Azure bootcamp 2018Microsoft AI: Cognitive Service - Global Azure bootcamp 2018
Microsoft AI: Cognitive Service - Global Azure bootcamp 2018JoTechies
 
Intelligent Mobile App with Azure Cognitive Services
Intelligent Mobile App with Azure Cognitive ServicesIntelligent Mobile App with Azure Cognitive Services
Intelligent Mobile App with Azure Cognitive ServicesPuja Pramudya
 
Microsoft Cognitive Services 入門&最新情報
Microsoft Cognitive Services 入門&最新情報Microsoft Cognitive Services 入門&最新情報
Microsoft Cognitive Services 入門&最新情報Ayako Omori
 
Mobile & Cognitive Services | Harnessing the Power of IoT – Xamarin Experienc...
Mobile & Cognitive Services | Harnessing the Power of IoT – Xamarin Experienc...Mobile & Cognitive Services | Harnessing the Power of IoT – Xamarin Experienc...
Mobile & Cognitive Services | Harnessing the Power of IoT – Xamarin Experienc...Xpand IT
 
Tour de France Azure PaaS 6/7 Ajouter de l'intelligence
Tour de France Azure PaaS 6/7 Ajouter de l'intelligenceTour de France Azure PaaS 6/7 Ajouter de l'intelligence
Tour de France Azure PaaS 6/7 Ajouter de l'intelligenceAlex Danvy
 
Cognitive Search: Announcing the smartest enterprise search engine, now with ...
Cognitive Search: Announcing the smartest enterprise search engine, now with ...Cognitive Search: Announcing the smartest enterprise search engine, now with ...
Cognitive Search: Announcing the smartest enterprise search engine, now with ...Microsoft Tech Community
 
The Vision of Computer Vision: The bold promise of teaching computers to unde...
The Vision of Computer Vision: The bold promise of teaching computers to unde...The Vision of Computer Vision: The bold promise of teaching computers to unde...
The Vision of Computer Vision: The bold promise of teaching computers to unde...ITCamp
 
Moving Forward with AI
Moving Forward with AIMoving Forward with AI
Moving Forward with AIAdrian Hornsby
 
Microsoft Cognitive Services - Global Azure Bootcamp SJC 2017
Microsoft Cognitive Services - Global Azure Bootcamp SJC 2017Microsoft Cognitive Services - Global Azure Bootcamp SJC 2017
Microsoft Cognitive Services - Global Azure Bootcamp SJC 2017Douglas Romão
 
GAB 2017 PARIS - IoT Azure - Aymeric Weinbach
GAB 2017 PARIS - IoT Azure - Aymeric WeinbachGAB 2017 PARIS - IoT Azure - Aymeric Weinbach
GAB 2017 PARIS - IoT Azure - Aymeric WeinbachAZUG FR
 
Gab 2017 iot azure aymeric weinbach
Gab 2017 iot  azure aymeric weinbachGab 2017 iot  azure aymeric weinbach
Gab 2017 iot azure aymeric weinbachAymeric Weinbach
 
Building the intelligent future
Building the intelligent futureBuilding the intelligent future
Building the intelligent futureMoscow Digital
 
FraserHacks Microsoft Cognitive Services and Hololens
FraserHacks Microsoft Cognitive Services and HololensFraserHacks Microsoft Cognitive Services and Hololens
FraserHacks Microsoft Cognitive Services and HololensBruno Capuano
 
Democratizing AI Istanbul Open Source Summit
Democratizing AI Istanbul Open Source SummitDemocratizing AI Istanbul Open Source Summit
Democratizing AI Istanbul Open Source SummitAaron (Ari) Bornstein
 
Accelerating Digital Transformation With Microsoft Azure And Cognitive Services
Accelerating Digital Transformation With Microsoft Azure And Cognitive ServicesAccelerating Digital Transformation With Microsoft Azure And Cognitive Services
Accelerating Digital Transformation With Microsoft Azure And Cognitive ServicesThuan Ng
 
VJCD2017 Accelerating digital transformation with azure and cognitive services
VJCD2017 Accelerating digital transformation with azure and cognitive servicesVJCD2017 Accelerating digital transformation with azure and cognitive services
VJCD2017 Accelerating digital transformation with azure and cognitive servicesSeiji Noro
 
Introduction to Artificial Intelligence on AWS
Introduction to Artificial Intelligence on AWSIntroduction to Artificial Intelligence on AWS
Introduction to Artificial Intelligence on AWSAmazon Web Services
 
Unity and Microsoft Azure Cognitive Services - DIGITREK21 Workshop
Unity and Microsoft Azure Cognitive Services - DIGITREK21 WorkshopUnity and Microsoft Azure Cognitive Services - DIGITREK21 Workshop
Unity and Microsoft Azure Cognitive Services - DIGITREK21 WorkshopPablo Farías Navarro
 
How is AI driving mobile app development
How is AI driving mobile app developmentHow is AI driving mobile app development
How is AI driving mobile app developmentPuja Pramudya
 
Xuedong Huang - Deep Learning and Intelligent Applications
Xuedong Huang - Deep Learning and Intelligent ApplicationsXuedong Huang - Deep Learning and Intelligent Applications
Xuedong Huang - Deep Learning and Intelligent ApplicationsMachine Learning Prague
 

Semelhante a Discover AI with Microsoft Azure (20)

Microsoft AI: Cognitive Service - Global Azure bootcamp 2018
Microsoft AI: Cognitive Service - Global Azure bootcamp 2018Microsoft AI: Cognitive Service - Global Azure bootcamp 2018
Microsoft AI: Cognitive Service - Global Azure bootcamp 2018
 
Intelligent Mobile App with Azure Cognitive Services
Intelligent Mobile App with Azure Cognitive ServicesIntelligent Mobile App with Azure Cognitive Services
Intelligent Mobile App with Azure Cognitive Services
 
Microsoft Cognitive Services 入門&最新情報
Microsoft Cognitive Services 入門&最新情報Microsoft Cognitive Services 入門&最新情報
Microsoft Cognitive Services 入門&最新情報
 
Mobile & Cognitive Services | Harnessing the Power of IoT – Xamarin Experienc...
Mobile & Cognitive Services | Harnessing the Power of IoT – Xamarin Experienc...Mobile & Cognitive Services | Harnessing the Power of IoT – Xamarin Experienc...
Mobile & Cognitive Services | Harnessing the Power of IoT – Xamarin Experienc...
 
Tour de France Azure PaaS 6/7 Ajouter de l'intelligence
Tour de France Azure PaaS 6/7 Ajouter de l'intelligenceTour de France Azure PaaS 6/7 Ajouter de l'intelligence
Tour de France Azure PaaS 6/7 Ajouter de l'intelligence
 
Cognitive Search: Announcing the smartest enterprise search engine, now with ...
Cognitive Search: Announcing the smartest enterprise search engine, now with ...Cognitive Search: Announcing the smartest enterprise search engine, now with ...
Cognitive Search: Announcing the smartest enterprise search engine, now with ...
 
The Vision of Computer Vision: The bold promise of teaching computers to unde...
The Vision of Computer Vision: The bold promise of teaching computers to unde...The Vision of Computer Vision: The bold promise of teaching computers to unde...
The Vision of Computer Vision: The bold promise of teaching computers to unde...
 
Moving Forward with AI
Moving Forward with AIMoving Forward with AI
Moving Forward with AI
 
Microsoft Cognitive Services - Global Azure Bootcamp SJC 2017
Microsoft Cognitive Services - Global Azure Bootcamp SJC 2017Microsoft Cognitive Services - Global Azure Bootcamp SJC 2017
Microsoft Cognitive Services - Global Azure Bootcamp SJC 2017
 
GAB 2017 PARIS - IoT Azure - Aymeric Weinbach
GAB 2017 PARIS - IoT Azure - Aymeric WeinbachGAB 2017 PARIS - IoT Azure - Aymeric Weinbach
GAB 2017 PARIS - IoT Azure - Aymeric Weinbach
 
Gab 2017 iot azure aymeric weinbach
Gab 2017 iot  azure aymeric weinbachGab 2017 iot  azure aymeric weinbach
Gab 2017 iot azure aymeric weinbach
 
Building the intelligent future
Building the intelligent futureBuilding the intelligent future
Building the intelligent future
 
FraserHacks Microsoft Cognitive Services and Hololens
FraserHacks Microsoft Cognitive Services and HololensFraserHacks Microsoft Cognitive Services and Hololens
FraserHacks Microsoft Cognitive Services and Hololens
 
Democratizing AI Istanbul Open Source Summit
Democratizing AI Istanbul Open Source SummitDemocratizing AI Istanbul Open Source Summit
Democratizing AI Istanbul Open Source Summit
 
Accelerating Digital Transformation With Microsoft Azure And Cognitive Services
Accelerating Digital Transformation With Microsoft Azure And Cognitive ServicesAccelerating Digital Transformation With Microsoft Azure And Cognitive Services
Accelerating Digital Transformation With Microsoft Azure And Cognitive Services
 
VJCD2017 Accelerating digital transformation with azure and cognitive services
VJCD2017 Accelerating digital transformation with azure and cognitive servicesVJCD2017 Accelerating digital transformation with azure and cognitive services
VJCD2017 Accelerating digital transformation with azure and cognitive services
 
Introduction to Artificial Intelligence on AWS
Introduction to Artificial Intelligence on AWSIntroduction to Artificial Intelligence on AWS
Introduction to Artificial Intelligence on AWS
 
Unity and Microsoft Azure Cognitive Services - DIGITREK21 Workshop
Unity and Microsoft Azure Cognitive Services - DIGITREK21 WorkshopUnity and Microsoft Azure Cognitive Services - DIGITREK21 Workshop
Unity and Microsoft Azure Cognitive Services - DIGITREK21 Workshop
 
How is AI driving mobile app development
How is AI driving mobile app developmentHow is AI driving mobile app development
How is AI driving mobile app development
 
Xuedong Huang - Deep Learning and Intelligent Applications
Xuedong Huang - Deep Learning and Intelligent ApplicationsXuedong Huang - Deep Learning and Intelligent Applications
Xuedong Huang - Deep Learning and Intelligent Applications
 

Mais de Jürgen Ambrosi

Esploriamo Windows 10: nuove funzionalità e aggiornamenti. Potenziare l’esper...
Esploriamo Windows 10: nuove funzionalità e aggiornamenti. Potenziare l’esper...Esploriamo Windows 10: nuove funzionalità e aggiornamenti. Potenziare l’esper...
Esploriamo Windows 10: nuove funzionalità e aggiornamenti. Potenziare l’esper...Jürgen Ambrosi
 
I nuovi strumenti di comunicazione e collaborazione di Office 365 e la loro i...
I nuovi strumenti di comunicazione e collaborazione di Office 365 e la loro i...I nuovi strumenti di comunicazione e collaborazione di Office 365 e la loro i...
I nuovi strumenti di comunicazione e collaborazione di Office 365 e la loro i...Jürgen Ambrosi
 
Power BI Overview e la soluzione SCA per gli Atenei
 Power BI Overview e la soluzione SCA per gli Atenei Power BI Overview e la soluzione SCA per gli Atenei
Power BI Overview e la soluzione SCA per gli AteneiJürgen Ambrosi
 
HPC on Azure for Reserach
HPC on Azure for ReserachHPC on Azure for Reserach
HPC on Azure for ReserachJürgen Ambrosi
 
Gruppo di lavoro ICT - attività 2019
Gruppo di lavoro ICT - attività 2019Gruppo di lavoro ICT - attività 2019
Gruppo di lavoro ICT - attività 2019Jürgen Ambrosi
 
Threat management lifecycle in ottica GDPR
Threat management lifecycle in ottica GDPRThreat management lifecycle in ottica GDPR
Threat management lifecycle in ottica GDPRJürgen Ambrosi
 
Identity and Data protection with Enterprise Mobility Security in ottica GDPR
Identity and Data protection with Enterprise Mobility Security in ottica GDPRIdentity and Data protection with Enterprise Mobility Security in ottica GDPR
Identity and Data protection with Enterprise Mobility Security in ottica GDPRJürgen Ambrosi
 
Proposte ORACLE per la gestione dei contenuti digitali e per la ricerca scien...
Proposte ORACLE per la gestione dei contenuti digitali e per la ricerca scien...Proposte ORACLE per la gestione dei contenuti digitali e per la ricerca scien...
Proposte ORACLE per la gestione dei contenuti digitali e per la ricerca scien...Jürgen Ambrosi
 
Proposte ORACLE per la modernizzazione dello sviluppo applicativo
Proposte ORACLE per la modernizzazione dello sviluppo applicativoProposte ORACLE per la modernizzazione dello sviluppo applicativo
Proposte ORACLE per la modernizzazione dello sviluppo applicativoJürgen Ambrosi
 
Proposte ORACLE per la modernizzazione del Datacenter e delle infrastrutture IT
Proposte ORACLE per la modernizzazione del Datacenter e delle infrastrutture ITProposte ORACLE per la modernizzazione del Datacenter e delle infrastrutture IT
Proposte ORACLE per la modernizzazione del Datacenter e delle infrastrutture ITJürgen Ambrosi
 
Dalle soluzioni di BackUp & Recovery al Data management a 360°
Dalle soluzioni di BackUp & Recovery al Data management a 360° Dalle soluzioni di BackUp & Recovery al Data management a 360°
Dalle soluzioni di BackUp & Recovery al Data management a 360° Jürgen Ambrosi
 
Le soluzioni tecnologiche per il disaster recovery e business continuity
Le soluzioni tecnologiche per il disaster recovery e business continuityLe soluzioni tecnologiche per il disaster recovery e business continuity
Le soluzioni tecnologiche per il disaster recovery e business continuityJürgen Ambrosi
 
Le soluzioni tecnologiche per il Copy Data Management
Le soluzioni tecnologiche per il Copy Data ManagementLe soluzioni tecnologiche per il Copy Data Management
Le soluzioni tecnologiche per il Copy Data ManagementJürgen Ambrosi
 
L’assistente virtuale che informa gli studenti: l'esperienza del Politecnico ...
L’assistente virtuale che informa gli studenti: l'esperienza del Politecnico ...L’assistente virtuale che informa gli studenti: l'esperienza del Politecnico ...
L’assistente virtuale che informa gli studenti: l'esperienza del Politecnico ...Jürgen Ambrosi
 
Le soluzioni tecnologiche a supporto del mondo OpenStack e Container
Le soluzioni tecnologiche a supporto del mondo OpenStack e ContainerLe soluzioni tecnologiche a supporto del mondo OpenStack e Container
Le soluzioni tecnologiche a supporto del mondo OpenStack e ContainerJürgen Ambrosi
 
Webinar Fondazione CRUI e VMware: VMware vRealize Suite
 Webinar Fondazione CRUI e VMware: VMware vRealize Suite Webinar Fondazione CRUI e VMware: VMware vRealize Suite
Webinar Fondazione CRUI e VMware: VMware vRealize SuiteJürgen Ambrosi
 
Veritas - Software Defined Storage
Veritas - Software Defined StorageVeritas - Software Defined Storage
Veritas - Software Defined StorageJürgen Ambrosi
 
Le soluzioni tecnologiche a supporto della normativa GDPR
Le soluzioni tecnologiche a supporto della normativa GDPRLe soluzioni tecnologiche a supporto della normativa GDPR
Le soluzioni tecnologiche a supporto della normativa GDPRJürgen Ambrosi
 

Mais de Jürgen Ambrosi (20)

IBM Cloud Platform
IBM Cloud Platform IBM Cloud Platform
IBM Cloud Platform
 
Laboratori virtuali
Laboratori virtualiLaboratori virtuali
Laboratori virtuali
 
Esploriamo Windows 10: nuove funzionalità e aggiornamenti. Potenziare l’esper...
Esploriamo Windows 10: nuove funzionalità e aggiornamenti. Potenziare l’esper...Esploriamo Windows 10: nuove funzionalità e aggiornamenti. Potenziare l’esper...
Esploriamo Windows 10: nuove funzionalità e aggiornamenti. Potenziare l’esper...
 
I nuovi strumenti di comunicazione e collaborazione di Office 365 e la loro i...
I nuovi strumenti di comunicazione e collaborazione di Office 365 e la loro i...I nuovi strumenti di comunicazione e collaborazione di Office 365 e la loro i...
I nuovi strumenti di comunicazione e collaborazione di Office 365 e la loro i...
 
Power BI Overview e la soluzione SCA per gli Atenei
 Power BI Overview e la soluzione SCA per gli Atenei Power BI Overview e la soluzione SCA per gli Atenei
Power BI Overview e la soluzione SCA per gli Atenei
 
HPC on Azure for Reserach
HPC on Azure for ReserachHPC on Azure for Reserach
HPC on Azure for Reserach
 
Gruppo di lavoro ICT - attività 2019
Gruppo di lavoro ICT - attività 2019Gruppo di lavoro ICT - attività 2019
Gruppo di lavoro ICT - attività 2019
 
Threat management lifecycle in ottica GDPR
Threat management lifecycle in ottica GDPRThreat management lifecycle in ottica GDPR
Threat management lifecycle in ottica GDPR
 
Identity and Data protection with Enterprise Mobility Security in ottica GDPR
Identity and Data protection with Enterprise Mobility Security in ottica GDPRIdentity and Data protection with Enterprise Mobility Security in ottica GDPR
Identity and Data protection with Enterprise Mobility Security in ottica GDPR
 
Proposte ORACLE per la gestione dei contenuti digitali e per la ricerca scien...
Proposte ORACLE per la gestione dei contenuti digitali e per la ricerca scien...Proposte ORACLE per la gestione dei contenuti digitali e per la ricerca scien...
Proposte ORACLE per la gestione dei contenuti digitali e per la ricerca scien...
 
Proposte ORACLE per la modernizzazione dello sviluppo applicativo
Proposte ORACLE per la modernizzazione dello sviluppo applicativoProposte ORACLE per la modernizzazione dello sviluppo applicativo
Proposte ORACLE per la modernizzazione dello sviluppo applicativo
 
Proposte ORACLE per la modernizzazione del Datacenter e delle infrastrutture IT
Proposte ORACLE per la modernizzazione del Datacenter e delle infrastrutture ITProposte ORACLE per la modernizzazione del Datacenter e delle infrastrutture IT
Proposte ORACLE per la modernizzazione del Datacenter e delle infrastrutture IT
 
Dalle soluzioni di BackUp & Recovery al Data management a 360°
Dalle soluzioni di BackUp & Recovery al Data management a 360° Dalle soluzioni di BackUp & Recovery al Data management a 360°
Dalle soluzioni di BackUp & Recovery al Data management a 360°
 
Le soluzioni tecnologiche per il disaster recovery e business continuity
Le soluzioni tecnologiche per il disaster recovery e business continuityLe soluzioni tecnologiche per il disaster recovery e business continuity
Le soluzioni tecnologiche per il disaster recovery e business continuity
 
Le soluzioni tecnologiche per il Copy Data Management
Le soluzioni tecnologiche per il Copy Data ManagementLe soluzioni tecnologiche per il Copy Data Management
Le soluzioni tecnologiche per il Copy Data Management
 
L’assistente virtuale che informa gli studenti: l'esperienza del Politecnico ...
L’assistente virtuale che informa gli studenti: l'esperienza del Politecnico ...L’assistente virtuale che informa gli studenti: l'esperienza del Politecnico ...
L’assistente virtuale che informa gli studenti: l'esperienza del Politecnico ...
 
Le soluzioni tecnologiche a supporto del mondo OpenStack e Container
Le soluzioni tecnologiche a supporto del mondo OpenStack e ContainerLe soluzioni tecnologiche a supporto del mondo OpenStack e Container
Le soluzioni tecnologiche a supporto del mondo OpenStack e Container
 
Webinar Fondazione CRUI e VMware: VMware vRealize Suite
 Webinar Fondazione CRUI e VMware: VMware vRealize Suite Webinar Fondazione CRUI e VMware: VMware vRealize Suite
Webinar Fondazione CRUI e VMware: VMware vRealize Suite
 
Veritas - Software Defined Storage
Veritas - Software Defined StorageVeritas - Software Defined Storage
Veritas - Software Defined Storage
 
Le soluzioni tecnologiche a supporto della normativa GDPR
Le soluzioni tecnologiche a supporto della normativa GDPRLe soluzioni tecnologiche a supporto della normativa GDPR
Le soluzioni tecnologiche a supporto della normativa GDPR
 

Último

Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfciinovamais
 
9548086042 for call girls in Indira Nagar with room service
9548086042  for call girls in Indira Nagar  with room service9548086042  for call girls in Indira Nagar  with room service
9548086042 for call girls in Indira Nagar with room servicediscovermytutordmt
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeThiyagu K
 
social pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajansocial pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajanpragatimahajan3
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdfQucHHunhnh
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesFatimaKhan178732
 
The byproduct of sericulture in different industries.pptx
The byproduct of sericulture in different industries.pptxThe byproduct of sericulture in different industries.pptx
The byproduct of sericulture in different industries.pptxShobhayan Kirtania
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfchloefrazer622
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104misteraugie
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdfQucHHunhnh
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAssociation for Project Management
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionSafetyChain Software
 

Último (20)

Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
9548086042 for call girls in Indira Nagar with room service
9548086042  for call girls in Indira Nagar  with room service9548086042  for call girls in Indira Nagar  with room service
9548086042 for call girls in Indira Nagar with room service
 
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
social pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajansocial pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajan
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and Actinides
 
The byproduct of sericulture in different industries.pptx
The byproduct of sericulture in different industries.pptxThe byproduct of sericulture in different industries.pptx
The byproduct of sericulture in different industries.pptx
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdf
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across Sectors
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory Inspection
 

Discover AI with Microsoft Azure

  • 1.
  • 3.
  • 4.
  • 5.
  • 7. ImageNet ILSVRC Worldwide Industry Competition for Object Recognition 28,2 25,8 16,4 11,7 7,3 6,7 5,1 3.5 ILSVRC 2010 NEC America ILSVRC 2011 Xerox ILSVRC 2012 AlexNet ILSVRC 2013 Clarifi ILSVRC 2014 VGG ILSVRC 2014 GoogleNet Human Performance ILSVRC 2015 ResNet Microsoft Classification Error Rate (%) Microsoft Researchers win in all 5 entries of ImageNet 2015 Classification, Localization, Detection, COCO detection COCO segmentation fish? stone?
  • 8. Microsoft’s speech breakthrough Microsoft researchers from the Speech & Dialogue research group 2017
  • 9.
  • 11.
  • 12. a cb
  • 13. • Easy • Roll your own with REST APIs • Simple to add: just a few lines of code required • Flexible • Make the same API code call on iOS, Android, and Windows • Integrate into the language and platform of your choice • Tested • Built by experts in their field from Microsoft Research, Bing, and Azure Machine Learning • Quality documentation, sample code, and community support
  • 14. Create a seamless developer experience across desktop, cloud, or at the edge using Visual Studio AI Tools Bot services Infuse intelligence into your bot using cognitive services Speed development with a purpose-built environment for bot creation Integrate across multiple channels to reach more customers Cognitive services Map complex information and data Use pre-built AI services to solve business problems Allow your apps to process natural language Azure search Reduce complexity with a fully-managed service Get up and running quickly Use artificial intelligence to extract insights
  • 15.
  • 16. Cognitive Services Emotion Computer Vision Face Video Speaker Recognition Speech Custom Recognition Translator Linguistic Analysis Language Understanding Bing Spell Check WebLM Text Analytics Entity Linking Knowledge Exploration Academic Knowledge Recommendations Bing Image Search Bing Video Search Bing Web Search Bing Autosuggest Bing News Search
  • 19. Content of Image: Categories v0: [{ “name”: “animal”, “score”: 0.9765625 }] V1: [{ "name": "grass", "confidence": 0.9999992847442627 }, { "name": "outdoor", "confidence": 0.9999072551727295 }, { "name": "cow", "confidence": 0.99954754114151 }, { "name": "field", "confidence": 0.9976195693016052 }, { "name": "brown", "confidence": 0.988935649394989 }, { "name": "animal", "confidence": 0.97904372215271 }, { "name": "standing", "confidence": 0.9632768630981445 }, { "name": "mammal", "confidence": 0.9366017580032349, "hint": "animal" }, { "name": "wire", "confidence": 0.8946959376335144 }, { "name": "green", "confidence": 0.8844101428985596 }, { "name": "pasture", "confidence": 0.8332059383392334 }, { "name": "bovine", "confidence": 0.5618471503257751, "hint": "animal" }, { "name": "grassy", "confidence": 0.48627158999443054 }, { "name": "lush", "confidence": 0.1874018907546997 }, { "name": "staring", "confidence": 0.165890634059906 }] Describe 0.975 "a brown cow standing on top of a lush green field“ 0.974 “a cow standing on top of a lush green field” 0.965 “a large brown cow standing on top of a lush green field” Computer Vision API
  • 21. OCR
  • 27. Custom Vision Services: Best Practices
  • 28. Custom Vision Services: Example Scenarios
  • 30. Speech Translation Service Client app Translated text Translator
  • 32. Translate Speech - Close to real-time
  • 33. Example of a speech translation method call
  • 37. LUIS [Language Understanding Intelligent Service] Create your own LU model Train by providing examples Deploy to an HTTP endpoint and activate on any device Maintain model with ease https://www.luis.ai/home
  • 38. { “entities”: [ { “entity”: “flight_delays”, “type”: “Topic” } ], “intents”: [ { “intent”: “FindNews”, “score”: 0.99853384 }, { “intent”: “None”, “score”: 0.07289317 }, { “intent”: “ReadNews”, “score”: 0.0167122427 }, { “intent”: “ShareNews”, “score”: 1.0919299E-06 } ] } “News about flight delays” Language Understanding Models
  • 41. The Future Of Order Taking at McDonalds
  • 44. Spellcheck examples { "offset": 48, "token": "grate", "type": "UnknownToken", "suggestions": [ { "suggestion": "great", "score": "0.949079025281377" }] } { "offset": 23, "token": "Seattle. hope", "type": "UnknownToken", "suggestions": [ { "suggestion": "Seattle. Hope", "score": "0.875" }] } Hello Build! Welcome to Seattle. hope you have a grate week
  • 45. Language understanding in human-computer interaction
  • 46. Bing Search API v5 REST Enhanced Search and Filtering Capabilities Ongoing Improvements and Support Web- Scale High Performance Secure (HTTPs)
  • 47. *screenshots show actual search results on bing.com { “_type”: “SearchResponse”, “queryContent”: {…}, “webPages”: {…}, “news”: {…}, “images”: {…}, “videos”: {…}, “relatedSearches”: {…}, “rankingResponse”: {…} } { “answerType”:”WebPages”, “resultIndex”:0,… }, { “answerType”:”News”, “resultIndex”:1,… } Ranking Response Search Response Web Results Deep Links (1st Algo) News Results Image Results Video Results Related Searches Web Search API https://bingapis.azure-api.net/v5/search?q=nasa
  • 48. Vertical Search APIs https://bingapis.azure-api.net/v5/images/search?q=shuttle+launch • Enhanced metadata and filters (size, license, style, freshness, color) • Image insights (entity recognition, visually similar) source: nasa.gov https://bingapis.azure-api.net/v5/videos/search?q=viral+videos • Enhanced metadata and filters (price, resolution, length, freshness) • Motion thumbnails (video preview) source: youtube.com https://bingapis.azure-api.net/v5/news/search?q=cuba • News by category/market, and trending news • Rich article metadata (featured entities) News Search API source: cnn.com
  • 49. Accessing the APIs GET https://bingapis.azure-api.net/v5/search?q=nasa HTTP/1.1 OCP-Apim-Subscription-Key: <API KEY>
  • 53.
  • 55.
  • 56. Domain specific pretrained models To reduce time to market LanguageSpeech … SearchVision Powerful infrastructure To accelerate deep learning CPU GPU FPGA PyCharm Jupyter Familiar Data Science tools To simplify model development Visual Studio Code Command line Popular frameworks To build advanced deep learning solutions TensorFlowPytorch OnnxScikit-Learn Azure Databricks Machine Learning VMs Azure Machine Learning Productive services To empower data science and development teams From the Intelligent Cloud to the Intelligent Edge
  • 57. Azure AI Platform – Machine Learning Easily build, deploy, and share predictive analytics solutions • Simple, scalable, cutting edge. A fully managed cloud service that enables you to easily build, deploy, and share predictive analytics solutions. • Deploy in minutes. Azure Machine Learning means business. You can deploy your model into production as a web service that can be called from any device, anywhere and that can use any data source. • Publish, share, monetize. Share your solution with the world in the Gallery or on the Azure Marketplace. Machine Learning and Analytics HDInsight (Hadoop and Spark) Stream Analytics Data Lake Analytics Machine Learning
  • 58. A ZURE MACHINE LEARNING STUDIO VISUAL DRAG-AND-DROP A ZURE MACHINE LEARNING SERVICES CODE-FIRST (TENSORFLOW, CNTK, ETC.) Azure AI Platform - Machine Learning for Engineers, Developers and Data Scientists
  • 59. Vision Computer Vision | Video Indexer | Face | Content Moderator Speech … Speech to Text | Text to Speech | Speech Translation | Speaker Recognition Language Text Analytics | Spell Check | Language Understanding | Text Translation | QnA Maker Bing Search Big Web Search | Video Search | Image Search | Visual Search | Entity Search | News Search | Autosuggest
  • 60. PyCharm Jupyter Visual Studio Code Command lineZeppelin Interactive widgets for Jupyter Notebooks Azure Machine Learning for Visual Studio Code extension
  • 61.
  • 62. What is Machine Learning?
  • 63. What is Machine Learning? Machine Learning is a process by which computers find patterns in data Makes those patterns available to applications. Application can then gain insights on new data based on conformity to the identified patterns.
  • 64. Why Machine Learning? Enables you to learn from data faster than humans and make decisions on new events. Power of ML comes from the information that we can extract from existing data in the system. Enables to find patterns that are not obvious to humans. It can self adapt to new events.
  • 66.
  • 67. Microsoft & Machine Learning Bing maps launches What’s the best way to home? Kinect launches What does that motion “mean”? Azure Machine Learning What will happen next? Hotmail launches Which email is junk? Bing search launches Which searches are most relevant? Skype Translator launches What is that person saying? 201420091997 201520102008
  • 68. Machine Learning Examples: Image Analyze
  • 69. Machine Learning Examples: Which border color is the best?
  • 70. Machine Learning Examples: Which border color is best?
  • 71. Machine Learning Examples: Text Analytics - User reviews Positive Negative
  • 72. What is Machine Learning?
  • 73. Two main types of Machine Learning problems
  • 75. Regression versus Classification Regression problems • Estimate household power consumption • Estimate customer’s income Classification problems • Power station will / will not meet demand • Customer will respond to advertising
  • 76. Common Classes of Algorithms Classification Regression Anomaly Detection Clustering
  • 77. Identifying to which of a set of categories (sub-populations) a new observation belongs, on the basis of a training set of data containing observations (or instances) whose category membership is known. Classification A set of statistical processes for estimating the relationships among variables. It includes many techniques for modeling and analyzing several variables, when the focus is on the relationship between a dependent variable and one or more independent variables (or 'predictors’). Regression The task of grouping a set of objects in such a way that objects in the same group (called a cluster) are more similar (in some sense) to each other than to those in other groups (clusters). Clustering The identification of items, events or observations which do not conform to an expected pattern or other items in a dataset. Typically the anomalous items will translate to some kind of problem such as bank fraud, a structural defect, medical problems or errors in a text. Anomaly Detection Common Classes of Algorithms
  • 78. Supervised vs Unsupervised Learning Unsupervised Learning • Unlabeled Data • Clustering (K-means) • Market Basket Analysis (Apriori Algorithm) • Anomaly Detection (Extreme Studentized Deviate Test) • Text mining (Latent Dirichlet Allocation) Supervised learning • Labeled Data • Anomaly Detection (Support Vector Machine) • Text mining (Support Vector Machine) • Regression (Linear Regression) • Classification (Random Forest) • Sentiment analysis (Neural Network)
  • 80.
  • 82. 50°F 30°F 68°F 95°F1990 48°F 29°F 70°F 98°F2000 49°F 27°F 67°F 96°F2010 ? ? ? ?2020 … … … …… Known data Model Unknown data Weather forecast sample Using known data, develop a model to predict unknown data.
  • 83. 90°F -26°F 50°F 30°F 68°F 95°F1990 48°F 29°F 70°F 98°F2000 49°F 27°F 67°F 96°F2010 Using known data, develop a model to predict unknown data. Predict 2020 Summer
  • 84.
  • 86. Binary versus Multiclass Classification Multiclass examples • kind of tree • kind of network attack • type of heart disease Binary examples • click prediction • yes|no • over|under • win|loss
  • 87. Example of a Classification Model (Decision Tree) Age<30 Income > $50K Xbox-One Customer Not Xbox-One Customer Days Played > 728 Income > $50K Xbox-One Customer Not Xbox-One Customer Xbox-One Customer
  • 89.
  • 94.
  • 95. Data Science Process 20% of work • Perform Statistical analysis • Discover and handle outliers • Prepare a list of predictive model techniques • Clearly defined business problem • Set success criteria • Define clear data science objectives • Break business problems to data science problems • Identify machine learning problem categories • Understand data points and constraints • Formulate data analytics strategy • Perform required transformation • Experiment with multiple models • Choose the optimal model • Create a feedback loop Define Business Problem Map to Machine Learning Problem Data Preparation Exploratory Data Analysis Modeling Evaluation 80% of work
  • 96. Build a Machine Learning Solution Politics Sports Tech Health Using known data, develop a model to predict unknown data.
  • 97. Build a Machine Learning Solution Using known data, develop a model to predict unknown data. Documents Labels Tech Health Politics Politics Sports Documents consist of unstructured text. Machine learning typically assumes a more structured format of examples
  • 98. Build a Machine Learning Solution Using known data, develop a model to predict unknown data. LabelsDocuments Feature Documents Labels Tech Health Politics Politics Sports
  • 99. Build a Machine Learning Solution Known data Data instance {40, (180, 82), (11,7), 70, …..} : Healthy Age Height/Weight Blood Pressure Hearth Rate LabelFeatures Feature Vector
  • 100. Build a Machine Learning Solution Using known data, develop a model to predict unknown data. Documents Labels Tech Health Politics Politics Sports Training data Train the Model Feature Vectors Base Model Adjust Parameters
  • 101. Build a Machine Learning Solution Known data with true labels Tech Health Politics Politics Sports Tech Health Politics Politics Sports Tech Health Politics Politics Sports Model’s Performance Difference between “True Labels” and “Predicted Labels” True labels Tech Health Politics Politics Sports Predicted labels Train the Model Split Detach +/- +/- +/-
  • 103.
  • 104. Microsoft Azure Machine Learning Studio
  • 105.
  • 106. Overview of the labs https://tinyurl.com/AMLS0001 https://tinyurl.com/AMLSLAB2 https://tinyurl.com/AMLS0003
  • 107. Hands On Lab 1: Predict Employee Leave (Classification) https://tinyurl.com/AMLS0001 https://www.datachangers.com/predict-employee-leave/
  • 108. Hands On Lab 2: Predict Annual Income (Classification) https://tinyurl.com/AMLSLAB2 https://www.datachangers.com/ai-workshop-predict-annual-income/
  • 112. Azure Notebooks – Azure Integration Your Azure Subscription is fully integrated into Azure Notebooks • Create a private notebook service for users of your Azure Subscription • Create custom Docker images to run your notebooks • Use premium computing resources to run your notebook (more cores, more RAM, GPU). • Always-free compute tier available Your Azure Subscription credentials available for single-sign-on • Use Azure data resources (e.g., SQL Azure, Cosmos DB, Azure Blob and Table storage) without needing to embed credentials in your notebooks • Use Azure compute resources (e.g., Azure Batch, Azure Batch AI, Azure Machine Learning) without needing to embed credentials in your notebooks
  • 113. Quick Walkthrough of Azure Notebooks https://notebooks.azure.com
  • 114. Sign in and Create an ID
  • 115. Azure Notebooks - Projects Use this to: Create New Projects Upload OR Clone from GitHub Migrate (Upload) a local Jupyter notebook Share your Notebook
  • 116. Azure Notebook - Editor View
  • 117. Azure Notebooks – Toolbar and Shortcuts Mode What Shortcut Command (Press Esc to enter) Run cell Shift-Enter Command Add cell below B Command Add cell above A Command Delete a cell d-d Command Go into edit mode Enter Edit (Press Enter to enable) Run cell Shift-Enter Edit Indent Clrl-] Edit Unindent Ctrl-[ Edit Comment section Ctrl-/ Edit Function introspection Shift-Tab
  • 118. Hands On Lab 3: Predict Flight Delay (Classification) https://tinyurl.com/AMLS0003 https://github.com/Microsoft/computerscience/tree/master/Labs/Deep%20Learning/200 %20-%20Machine%20Learning%20in%20Python
  • 119. Hands On Lab 4: Bike Rental Challenge
  • 120. If You Have Some Time Left… https://github.com/Microsoft/computerscience/tree/master/Labs/Deep %20Learning
  • 121.
  • 122. Microsoft Offer for Students
  • 123. Lab Tool Resources https://studio.azureml.net/ Quick Start Tutorial Tutorial Data Scientist Guide https://notebooks.azure.com/ Quick guide Tutorial Run Azure Notebook with Python Sample Notebooks
  • 124. Other Azure ML Examples https://github.com/topics/azure-machine-learning https://github.com/Azure/LearnAnalytics- DoingMachineLearningwithAzureMLStudio/tree/master/instructor_resources Image clustering using Python and Azure Machine Learning Studio Workshop Azure ML Studio https://academy.datachangers.com/courses/course- v1:Microsoft+DAT275x+2018_T4/about https://github.com/MicrosoftLearning/Principles-of-Machine-Learning-Python
  • 125. Other Azure ML Examples
  • 126. ?