SlideShare una empresa de Scribd logo
1 de 136
Music City Code
Building Powerful and
Intelligent Applications
with Azure Machine
Learning
David Walker
Sitecore 2015 Tech MVP, 2x MS-MVP, Sr Sitecore Architect – Layer One Media
David Walker
• Sitecore 2015 Technology MVP
• Former two-time Microsoft ASP.NET MVP
• Senior Sitecore Architect – Layer One Media
• Sitecore Certified Developer I & II – 5.3
• Over 25+ years exp, 75% as a Consultant
• Certified Scrum Master, Scrum Developer
• MCP in 2003, MCAD & MCSD in 2005
• Former Senior App Dev Manager at Microsoft
• TechFests.com founder – 12th year of TulsaTechFest.com
• SITECOREDAVE.com, RADICALDAVE.com, “Mr. TechFest”
ConnectwithMe
Email:dave@RadicalDave.com
Twitter:@DavidWalker
Blog:RadicalDave.com
Music City Code
• WHY ARE WE HERE?
WHY ARE
YOU HERE
WHY ARE WE HERE
Building Intelligent
Sitecore Applications
WHY, WHY, WHY??? – KEY TAKE AWAYS
DEMO
ARE YOU CERTIFIED? …. OR CERTIFIABLE?
Agenda/Goals
1. What is Azure?
2. What is Machine Learning?
3. What is AzureML?
4. DataMarket.Azure
5. Application Integration
6. API/Data Management
7. .NET Core Overview
How Many Cups?
I’m Not a Professor
I’m Not a Politician
But if
I was
TEAMWORK
TEAM WORK…
Accelerate
Your Journey
By Joining Mine
SAVE YOU ITERATIONS… AND HEADACHES
What Would You Wish For? Your Company? Your
You, Your Company, Your Customers Get 3 Wishes
I’m Here, You’re Here… What’s Your Other Two Wishes?
You Can Be The Super Hero!
At LEAST The Azure Super Hero!
At LEAST A Super Hero
To Your Customers & App Users
The Sky is
Blue…
and the birds
are singing!
Why are we here?
WHICH WAY DO YOU GO?
Few Applications
are Islands!
If yours was,
would it be
comfortable?
Would it be a
paradise?
How Far Away is it?
Can You Connect to it?
Got Rocks?
Lighthouse?
Bout How Big
an Island
are you?
Are Your
Friends
There?
What ?
No Friends?
Agenda/Goals
1. What is Azure?
2. What is Machine Learning?
3. What is AzureML?
4. DataMarket.Azure
5. Application Integration
6. API/Data Management
7. .NET Core Overview
• Microsoft’s Cloud Computing Platform and Infrastructure
Pop Quiz: What is Azure?
Agenda/Goals
1. What is Azure?
2. What is Machine Learning?
3. What is AzureML?
4. DataMarket.Azure
5. Application Integration
6. API/Data Management
7. .NET Core Overview
• “Field of study that gives computers the ability to learn without
being explicitly programmed”.
Arthur Samuel – 1959, source Wikipedia
Pop Quiz: What is Machine
Learning?
World Domination?
RISE
OF THE
MACHINES!
Pop Quiz: What’s a Pirate’s Favorite
Coding Language?
RRRRRR…..
Pop Quiz: What’s a Pirate’s Favorite
Letter?
C…..
Machine Learning / Predictive
Analytics
Vision Analytics
Recommenda-tion
engines
Advertising
analysis
Weather
forecasting for
business planning
Social network
analysis
Legal
discovery and
document
archiving
Pricing analysis
Fraud
detection
Churn
analysis
Equipment
monitoring
Location-based
tracking and
services
Personalized
Insurance
Machine learning &
predictive analytics are core
capabilities that are needed
throughout your business
• Formal definition: “A computer program is said to learn from
experience E with respect to some class of tasks T and
performance measure P, if its performance at tasks in T, as
measured by P, improves with experience E” - Tom M. Mitchell
• Another definition: “The goal of machine learning is to program
computers to use example data or past experience to solve a given
problem.” – Introduction to Machine Learning, 2nd Edition, MIT Press
• ML often involves two primary techniques:
• Supervised Learning: Finding the mapping between inputs and outputs using correct
values to “train” a model
• Unsupervised Learning: Finding patterns in the input data (similar to Density Estimates in
Statistics)
Machine Learning Overview
Data:
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Rules, or Algorithms:
about, Learning, language – Spelling and sounding builds words
Learning about language. – Words build sentences
Learning, or Abstraction:
Any new understanding proceeds from previous knowledge.
Machine Learning
1.Used when you want to predict unknown answers from answers you already
have – requires data which shows the answers you can get now
2.Data is divided into two parts: the data you will use to “teach” the system (data
set), and the data you will use to see if the computer’s algorithms are accurate
(test set)
3.After you select and clean the data, you select data points that show the right
relationships in the data. The answers are “labels”, the
categories/columns/attributes are “features” and the values are…values.
4.Then you select an algorithm to compute the outcome. (Often you choose more
than one)
5.You run the program on the data set, and check to see if you got the right
answer from the test set.
6.Once you perform the experiment, you select the best model. This is the final
output – the model is then used against more data to get the answers you need
Supervised Learning
1.Used when you want to find unknown answers – mostly groupings - directly from data
2.No simple way to evaluate accuracy of what you learn
3.Evaluates more vectors, groups into sets or classifications
4.Start with the data
5.Apply algorithm
6.Evaluate groups
Unsupervised Learning
Unsupervised Learning
• Example 1 example A Example 2
example B Example 3 example C
example A example B example C
Example 1 Example 2 Example 3
0 – The bar was closed before
they determined the most
efficient door to enter.
10 Data Scientist standing
outside a bar, how many enter?
Agenda/Goals
1. What is Azure?
2. What is Machine Learning?
3. What is AzureML?
4. DataMarket.Azure
5. Application Integration
6. API/Data Management
7. .NET Core Overview
• Google was first with just a simple Prediction Service, but it
required a lot of thought/work in building appropriate data sets
• AzureML is less restrictive on data sets and with a much
friendlier set of tools has made it so that anyone can do it – no
PhD required.
• Then, easily integrate it into your applications, processes –
even Excel.
Why is AzureML so Awesome?
• Search DataMarket for published services/experiments
How can you use
AzureML today?
• Set up a Microsoft Azure Account
• Set up a Storage Account
• Load Data
• Set up an AzureML Workspace
• Accessing AzureML Studio
• AzureML Studio Tour
Create your own AzureML experiments?
Azure ML
demo
Agenda/Goals
1. What is Azure?
2. What is Machine Learning?
3. What is AzureML?
4. DataMarket.Azure
5. Application Integration
6. API/Data Management
7. .NET Core Overview
MONETIZATION!
SHOW ME THE…
• http://datamarket.azure.com
• Find Data, ML Experiments and everything else!
Azure Marketplace
Azure Marketplace
Cortana
Intelligence
Gallery
gallery.cortanaintelligence.com
demo
Agenda/Goals
1. What is Azure?
2. What is Machine Learning?
3. What is AzureML?
4. DataMarket.Azure
5. Application Integration
6. API/Data Management
7. .NET Core Overview
•Calling AzureML end points
• http://microsoftazuremachinelearning.azurewebsites.net/Cluste
rModel.aspx
Application Integration
Application Integration
demo
FACIAL RECOGNITION & IMAGE PROCESSING
Microsoft Cognitive Services
FACIAL RECOGNITION & IMAGE PROCESSING
Microsoft Cognitive Services
Facial Recongition?
Agenda/Goals
1. What is Azure?
2. What is Machine Learning?
3. What is AzureML?
4. DataMarket.Azure
5. Application Integration
6. API/Data Management
7. .NET Core Overview
• Service Catalog
• Monitoring
• Abstraction
http://azure.microsoft.com/en-us/documentation/articles/api-
management-get-started/
What is Azure API Management?
• http://azure.microsoft.com/en-us/services/data-factory/
What is Azure Data Factory?
API/Data Management
demo
Agenda/Goals
1. What is Azure?
2. What is Machine Learning?
3. What is AzureML?
4. DataMarket.Azure
5. Application Integration
6. API/Data Management
7. .NET Core Overview
.NET 3.0
Pop Quiz: What did Microsoft
release in beta in 2006?
1. WCF
2. WPF
3. WF
4. CardSpace
Pop Quiz: What were the four
components of .NET 3.0?
Accelerate
Your Journey
By Joining Mine
ALL the WAY
Back to the Core!
All in just a few lines of code!
Don’t Get Too Excited!
DON’T GET TOO EXCITED!
TunnelVision
Easy
Integration for
Intelligence
Third-Party Data? Piece of Cake!
Just a few examples!
As an
Application
Developer,
I want to
Empower my
Apps/Users
Features
Based
on…
Weather
Stock
Market
Activity
Property
Values
People Per
Household
Average
Commute
Time?
High/Low
Crime Area?
Area’s Average
Income
Area’s Education
Level
Area’s Average
Household Size
Area’s %
Water vs Land
Nearby
Locations
What Use Cases
BenefitYour
Business/Visitors?
Accelerate
Business
Experience
Customers – Demand More, So Deliver More!
IMAGINIZATION
Never
Limit
the
The Evolution
of Applications
Has Begun
It Has Already Begun!
Got API ?
Will Integrate!
And Empower!
Any and All!
# API’s
x
# Data Points
LIMITLESS OPTIONS
MIND…BLOWN!
IMAGINIZATION
Never
Limit
the
The Evolution of
App Intelligence…
Now Exponential
MIND…BLOWN!
But Wait
There’s More!
What if…. No… When… A New
Requirement:
Refactor … yet again
Refactor Conditions – Configurable
Providers!
Keep Them Separated!
Into The Core
WHAT’S AT THE CORE?
WHAT’S AT THE CORE?
ALL the WAY
Into the Core!
Cross-platform
Open source
Flexible
Modular
.NET Core
.NET Today
.NET Tomorrow
Do it Right
The First Time
IInterface
Example:
Sitecore.SharedSource.ListRenderer
GetSitecoreContent
GetWebContent
GetDbContent
Example:
Sitecore.SharedSource.ListRenderer
IDataSource
IDataSource
Agenda/Goals - REVIEW
1. What is Azure?
2. What is Machine Learning?
3. What is AzureML?
4. DataMarket.Azure
5. Application Integration
6. API/Data Management
7. .NET Core Overview
Questions
&
Ideas?
Want More?
Get Social
Learn Together
SQL Server!
Resources
http://MicrosoftVirtualAcademy.com http://BuildAzure.com
@BuildAzure @MVPAward
SQLPASS.org – WebCast – Feb 11th – Enabling Advanced Full Text
Search of SQL Server Data using Azure Search
SQLPASS.org – WebCast – Feb 25th on DocumentDB
@ryancrawcour – Program Manager – DocumentDB
http://blogs.msdn.com/b/documentdb/
@liamca – Program Manager – Azure Search
http://GitHub.com/SitecoreDave/
Connect with me!
Twitter: @DavidWalker, LinkedIn, Facebook, http://RadicalDave.com
Music City Code

Más contenido relacionado

Similar a Building Powerful and Intelligent Applications with Azure Machine Learning

Serverless Machine Learning
Serverless Machine LearningServerless Machine Learning
Serverless Machine LearningAsavari Tayal
 
Deployment Design Patterns - Deploying Machine Learning and Deep Learning Mod...
Deployment Design Patterns - Deploying Machine Learning and Deep Learning Mod...Deployment Design Patterns - Deploying Machine Learning and Deep Learning Mod...
Deployment Design Patterns - Deploying Machine Learning and Deep Learning Mod...All Things Open
 
AllThingsOpen 2018 - Deployment Design Patterns (Dan Zaratsian)
AllThingsOpen 2018 - Deployment Design Patterns (Dan Zaratsian)AllThingsOpen 2018 - Deployment Design Patterns (Dan Zaratsian)
AllThingsOpen 2018 - Deployment Design Patterns (Dan Zaratsian)dtz001
 
Machine learning at scale - Webinar By zekeLabs
Machine learning at scale - Webinar By zekeLabsMachine learning at scale - Webinar By zekeLabs
Machine learning at scale - Webinar By zekeLabszekeLabs Technologies
 
Design Like a Pro: Machine Learning Basics
Design Like a Pro: Machine Learning BasicsDesign Like a Pro: Machine Learning Basics
Design Like a Pro: Machine Learning BasicsInductive Automation
 
Operationalizing Machine Learning
Operationalizing Machine LearningOperationalizing Machine Learning
Operationalizing Machine LearningAgileThought
 
Design Like a Pro: Machine Learning Basics
Design Like a Pro: Machine Learning BasicsDesign Like a Pro: Machine Learning Basics
Design Like a Pro: Machine Learning BasicsInductive Automation
 
Canada DevOps Summit 2020 Presentation Nov_03_2020
Canada DevOps Summit 2020 Presentation Nov_03_2020Canada DevOps Summit 2020 Presentation Nov_03_2020
Canada DevOps Summit 2020 Presentation Nov_03_2020Varun Manik
 
201908 Overview of Automated ML
201908 Overview of Automated ML201908 Overview of Automated ML
201908 Overview of Automated MLMark Tabladillo
 
Making Data Scientists Productive in Azure
Making Data Scientists Productive in AzureMaking Data Scientists Productive in Azure
Making Data Scientists Productive in AzureValdas Maksimavičius
 
EVAIN Artificial intelligence and semantic annotation: are you serious about it?
EVAIN Artificial intelligence and semantic annotation: are you serious about it?EVAIN Artificial intelligence and semantic annotation: are you serious about it?
EVAIN Artificial intelligence and semantic annotation: are you serious about it?FIAT/IFTA
 
Integrating Azure Machine Learning and Predictive Analytics with SharePoint O...
Integrating Azure Machine Learning and Predictive Analytics with SharePoint O...Integrating Azure Machine Learning and Predictive Analytics with SharePoint O...
Integrating Azure Machine Learning and Predictive Analytics with SharePoint O...Bhakthi Liyanage
 
Walk through of azure machine learning studio new features
Walk through of azure machine learning studio new featuresWalk through of azure machine learning studio new features
Walk through of azure machine learning studio new featuresLuca Zavarella
 
Start Building Machine Learning Models Faster Than You Think
Start Building Machine Learning Models Faster Than You ThinkStart Building Machine Learning Models Faster Than You Think
Start Building Machine Learning Models Faster Than You ThinkCheah Eng Soon
 
How Azure helps to build better business processes and customer experiences w...
How Azure helps to build better business processes and customer experiences w...How Azure helps to build better business processes and customer experiences w...
How Azure helps to build better business processes and customer experiences w...Maxim Salnikov
 
Making Data Science Scalable - 5 Lessons Learned
Making Data Science Scalable - 5 Lessons LearnedMaking Data Science Scalable - 5 Lessons Learned
Making Data Science Scalable - 5 Lessons LearnedLaurenz Wuttke
 
What is Data as a Service by T-Mobile Principle Technical PM
What is Data as a Service by T-Mobile Principle Technical PMWhat is Data as a Service by T-Mobile Principle Technical PM
What is Data as a Service by T-Mobile Principle Technical PMProduct School
 
TechEvent 2019: Artificial Intelligence in Dev & Ops; Martin Luckow - Trivadis
TechEvent 2019: Artificial Intelligence in Dev & Ops; Martin Luckow - TrivadisTechEvent 2019: Artificial Intelligence in Dev & Ops; Martin Luckow - Trivadis
TechEvent 2019: Artificial Intelligence in Dev & Ops; Martin Luckow - TrivadisTrivadis
 

Similar a Building Powerful and Intelligent Applications with Azure Machine Learning (20)

Serverless Machine Learning
Serverless Machine LearningServerless Machine Learning
Serverless Machine Learning
 
Deployment Design Patterns - Deploying Machine Learning and Deep Learning Mod...
Deployment Design Patterns - Deploying Machine Learning and Deep Learning Mod...Deployment Design Patterns - Deploying Machine Learning and Deep Learning Mod...
Deployment Design Patterns - Deploying Machine Learning and Deep Learning Mod...
 
AllThingsOpen 2018 - Deployment Design Patterns (Dan Zaratsian)
AllThingsOpen 2018 - Deployment Design Patterns (Dan Zaratsian)AllThingsOpen 2018 - Deployment Design Patterns (Dan Zaratsian)
AllThingsOpen 2018 - Deployment Design Patterns (Dan Zaratsian)
 
Machine Learning
Machine LearningMachine Learning
Machine Learning
 
Machine learning at scale - Webinar By zekeLabs
Machine learning at scale - Webinar By zekeLabsMachine learning at scale - Webinar By zekeLabs
Machine learning at scale - Webinar By zekeLabs
 
Design Like a Pro: Machine Learning Basics
Design Like a Pro: Machine Learning BasicsDesign Like a Pro: Machine Learning Basics
Design Like a Pro: Machine Learning Basics
 
Operationalizing Machine Learning
Operationalizing Machine LearningOperationalizing Machine Learning
Operationalizing Machine Learning
 
Design Like a Pro: Machine Learning Basics
Design Like a Pro: Machine Learning BasicsDesign Like a Pro: Machine Learning Basics
Design Like a Pro: Machine Learning Basics
 
Canada DevOps Summit 2020 Presentation Nov_03_2020
Canada DevOps Summit 2020 Presentation Nov_03_2020Canada DevOps Summit 2020 Presentation Nov_03_2020
Canada DevOps Summit 2020 Presentation Nov_03_2020
 
201908 Overview of Automated ML
201908 Overview of Automated ML201908 Overview of Automated ML
201908 Overview of Automated ML
 
Making Data Scientists Productive in Azure
Making Data Scientists Productive in AzureMaking Data Scientists Productive in Azure
Making Data Scientists Productive in Azure
 
EVAIN Artificial intelligence and semantic annotation: are you serious about it?
EVAIN Artificial intelligence and semantic annotation: are you serious about it?EVAIN Artificial intelligence and semantic annotation: are you serious about it?
EVAIN Artificial intelligence and semantic annotation: are you serious about it?
 
Integrating Azure Machine Learning and Predictive Analytics with SharePoint O...
Integrating Azure Machine Learning and Predictive Analytics with SharePoint O...Integrating Azure Machine Learning and Predictive Analytics with SharePoint O...
Integrating Azure Machine Learning and Predictive Analytics with SharePoint O...
 
Walk through of azure machine learning studio new features
Walk through of azure machine learning studio new featuresWalk through of azure machine learning studio new features
Walk through of azure machine learning studio new features
 
Start Building Machine Learning Models Faster Than You Think
Start Building Machine Learning Models Faster Than You ThinkStart Building Machine Learning Models Faster Than You Think
Start Building Machine Learning Models Faster Than You Think
 
How Azure helps to build better business processes and customer experiences w...
How Azure helps to build better business processes and customer experiences w...How Azure helps to build better business processes and customer experiences w...
How Azure helps to build better business processes and customer experiences w...
 
Making Data Science Scalable - 5 Lessons Learned
Making Data Science Scalable - 5 Lessons LearnedMaking Data Science Scalable - 5 Lessons Learned
Making Data Science Scalable - 5 Lessons Learned
 
What is Data as a Service by T-Mobile Principle Technical PM
What is Data as a Service by T-Mobile Principle Technical PMWhat is Data as a Service by T-Mobile Principle Technical PM
What is Data as a Service by T-Mobile Principle Technical PM
 
TechEvent 2019: Artificial Intelligence in Dev & Ops; Martin Luckow - Trivadis
TechEvent 2019: Artificial Intelligence in Dev & Ops; Martin Luckow - TrivadisTechEvent 2019: Artificial Intelligence in Dev & Ops; Martin Luckow - Trivadis
TechEvent 2019: Artificial Intelligence in Dev & Ops; Martin Luckow - Trivadis
 
Machine learning
Machine learningMachine learning
Machine learning
 

Último

CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online ☂️
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online  ☂️CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online  ☂️
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online ☂️anilsa9823
 
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...MyIntelliSource, Inc.
 
Unlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language ModelsUnlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language Modelsaagamshah0812
 
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...kellynguyen01
 
HR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comHR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comFatema Valibhai
 
Optimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVOptimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVshikhaohhpro
 
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...ICS
 
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsUnveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsAlberto González Trastoy
 
Right Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsRight Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsJhone kinadey
 
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...Steffen Staab
 
Software Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsSoftware Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsArshad QA
 
Hand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptxHand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptxbodapatigopi8531
 
TECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providerTECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providermohitmore19
 
CALL ON ➥8923113531 🔝Call Girls Badshah Nagar Lucknow best Female service
CALL ON ➥8923113531 🔝Call Girls Badshah Nagar Lucknow best Female serviceCALL ON ➥8923113531 🔝Call Girls Badshah Nagar Lucknow best Female service
CALL ON ➥8923113531 🔝Call Girls Badshah Nagar Lucknow best Female serviceanilsa9823
 
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...Health
 
5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdf5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdfWave PLM
 
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...panagenda
 

Último (20)

CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
 
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online ☂️
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online  ☂️CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online  ☂️
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online ☂️
 
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
 
Unlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language ModelsUnlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language Models
 
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
 
Microsoft AI Transformation Partner Playbook.pdf
Microsoft AI Transformation Partner Playbook.pdfMicrosoft AI Transformation Partner Playbook.pdf
Microsoft AI Transformation Partner Playbook.pdf
 
HR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comHR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.com
 
Optimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVOptimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTV
 
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
 
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsUnveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
 
Vip Call Girls Noida ➡️ Delhi ➡️ 9999965857 No Advance 24HRS Live
Vip Call Girls Noida ➡️ Delhi ➡️ 9999965857 No Advance 24HRS LiveVip Call Girls Noida ➡️ Delhi ➡️ 9999965857 No Advance 24HRS Live
Vip Call Girls Noida ➡️ Delhi ➡️ 9999965857 No Advance 24HRS Live
 
Right Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsRight Money Management App For Your Financial Goals
Right Money Management App For Your Financial Goals
 
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
 
Software Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsSoftware Quality Assurance Interview Questions
Software Quality Assurance Interview Questions
 
Hand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptxHand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptx
 
TECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providerTECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service provider
 
CALL ON ➥8923113531 🔝Call Girls Badshah Nagar Lucknow best Female service
CALL ON ➥8923113531 🔝Call Girls Badshah Nagar Lucknow best Female serviceCALL ON ➥8923113531 🔝Call Girls Badshah Nagar Lucknow best Female service
CALL ON ➥8923113531 🔝Call Girls Badshah Nagar Lucknow best Female service
 
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
 
5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdf5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdf
 
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
 

Building Powerful and Intelligent Applications with Azure Machine Learning

Notas del editor

  1. Ignorance is bliss?
  2. Ignorance is bliss?
  3. The wrong way!
  4. For some.. They think this is enough…
  5. Bliss. Ah. Sweet Bliss.. For Customers, Marketing Team and Business
  6. Ignorance is bliss?
  7. Bliss. Ah. Sweet Bliss.. For Customers, Marketing Team and Business
  8. Bliss. Ah. Sweet Bliss.. For Customers, Marketing Team and Business
  9. Bliss. Ah. Sweet Bliss.. For Customers, Marketing Team and Business
  10. Bliss. Ah. Sweet Bliss.. For Customers, Marketing Team and Business
  11. Ignorance is bliss?
  12. Ignorance is bliss?
  13. Bliss. Ah. Sweet Bliss.. For Customers, Marketing Team and Business
  14. Ignorance is bliss?
  15. Bliss. Ah. Sweet Bliss.. For Customers, Marketing Team and Business
  16. The wrong way!
  17. The wrong way!
  18. The wrong way!
  19. The wrong way!
  20. The wrong way!
  21. The wrong way!
  22. The wrong way!
  23. Join my on My Journey… and learn from my experience
  24. Including Region… in the US = State
  25. Ignorance is bliss?
  26. Like everything else in the Sitecore Experience Platform, the Personalization engine and components are very extensible!
  27. Like everything else in the Sitecore Experience Platform, the Personalization engine and components are very extensible!
  28. Necessity often drives Innovation
  29. Necessity often drives Innovation
  30. Integrate anything! The right way.. From the beginning!
  31. Integrate anything! The right way.. From the beginning!
  32. .NET Core! True Cross Platform .NET!
  33. .NET Core! True Cross Platform .NET!
  34. .NET Core! True Cross Platform .NET!
  35. With simple Provider style organization, you can exponentially Accelerate the Business Experience
  36. With simple Provider style organization, you can exponentially Accelerate the Business Experience
  37. With simple Provider style organization, you can exponentially Accelerate the Business Experience
  38. .NET Core! True Cross Platform .NET!
  39. iOS, Linux, Xamarin,
  40. So you don’t have to do it again!
  41. So you don’t have to do it again!
  42. So you don’t have to do it again!
  43. It saves so much time and effort!
  44. I Interface… ALWAYS INTERFACE!
  45. The wrong way!
  46. FileSystem/Storage, etc., etc.
  47. FileSystem/Storage, etc., etc.
  48. The wrong way!
  49. 2016 – R and Python – in-database scale .. Quit messing with moving data around. Run it as close to the data as possible Full durable memory-optimized tables, CPU affinity and memory allocation, Resource governance and concurrent execution
  50. The wrong way!