SlideShare a Scribd company logo
AGENDA - DATA SCIENCE IN POC
• it’s not about you, it’s about us !!!
• What’s being covered and WHY ?
• Data science vs Azure
• Demo per case based scenario
Targeted Audience :
(1) Data Scientist who are interested using the Azure Cloud for their daily
tasks
(2) Inner circle team members who interact with data scientist on a frequent
basis
(3) Stalkholders and managers who wants to understand/gain control of
IT’S NOT ABOUT YOU ,
IT’S ABOUT US !!!
Data Engineer
Data Analyst
/Statistician
Database
professionals
Data Scientist
Business
Intelligence
Manager/Advocat
e
Stalkholder
(decision maker)
Developers
(App & Infra)
Innovation Officer
Data Protection
Officer (GDPR)
Data Scientist
Data Engineer
Data Analyst
/Statistician
Database
professionals
Business
Intelligence
Manager/Advocat
e
Stalkholder
(decision maker)
Developers
(App & Infra)
Innovation Officer
Data Protection
Officer (GDPR)
I want to
experiment on
new models
from that paper I
read yesterday
Let’s automize
the data-pipeline
with Hadoop eco
system !Give me a
model so I
can
embedded
into an App
!
let’s explore the
data with
histograms,
boxplots and density
plots
Let’s make some
pretty
dashboards to
show others...
Build me something
cool , I will go and
show/tell others
Does any of your
model make $ for
the company ?
I want to try out
machine learning
models in a SQL
friendly way, is it
possible?
Let’s run a
POC to
understand
how data
science
work
Pls make sure
all data
processes are
compliant to
GDPR
WHAT THE OTHERS WANT
Gather inputs
 Prioritize
 map
deliverables
Does your model
make $ for the
company ?
Build me something
cool , I will go and
show/tell others
Ensure model developing process
resonate with deliverables
Map outputs to deliverables
(1) ensure inter-mediate data
process output is archive for
dashboarding and
reproducibility
(2) Make sure the selected model is
–
a) Interpretable to a certain
degree
b) Possibility to be embedded
to an API call or can do
batch-prediction
c) Possibility to scalable and
the life-cycle can be
managed
(3) Make sure the model
performance can somehow
translate to $
Innovation Officer
Let’s run a
POC to
understand
how data
science
work
Make sure the
model performance
is somehow
translated to $
Document all
activites , make
sure to incl
1. why the model
works
2. what does it
look like in
production
3. how to scale &
integrate with IT
Make sure the
deliverables incl. a
killer-looking
dashboard/app so i
can easily show/tell
others
WHAT I (=DATA SCIENTIST)
WANT
Common &
sharable workspace
All desired toolsets
pre-installed or
minimal install
required
Connect different
data sources in/out
workspace
Scale
down/up as
i see fit
train the model fast
Possibility to
automize
the workflow
Demo my model
Prep & deploy my
model
A centralized
work space where
i can ...
WHAT’S BEING COVERED
WHAT’S BEING COVERED
• Framework – Python focused (WHY ?)
• Data : healthcare data (public datasets or artificial data)
• Azure Machine Learning services vs Data Science activities
• Constrains –
1. no live streaming prediction , only batch-sized prediction ( excl
backend infra, only API call)
2. No Model production pipeline management ( only focus on POCs)
• Demo constrain : if it is gonna take > 20 mins to run , i will just
walk through the jupyter notebook as demo instead !
FORMAT OF THE DEMO
THE FOLLOWING SLIDE SHOWS IN WHICH FORMAT WE WILL WALK
THROUGH THE DEMO PER CASE BASED SCENARIO
DATA SCIENCE ACTIVITIES VS AZURE SERVICES
(1)Get data in/out
of Azure
(2) Model
building
(3) Demo your
model
(4)
Productionalize
the model
AZURE
Who : who is this service intended
WHY : justify why /when will we use it
Data type : structure /unstructure or both
Scenario : this architecture is used in a database-centric scenario ... Blah
blah blah
Compacted Data Science activities vs what Azure Services provide
Case
specific
properties
Pros
Cons
Data: what data used
Model : type of machien learning model
Operationalize: batch predict or API call
Azure service model output screenshot
CASES AND DEMOS
CASE 1 – CITIZEN DATA
SCIENTIST’S PLAYGROUND
(1)Get data in/out
of Azure
(2) Model
building
(3) Demo your
model
(4)
Productionalize
the model
Who : whoever want to understand what data scientist is doing and the data
science process
Why : explain an end-to-end data science toy journey on a single UI
Data type : mainly structured , limited case when unstructured data can be
used
Scenario : to gain awareness internally, one needs a tool to easilyStudio
Pros
Cons
Upload data
to AML
Small data
Drag & drop
(no coding)
Limited
model
selection
Visualible
directly via
UI
-
Can directly be
deployed as an
API call
Prototype
only , not
built for
production
Data: breast cancer csv
Model : SVM
Operationalize: Yes, available
as a web service (=API call)
CASE 2 – SQL DATA BASE
ONLY
(1)Get data in/out
of Azure
(2) Model
building
(3) Demo your
model
(4)
Productionalize
the model
Who : SQL server admin /SQL professionals
Why : SQL admin/engineer who want to utilize Machine Learning models in their ETL
tasks
Data type : only structured
Scenario : when all data sources reside in SQL environment , want to embed the ML
model into ETL process
Pros
Cons
Optimized
for data in
SQL DB
Limited
support for
data not in
SQL DB
Directly
embedded
R/Python code
in SQL
Not all
models are
supported
Via SQL
management
studio
Can’t do
demo else
where
Can be
embedded in
ETL process
Can’t do
stream
prediction
Azure Machien Learning
Studio
Data: breast cancer csv
Model : Naive Bayes
Operationalize: Yes, available as an in-database batch prediction (= built
into ETL process)
CASE 3 – PARALLEL
TRAINING ON MULTI-
DATASETS
(1)Get data in/out
of Azure
(2) Model
building
(3) Demo your
model
(4)
Productionalize
the model
Batch
Who : data engineer / data scientists / data analyst professionals / IT devs
Why : automize the process of training across multiple identical features’
datasets
Data type : structure /unstructure or both
Scenario : Data Scientist had developed a model and he/she wants to train
across multiple datasets to scale( say you have many hospitals’ data with the
exact same features=columns to train & make prediction on ) , a candy treat
Pros
Cons
Deal with any
kind of data
uploaded to
azure blob
Data I/O
could be slow
Build model
locally on your
preferred env
Models require
GPU is not
supported
Via command
line/jupyter
notebook
Not a
visually-
appealing
demo
Train&predict
multiple datasets
and can be
automized for
batch prediction
Can’t do
stream
prediction
Output trained model.pkl files as well as the prediction csv files
Job training in command line, launch and go have a coffee !
Data: hospital 1/2/3 breast cancer data csv(s)
Model : RandomForest Classifier
Operationalize: Yes, available as batch-size prediction ( can be scheduled to automized the
CASE 4 – TRAIN DEEP
LEARNIG MODELS + GPU
ACCELERATION
(1)Get data in/out
of Azure
(2) Model
building
(3) Demo your
model
(4)
Productionalize
the model
BatchAI
Who : data engineer / data scientists / data analyst professionals /IT devs
Why : specific GPU-enabled model training environment is required
Data type : structure /unstructure or both
Scenario : a model that required training on GPU (otherwise it will take ages
to train) , an example would be training an image classification model , the
kind of cool stuff Advocate can use to show case team data science’s
Pros
Cons
Deal with any
kind of data
uploaded to
azure fileshare
Data I/O
could be slow
Build model
(optimized for
GPU) locally on
your preferred env
Session time-
out could be
problematic
Via command
line /jupyter
notebook
Not a
visually-
appealing
demo
Can be
automized
(schedule)
batch-sized
prediction
Can’t do
stream
prediction
Data: dicom CT scan image data
Model : CNN, Convolutional Neural Networks
classifier
Operationalize: Yes, available as batch-size
prediction ( can be scheduled to automized the
processs)
CASE 5 – SPEED MATTERS
(1)Get data in/out
of Azure
(2) Model
building
(3) Demo your
model
(4)
Productionalize
the model
DataBric
k
Who : data engineer / data scientists / data analyst professionals
Why : where the speed of data processing matters and parallization can be
applied , it can easily turn into a model pipeline production for an end-to-
end data science workflow
Data type : structure /unstructure or both
Scenario : when processing >GBs of data, local PC can no longer suffice, one
needs a lightling speed environment to do data processing, music to the ear
Pros
Cons
Any type of data
,fine-tune for
large datasets
For small
dataset is no
need
A user-
friendly
databrick
notebook
Limited support
for models
outside spark
eco system
Via databrick
notebook
Not a
visually-
appealing
demo
Can be
developed to do
stream
prediction
Model
deployment
pipeline is
rather complex
Data: membrane dicom image
Model : Unet (deep learning , image segmentation)
Operationalize: Yes, ACI, AKS service for deep leaning models are in preview, check back
Any model that can be trained&saved via azure.ml can be deployed to a docker image 
web service
Feed test data to the
webservice
 Output prediction from the webservice, note it predicts correctly the correct
Class 0,0,1,1
 You will get a proper url to call fromData: breast cancer csv data
Model : pyspark GBT classifier
Operationalize: Yes, API calls availables
CASE 6 – SANDBOX ENV.
(BASIC)
(1)Get data in/out
of Azure
(2) Model
building
(3) Demo your
model
(4)
Productionalize
the model
DSVM
Who : data engineer / data scientists / data analyst professionals
WHY : one-stop-shop for all data science toolsets needs + a sharable
enviornment
Data type : structure /unstructure or both ( MBs ~ GB data)
Scenario : a hassel free environment where you can just get to work
immediately  sandbox for data scientist + data engineer + data analyst +
Pros
Cons
Any type of data
that can be
uploaded to
fileshare
Upload/downlo
ad data can be
slow
A pre-
built,all-in-
one toolsets
in one
environment
Could be costly
if GPU env
needed
Any kind of
demo you like
need internet
connection all
the time
can plug in
other Azure
service to
deploy the
model
Need to plug in
other services
for model
deployment
OTHER STUFF
FOR APP DEV (DEMO):
FOR ONE-OFF DEMO ONLY !
FOR BI PEOPLE (DEMO):

More Related Content

What's hot

Azure Machine Learning 101
Azure Machine Learning 101Azure Machine Learning 101
Azure Machine Learning 101
Renato Jovic
 
Ai use cases
Ai use casesAi use cases
Ai use cases
Sparsh Agarwal
 
Azure Machine Learning Intro
Azure Machine Learning IntroAzure Machine Learning Intro
Azure Machine Learning Intro
Damir Dobric
 
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
Luca Zavarella
 
[Research] azure ml anatomy of a machine learning service - Sharat Chikkerur
[Research] azure ml  anatomy of a machine learning service - Sharat Chikkerur[Research] azure ml  anatomy of a machine learning service - Sharat Chikkerur
[Research] azure ml anatomy of a machine learning service - Sharat Chikkerur
PAPIs.io
 
Azure Machine Learning Dotnet Campus 2015
Azure Machine Learning Dotnet Campus 2015 Azure Machine Learning Dotnet Campus 2015
Azure Machine Learning Dotnet Campus 2015
antimo musone
 
Data ops: Machine Learning in production
Data ops: Machine Learning in productionData ops: Machine Learning in production
Data ops: Machine Learning in production
Stepan Pushkarev
 
Machine learning 101 dkom 2017
Machine learning 101 dkom 2017Machine learning 101 dkom 2017
Machine learning 101 dkom 2017
fredverheul
 
Weekly #106: Deep Learning on Mobile
Weekly #106: Deep Learning on MobileWeekly #106: Deep Learning on Mobile
Weekly #106: Deep Learning on Mobile
Bill Liu
 
Weekly #105: AutoViz and Auto_ViML Visualization and Machine Learning
Weekly #105: AutoViz and Auto_ViML Visualization and Machine LearningWeekly #105: AutoViz and Auto_ViML Visualization and Machine Learning
Weekly #105: AutoViz and Auto_ViML Visualization and Machine Learning
Bill Liu
 
Production machine learning_infrastructure
Production machine learning_infrastructureProduction machine learning_infrastructure
Production machine learning_infrastructure
joshwills
 
Borys Rybak “Azure Machine Learning Studio & Azure Workbench & R + Python”
Borys Rybak “Azure Machine Learning Studio & Azure Workbench & R + Python” Borys Rybak “Azure Machine Learning Studio & Azure Workbench & R + Python”
Borys Rybak “Azure Machine Learning Studio & Azure Workbench & R + Python”
Lviv Startup Club
 
Square's Machine Learning Infrastructure and Applications - Rong Yan
Square's Machine Learning Infrastructure and Applications - Rong YanSquare's Machine Learning Infrastructure and Applications - Rong Yan
Square's Machine Learning Infrastructure and Applications - Rong Yan
Hakka Labs
 
Knowledge Discovery
Knowledge DiscoveryKnowledge Discovery
Knowledge Discovery
André Karpištšenko
 
Distributed Deep Learning with Hadoop and TensorFlow
Distributed Deep Learning with Hadoop and TensorFlowDistributed Deep Learning with Hadoop and TensorFlow
Distributed Deep Learning with Hadoop and TensorFlow
Jan Wiegelmann
 
H2O World - Benchmarking Open Source ML Platforms - Szilard Pafka
H2O World - Benchmarking Open Source ML Platforms - Szilard PafkaH2O World - Benchmarking Open Source ML Platforms - Szilard Pafka
H2O World - Benchmarking Open Source ML Platforms - Szilard Pafka
Sri Ambati
 
Aditya Bhattacharya - Enterprise DL - Accelerating Deep Learning Solutions to...
Aditya Bhattacharya - Enterprise DL - Accelerating Deep Learning Solutions to...Aditya Bhattacharya - Enterprise DL - Accelerating Deep Learning Solutions to...
Aditya Bhattacharya - Enterprise DL - Accelerating Deep Learning Solutions to...
Aditya Bhattacharya
 
Machine Learning with Apache Spark
Machine Learning with Apache SparkMachine Learning with Apache Spark
Machine Learning with Apache Spark
IBM Cloud Data Services
 
Managers guide to effective building of machine learning products
Managers guide to effective building of machine learning productsManagers guide to effective building of machine learning products
Managers guide to effective building of machine learning products
Gianmario Spacagna
 
The Power of Auto ML and How Does it Work
The Power of Auto ML and How Does it WorkThe Power of Auto ML and How Does it Work
The Power of Auto ML and How Does it Work
Ivo Andreev
 

What's hot (20)

Azure Machine Learning 101
Azure Machine Learning 101Azure Machine Learning 101
Azure Machine Learning 101
 
Ai use cases
Ai use casesAi use cases
Ai use cases
 
Azure Machine Learning Intro
Azure Machine Learning IntroAzure Machine Learning Intro
Azure Machine Learning Intro
 
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
 
[Research] azure ml anatomy of a machine learning service - Sharat Chikkerur
[Research] azure ml  anatomy of a machine learning service - Sharat Chikkerur[Research] azure ml  anatomy of a machine learning service - Sharat Chikkerur
[Research] azure ml anatomy of a machine learning service - Sharat Chikkerur
 
Azure Machine Learning Dotnet Campus 2015
Azure Machine Learning Dotnet Campus 2015 Azure Machine Learning Dotnet Campus 2015
Azure Machine Learning Dotnet Campus 2015
 
Data ops: Machine Learning in production
Data ops: Machine Learning in productionData ops: Machine Learning in production
Data ops: Machine Learning in production
 
Machine learning 101 dkom 2017
Machine learning 101 dkom 2017Machine learning 101 dkom 2017
Machine learning 101 dkom 2017
 
Weekly #106: Deep Learning on Mobile
Weekly #106: Deep Learning on MobileWeekly #106: Deep Learning on Mobile
Weekly #106: Deep Learning on Mobile
 
Weekly #105: AutoViz and Auto_ViML Visualization and Machine Learning
Weekly #105: AutoViz and Auto_ViML Visualization and Machine LearningWeekly #105: AutoViz and Auto_ViML Visualization and Machine Learning
Weekly #105: AutoViz and Auto_ViML Visualization and Machine Learning
 
Production machine learning_infrastructure
Production machine learning_infrastructureProduction machine learning_infrastructure
Production machine learning_infrastructure
 
Borys Rybak “Azure Machine Learning Studio & Azure Workbench & R + Python”
Borys Rybak “Azure Machine Learning Studio & Azure Workbench & R + Python” Borys Rybak “Azure Machine Learning Studio & Azure Workbench & R + Python”
Borys Rybak “Azure Machine Learning Studio & Azure Workbench & R + Python”
 
Square's Machine Learning Infrastructure and Applications - Rong Yan
Square's Machine Learning Infrastructure and Applications - Rong YanSquare's Machine Learning Infrastructure and Applications - Rong Yan
Square's Machine Learning Infrastructure and Applications - Rong Yan
 
Knowledge Discovery
Knowledge DiscoveryKnowledge Discovery
Knowledge Discovery
 
Distributed Deep Learning with Hadoop and TensorFlow
Distributed Deep Learning with Hadoop and TensorFlowDistributed Deep Learning with Hadoop and TensorFlow
Distributed Deep Learning with Hadoop and TensorFlow
 
H2O World - Benchmarking Open Source ML Platforms - Szilard Pafka
H2O World - Benchmarking Open Source ML Platforms - Szilard PafkaH2O World - Benchmarking Open Source ML Platforms - Szilard Pafka
H2O World - Benchmarking Open Source ML Platforms - Szilard Pafka
 
Aditya Bhattacharya - Enterprise DL - Accelerating Deep Learning Solutions to...
Aditya Bhattacharya - Enterprise DL - Accelerating Deep Learning Solutions to...Aditya Bhattacharya - Enterprise DL - Accelerating Deep Learning Solutions to...
Aditya Bhattacharya - Enterprise DL - Accelerating Deep Learning Solutions to...
 
Machine Learning with Apache Spark
Machine Learning with Apache SparkMachine Learning with Apache Spark
Machine Learning with Apache Spark
 
Managers guide to effective building of machine learning products
Managers guide to effective building of machine learning productsManagers guide to effective building of machine learning products
Managers guide to effective building of machine learning products
 
The Power of Auto ML and How Does it Work
The Power of Auto ML and How Does it WorkThe Power of Auto ML and How Does it Work
The Power of Auto ML and How Does it Work
 

Similar to Datascience and Azure(v1.0)

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
Laurenz Wuttke
 
Securing your Machine Learning models
Securing your Machine Learning modelsSecuring your Machine Learning models
Securing your Machine Learning models
PhilipBasford
 
Hyf project ideas_02
Hyf project ideas_02Hyf project ideas_02
Hyf project ideas_02
KatoK1
 
A survey on Machine Learning In Production (July 2018)
A survey on Machine Learning In Production (July 2018)A survey on Machine Learning In Production (July 2018)
A survey on Machine Learning In Production (July 2018)
Arnab Biswas
 
Afternoons with Azure - Azure Machine Learning
Afternoons with Azure - Azure Machine Learning Afternoons with Azure - Azure Machine Learning
Afternoons with Azure - Azure Machine Learning
CCG
 
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
zekeLabs Technologies
 
Making Netflix Machine Learning Algorithms Reliable
Making Netflix Machine Learning Algorithms ReliableMaking Netflix Machine Learning Algorithms Reliable
Making Netflix Machine Learning Algorithms Reliable
Justin Basilico
 
Building Powerful and Intelligent Applications with Azure Machine Learning
Building Powerful and Intelligent Applications with Azure Machine LearningBuilding Powerful and Intelligent Applications with Azure Machine Learning
Building Powerful and Intelligent Applications with Azure Machine Learning
David Walker, CSM,CSD,MCP,MCAD,MCSD,MVP
 
AI Stack on AWS: Amazon SageMaker and Beyond
AI Stack on AWS: Amazon SageMaker and BeyondAI Stack on AWS: Amazon SageMaker and Beyond
AI Stack on AWS: Amazon SageMaker and Beyond
Provectus
 
Machine Learning and AI
Machine Learning and AIMachine Learning and AI
Machine Learning and AI
James Serra
 
DevOps for Machine Learning overview en-us
DevOps for Machine Learning overview en-usDevOps for Machine Learning overview en-us
DevOps for Machine Learning overview en-us
eltonrodriguez11
 
how to build a Length of Stay model for a ProofOfConcept project
how to build a Length of Stay model for a ProofOfConcept projecthow to build a Length of Stay model for a ProofOfConcept project
how to build a Length of Stay model for a ProofOfConcept project
Zenodia Charpy
 
Microsoft DevOps for AI with GoDataDriven
Microsoft DevOps for AI with GoDataDrivenMicrosoft DevOps for AI with GoDataDriven
Microsoft DevOps for AI with GoDataDriven
GoDataDriven
 
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
 
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
Product School
 
Apache ® Spark™ MLlib 2.x: How to Productionize your Machine Learning Models
Apache ® Spark™ MLlib 2.x: How to Productionize your Machine Learning ModelsApache ® Spark™ MLlib 2.x: How to Productionize your Machine Learning Models
Apache ® Spark™ MLlib 2.x: How to Productionize your Machine Learning Models
Anyscale
 
Big Data Analytics
Big Data AnalyticsBig Data Analytics
Big Data Analytics
Osman Ali
 
World Artificial Intelligence Conference Shanghai 2018
World Artificial Intelligence Conference Shanghai 2018World Artificial Intelligence Conference Shanghai 2018
World Artificial Intelligence Conference Shanghai 2018
Adam Gibson
 
Deeplearning and dev ops azure
Deeplearning and dev ops azureDeeplearning and dev ops azure
Deeplearning and dev ops azure
Vishwas N
 

Similar to Datascience and Azure(v1.0) (20)

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
 
Securing your Machine Learning models
Securing your Machine Learning modelsSecuring your Machine Learning models
Securing your Machine Learning models
 
Hyf project ideas_02
Hyf project ideas_02Hyf project ideas_02
Hyf project ideas_02
 
A survey on Machine Learning In Production (July 2018)
A survey on Machine Learning In Production (July 2018)A survey on Machine Learning In Production (July 2018)
A survey on Machine Learning In Production (July 2018)
 
Afternoons with Azure - Azure Machine Learning
Afternoons with Azure - Azure Machine Learning Afternoons with Azure - Azure Machine Learning
Afternoons with Azure - Azure 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
 
Making Netflix Machine Learning Algorithms Reliable
Making Netflix Machine Learning Algorithms ReliableMaking Netflix Machine Learning Algorithms Reliable
Making Netflix Machine Learning Algorithms Reliable
 
Building Powerful and Intelligent Applications with Azure Machine Learning
Building Powerful and Intelligent Applications with Azure Machine LearningBuilding Powerful and Intelligent Applications with Azure Machine Learning
Building Powerful and Intelligent Applications with Azure Machine Learning
 
AI Stack on AWS: Amazon SageMaker and Beyond
AI Stack on AWS: Amazon SageMaker and BeyondAI Stack on AWS: Amazon SageMaker and Beyond
AI Stack on AWS: Amazon SageMaker and Beyond
 
Machine Learning and AI
Machine Learning and AIMachine Learning and AI
Machine Learning and AI
 
DevOps for Machine Learning overview en-us
DevOps for Machine Learning overview en-usDevOps for Machine Learning overview en-us
DevOps for Machine Learning overview en-us
 
how to build a Length of Stay model for a ProofOfConcept project
how to build a Length of Stay model for a ProofOfConcept projecthow to build a Length of Stay model for a ProofOfConcept project
how to build a Length of Stay model for a ProofOfConcept project
 
Microsoft DevOps for AI with GoDataDriven
Microsoft DevOps for AI with GoDataDrivenMicrosoft DevOps for AI with GoDataDriven
Microsoft DevOps for AI with GoDataDriven
 
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)
 
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
 
Apache ® Spark™ MLlib 2.x: How to Productionize your Machine Learning Models
Apache ® Spark™ MLlib 2.x: How to Productionize your Machine Learning ModelsApache ® Spark™ MLlib 2.x: How to Productionize your Machine Learning Models
Apache ® Spark™ MLlib 2.x: How to Productionize your Machine Learning Models
 
Big Data Analytics
Big Data AnalyticsBig Data Analytics
Big Data Analytics
 
World Artificial Intelligence Conference Shanghai 2018
World Artificial Intelligence Conference Shanghai 2018World Artificial Intelligence Conference Shanghai 2018
World Artificial Intelligence Conference Shanghai 2018
 
Deeplearning and dev ops azure
Deeplearning and dev ops azureDeeplearning and dev ops azure
Deeplearning and dev ops azure
 

More from Zenodia Charpy

DeepLearning Experiments in Medical Image show case
DeepLearning Experiments in Medical Image show case DeepLearning Experiments in Medical Image show case
DeepLearning Experiments in Medical Image show case
Zenodia Charpy
 
Tech Day Kista Mässa Stockholm 2018
Tech Day Kista Mässa Stockholm 2018Tech Day Kista Mässa Stockholm 2018
Tech Day Kista Mässa Stockholm 2018
Zenodia Charpy
 
Aiday
AidayAiday
Zenodia TechDays talks Oct 24-25 Stockholm Kistamässan
Zenodia TechDays talks Oct 24-25 Stockholm KistamässanZenodia TechDays talks Oct 24-25 Stockholm Kistamässan
Zenodia TechDays talks Oct 24-25 Stockholm Kistamässan
Zenodia Charpy
 
Göteborg university(condensed)
Göteborg university(condensed)Göteborg university(condensed)
Göteborg university(condensed)
Zenodia Charpy
 
Meetup sthlm - introduction to Machine Learning with demo cases
Meetup sthlm - introduction to Machine Learning with demo casesMeetup sthlm - introduction to Machine Learning with demo cases
Meetup sthlm - introduction to Machine Learning with demo cases
Zenodia Charpy
 

More from Zenodia Charpy (6)

DeepLearning Experiments in Medical Image show case
DeepLearning Experiments in Medical Image show case DeepLearning Experiments in Medical Image show case
DeepLearning Experiments in Medical Image show case
 
Tech Day Kista Mässa Stockholm 2018
Tech Day Kista Mässa Stockholm 2018Tech Day Kista Mässa Stockholm 2018
Tech Day Kista Mässa Stockholm 2018
 
Aiday
AidayAiday
Aiday
 
Zenodia TechDays talks Oct 24-25 Stockholm Kistamässan
Zenodia TechDays talks Oct 24-25 Stockholm KistamässanZenodia TechDays talks Oct 24-25 Stockholm Kistamässan
Zenodia TechDays talks Oct 24-25 Stockholm Kistamässan
 
Göteborg university(condensed)
Göteborg university(condensed)Göteborg university(condensed)
Göteborg university(condensed)
 
Meetup sthlm - introduction to Machine Learning with demo cases
Meetup sthlm - introduction to Machine Learning with demo casesMeetup sthlm - introduction to Machine Learning with demo cases
Meetup sthlm - introduction to Machine Learning with demo cases
 

Recently uploaded

Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdfUnlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Malak Abu Hammad
 
National Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practicesNational Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practices
Quotidiano Piemontese
 
Recommendation System using RAG Architecture
Recommendation System using RAG ArchitectureRecommendation System using RAG Architecture
Recommendation System using RAG Architecture
fredae14
 
20240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 202420240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 2024
Matthew Sinclair
 
5th LF Energy Power Grid Model Meet-up Slides
5th LF Energy Power Grid Model Meet-up Slides5th LF Energy Power Grid Model Meet-up Slides
5th LF Energy Power Grid Model Meet-up Slides
DanBrown980551
 
Main news related to the CCS TSI 2023 (2023/1695)
Main news related to the CCS TSI 2023 (2023/1695)Main news related to the CCS TSI 2023 (2023/1695)
Main news related to the CCS TSI 2023 (2023/1695)
Jakub Marek
 
Columbus Data & Analytics Wednesdays - June 2024
Columbus Data & Analytics Wednesdays - June 2024Columbus Data & Analytics Wednesdays - June 2024
Columbus Data & Analytics Wednesdays - June 2024
Jason Packer
 
Driving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success StoryDriving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success Story
Safe Software
 
HCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAUHCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAU
panagenda
 
Building Production Ready Search Pipelines with Spark and Milvus
Building Production Ready Search Pipelines with Spark and MilvusBuilding Production Ready Search Pipelines with Spark and Milvus
Building Production Ready Search Pipelines with Spark and Milvus
Zilliz
 
AI 101: An Introduction to the Basics and Impact of Artificial Intelligence
AI 101: An Introduction to the Basics and Impact of Artificial IntelligenceAI 101: An Introduction to the Basics and Impact of Artificial Intelligence
AI 101: An Introduction to the Basics and Impact of Artificial Intelligence
IndexBug
 
GenAI Pilot Implementation in the organizations
GenAI Pilot Implementation in the organizationsGenAI Pilot Implementation in the organizations
GenAI Pilot Implementation in the organizations
kumardaparthi1024
 
Choosing The Best AWS Service For Your Website + API.pptx
Choosing The Best AWS Service For Your Website + API.pptxChoosing The Best AWS Service For Your Website + API.pptx
Choosing The Best AWS Service For Your Website + API.pptx
Brandon Minnick, MBA
 
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAUHCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
panagenda
 
WeTestAthens: Postman's AI & Automation Techniques
WeTestAthens: Postman's AI & Automation TechniquesWeTestAthens: Postman's AI & Automation Techniques
WeTestAthens: Postman's AI & Automation Techniques
Postman
 
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdfHow to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
Chart Kalyan
 
Your One-Stop Shop for Python Success: Top 10 US Python Development Providers
Your One-Stop Shop for Python Success: Top 10 US Python Development ProvidersYour One-Stop Shop for Python Success: Top 10 US Python Development Providers
Your One-Stop Shop for Python Success: Top 10 US Python Development Providers
akankshawande
 
UiPath Test Automation using UiPath Test Suite series, part 6
UiPath Test Automation using UiPath Test Suite series, part 6UiPath Test Automation using UiPath Test Suite series, part 6
UiPath Test Automation using UiPath Test Suite series, part 6
DianaGray10
 
Nordic Marketo Engage User Group_June 13_ 2024.pptx
Nordic Marketo Engage User Group_June 13_ 2024.pptxNordic Marketo Engage User Group_June 13_ 2024.pptx
Nordic Marketo Engage User Group_June 13_ 2024.pptx
MichaelKnudsen27
 
Serial Arm Control in Real Time Presentation
Serial Arm Control in Real Time PresentationSerial Arm Control in Real Time Presentation
Serial Arm Control in Real Time Presentation
tolgahangng
 

Recently uploaded (20)

Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdfUnlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
 
National Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practicesNational Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practices
 
Recommendation System using RAG Architecture
Recommendation System using RAG ArchitectureRecommendation System using RAG Architecture
Recommendation System using RAG Architecture
 
20240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 202420240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 2024
 
5th LF Energy Power Grid Model Meet-up Slides
5th LF Energy Power Grid Model Meet-up Slides5th LF Energy Power Grid Model Meet-up Slides
5th LF Energy Power Grid Model Meet-up Slides
 
Main news related to the CCS TSI 2023 (2023/1695)
Main news related to the CCS TSI 2023 (2023/1695)Main news related to the CCS TSI 2023 (2023/1695)
Main news related to the CCS TSI 2023 (2023/1695)
 
Columbus Data & Analytics Wednesdays - June 2024
Columbus Data & Analytics Wednesdays - June 2024Columbus Data & Analytics Wednesdays - June 2024
Columbus Data & Analytics Wednesdays - June 2024
 
Driving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success StoryDriving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success Story
 
HCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAUHCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAU
 
Building Production Ready Search Pipelines with Spark and Milvus
Building Production Ready Search Pipelines with Spark and MilvusBuilding Production Ready Search Pipelines with Spark and Milvus
Building Production Ready Search Pipelines with Spark and Milvus
 
AI 101: An Introduction to the Basics and Impact of Artificial Intelligence
AI 101: An Introduction to the Basics and Impact of Artificial IntelligenceAI 101: An Introduction to the Basics and Impact of Artificial Intelligence
AI 101: An Introduction to the Basics and Impact of Artificial Intelligence
 
GenAI Pilot Implementation in the organizations
GenAI Pilot Implementation in the organizationsGenAI Pilot Implementation in the organizations
GenAI Pilot Implementation in the organizations
 
Choosing The Best AWS Service For Your Website + API.pptx
Choosing The Best AWS Service For Your Website + API.pptxChoosing The Best AWS Service For Your Website + API.pptx
Choosing The Best AWS Service For Your Website + API.pptx
 
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAUHCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
 
WeTestAthens: Postman's AI & Automation Techniques
WeTestAthens: Postman's AI & Automation TechniquesWeTestAthens: Postman's AI & Automation Techniques
WeTestAthens: Postman's AI & Automation Techniques
 
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdfHow to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
 
Your One-Stop Shop for Python Success: Top 10 US Python Development Providers
Your One-Stop Shop for Python Success: Top 10 US Python Development ProvidersYour One-Stop Shop for Python Success: Top 10 US Python Development Providers
Your One-Stop Shop for Python Success: Top 10 US Python Development Providers
 
UiPath Test Automation using UiPath Test Suite series, part 6
UiPath Test Automation using UiPath Test Suite series, part 6UiPath Test Automation using UiPath Test Suite series, part 6
UiPath Test Automation using UiPath Test Suite series, part 6
 
Nordic Marketo Engage User Group_June 13_ 2024.pptx
Nordic Marketo Engage User Group_June 13_ 2024.pptxNordic Marketo Engage User Group_June 13_ 2024.pptx
Nordic Marketo Engage User Group_June 13_ 2024.pptx
 
Serial Arm Control in Real Time Presentation
Serial Arm Control in Real Time PresentationSerial Arm Control in Real Time Presentation
Serial Arm Control in Real Time Presentation
 

Datascience and Azure(v1.0)

  • 1. AGENDA - DATA SCIENCE IN POC • it’s not about you, it’s about us !!! • What’s being covered and WHY ? • Data science vs Azure • Demo per case based scenario Targeted Audience : (1) Data Scientist who are interested using the Azure Cloud for their daily tasks (2) Inner circle team members who interact with data scientist on a frequent basis (3) Stalkholders and managers who wants to understand/gain control of
  • 2. IT’S NOT ABOUT YOU , IT’S ABOUT US !!!
  • 3. Data Engineer Data Analyst /Statistician Database professionals Data Scientist Business Intelligence Manager/Advocat e Stalkholder (decision maker) Developers (App & Infra) Innovation Officer Data Protection Officer (GDPR)
  • 4. Data Scientist Data Engineer Data Analyst /Statistician Database professionals Business Intelligence Manager/Advocat e Stalkholder (decision maker) Developers (App & Infra) Innovation Officer Data Protection Officer (GDPR) I want to experiment on new models from that paper I read yesterday Let’s automize the data-pipeline with Hadoop eco system !Give me a model so I can embedded into an App ! let’s explore the data with histograms, boxplots and density plots Let’s make some pretty dashboards to show others... Build me something cool , I will go and show/tell others Does any of your model make $ for the company ? I want to try out machine learning models in a SQL friendly way, is it possible? Let’s run a POC to understand how data science work Pls make sure all data processes are compliant to GDPR
  • 6. Gather inputs  Prioritize  map deliverables Does your model make $ for the company ? Build me something cool , I will go and show/tell others Ensure model developing process resonate with deliverables Map outputs to deliverables (1) ensure inter-mediate data process output is archive for dashboarding and reproducibility (2) Make sure the selected model is – a) Interpretable to a certain degree b) Possibility to be embedded to an API call or can do batch-prediction c) Possibility to scalable and the life-cycle can be managed (3) Make sure the model performance can somehow translate to $ Innovation Officer Let’s run a POC to understand how data science work Make sure the model performance is somehow translated to $ Document all activites , make sure to incl 1. why the model works 2. what does it look like in production 3. how to scale & integrate with IT Make sure the deliverables incl. a killer-looking dashboard/app so i can easily show/tell others
  • 7. WHAT I (=DATA SCIENTIST) WANT
  • 8. Common & sharable workspace All desired toolsets pre-installed or minimal install required Connect different data sources in/out workspace Scale down/up as i see fit train the model fast Possibility to automize the workflow Demo my model Prep & deploy my model A centralized work space where i can ...
  • 10. WHAT’S BEING COVERED • Framework – Python focused (WHY ?) • Data : healthcare data (public datasets or artificial data) • Azure Machine Learning services vs Data Science activities • Constrains – 1. no live streaming prediction , only batch-sized prediction ( excl backend infra, only API call) 2. No Model production pipeline management ( only focus on POCs) • Demo constrain : if it is gonna take > 20 mins to run , i will just walk through the jupyter notebook as demo instead !
  • 11. FORMAT OF THE DEMO THE FOLLOWING SLIDE SHOWS IN WHICH FORMAT WE WILL WALK THROUGH THE DEMO PER CASE BASED SCENARIO
  • 12. DATA SCIENCE ACTIVITIES VS AZURE SERVICES (1)Get data in/out of Azure (2) Model building (3) Demo your model (4) Productionalize the model AZURE Who : who is this service intended WHY : justify why /when will we use it Data type : structure /unstructure or both Scenario : this architecture is used in a database-centric scenario ... Blah blah blah Compacted Data Science activities vs what Azure Services provide Case specific properties Pros Cons
  • 13. Data: what data used Model : type of machien learning model Operationalize: batch predict or API call Azure service model output screenshot
  • 15. CASE 1 – CITIZEN DATA SCIENTIST’S PLAYGROUND (1)Get data in/out of Azure (2) Model building (3) Demo your model (4) Productionalize the model Who : whoever want to understand what data scientist is doing and the data science process Why : explain an end-to-end data science toy journey on a single UI Data type : mainly structured , limited case when unstructured data can be used Scenario : to gain awareness internally, one needs a tool to easilyStudio Pros Cons Upload data to AML Small data Drag & drop (no coding) Limited model selection Visualible directly via UI - Can directly be deployed as an API call Prototype only , not built for production
  • 16. Data: breast cancer csv Model : SVM Operationalize: Yes, available as a web service (=API call)
  • 17. CASE 2 – SQL DATA BASE ONLY (1)Get data in/out of Azure (2) Model building (3) Demo your model (4) Productionalize the model Who : SQL server admin /SQL professionals Why : SQL admin/engineer who want to utilize Machine Learning models in their ETL tasks Data type : only structured Scenario : when all data sources reside in SQL environment , want to embed the ML model into ETL process Pros Cons Optimized for data in SQL DB Limited support for data not in SQL DB Directly embedded R/Python code in SQL Not all models are supported Via SQL management studio Can’t do demo else where Can be embedded in ETL process Can’t do stream prediction
  • 18. Azure Machien Learning Studio Data: breast cancer csv Model : Naive Bayes Operationalize: Yes, available as an in-database batch prediction (= built into ETL process)
  • 19. CASE 3 – PARALLEL TRAINING ON MULTI- DATASETS (1)Get data in/out of Azure (2) Model building (3) Demo your model (4) Productionalize the model Batch Who : data engineer / data scientists / data analyst professionals / IT devs Why : automize the process of training across multiple identical features’ datasets Data type : structure /unstructure or both Scenario : Data Scientist had developed a model and he/she wants to train across multiple datasets to scale( say you have many hospitals’ data with the exact same features=columns to train & make prediction on ) , a candy treat Pros Cons Deal with any kind of data uploaded to azure blob Data I/O could be slow Build model locally on your preferred env Models require GPU is not supported Via command line/jupyter notebook Not a visually- appealing demo Train&predict multiple datasets and can be automized for batch prediction Can’t do stream prediction
  • 20. Output trained model.pkl files as well as the prediction csv files Job training in command line, launch and go have a coffee ! Data: hospital 1/2/3 breast cancer data csv(s) Model : RandomForest Classifier Operationalize: Yes, available as batch-size prediction ( can be scheduled to automized the
  • 21. CASE 4 – TRAIN DEEP LEARNIG MODELS + GPU ACCELERATION (1)Get data in/out of Azure (2) Model building (3) Demo your model (4) Productionalize the model BatchAI Who : data engineer / data scientists / data analyst professionals /IT devs Why : specific GPU-enabled model training environment is required Data type : structure /unstructure or both Scenario : a model that required training on GPU (otherwise it will take ages to train) , an example would be training an image classification model , the kind of cool stuff Advocate can use to show case team data science’s Pros Cons Deal with any kind of data uploaded to azure fileshare Data I/O could be slow Build model (optimized for GPU) locally on your preferred env Session time- out could be problematic Via command line /jupyter notebook Not a visually- appealing demo Can be automized (schedule) batch-sized prediction Can’t do stream prediction
  • 22. Data: dicom CT scan image data Model : CNN, Convolutional Neural Networks classifier Operationalize: Yes, available as batch-size prediction ( can be scheduled to automized the processs)
  • 23. CASE 5 – SPEED MATTERS (1)Get data in/out of Azure (2) Model building (3) Demo your model (4) Productionalize the model DataBric k Who : data engineer / data scientists / data analyst professionals Why : where the speed of data processing matters and parallization can be applied , it can easily turn into a model pipeline production for an end-to- end data science workflow Data type : structure /unstructure or both Scenario : when processing >GBs of data, local PC can no longer suffice, one needs a lightling speed environment to do data processing, music to the ear Pros Cons Any type of data ,fine-tune for large datasets For small dataset is no need A user- friendly databrick notebook Limited support for models outside spark eco system Via databrick notebook Not a visually- appealing demo Can be developed to do stream prediction Model deployment pipeline is rather complex
  • 24. Data: membrane dicom image Model : Unet (deep learning , image segmentation) Operationalize: Yes, ACI, AKS service for deep leaning models are in preview, check back
  • 25. Any model that can be trained&saved via azure.ml can be deployed to a docker image  web service Feed test data to the webservice  Output prediction from the webservice, note it predicts correctly the correct Class 0,0,1,1  You will get a proper url to call fromData: breast cancer csv data Model : pyspark GBT classifier Operationalize: Yes, API calls availables
  • 26. CASE 6 – SANDBOX ENV. (BASIC) (1)Get data in/out of Azure (2) Model building (3) Demo your model (4) Productionalize the model DSVM Who : data engineer / data scientists / data analyst professionals WHY : one-stop-shop for all data science toolsets needs + a sharable enviornment Data type : structure /unstructure or both ( MBs ~ GB data) Scenario : a hassel free environment where you can just get to work immediately  sandbox for data scientist + data engineer + data analyst + Pros Cons Any type of data that can be uploaded to fileshare Upload/downlo ad data can be slow A pre- built,all-in- one toolsets in one environment Could be costly if GPU env needed Any kind of demo you like need internet connection all the time can plug in other Azure service to deploy the model Need to plug in other services for model deployment
  • 27.
  • 29. FOR APP DEV (DEMO): FOR ONE-OFF DEMO ONLY !
  • 30. FOR BI PEOPLE (DEMO):

Editor's Notes

  1. Conda env name : py36_zBatchAI
  2. https://cloudblogs.microsoft.com/sqlserver/2017/09/26/in-database-machine-learning-in-sql-server-2017/
  3. https://cloudblogs.microsoft.com/sqlserver/2017/09/26/in-database-machine-learning-in-sql-server-2017/
  4. Step by step guide : https://www.linkedin.com/pulse/part-iva-operationalize-python-ml-model-via-batch-predict-charpy/
  5. https://cloudblogs.microsoft.com/sqlserver/2017/09/26/in-database-machine-learning-in-sql-server-2017/
  6. Step by step guide : https://www.linkedin.com/pulse/part-ii-azure-batch-service-dsvm-pytorch-time-series-zenodia-charpy/
  7. https://cloudblogs.microsoft.com/sqlserver/2017/09/26/in-database-machine-learning-in-sql-server-2017/
  8. Step by step guide : https://www.linkedin.com/pulse/part-iib-azure-batchai-docker-deep-learning-model-trainning-charpy/
  9. https://cloudblogs.microsoft.com/sqlserver/2017/09/26/in-database-machine-learning-in-sql-server-2017/
  10. Databrick – Unet_membrane
  11. Step by step guide : https://www.linkedin.com/pulse/part-ivb-operationalize-your-model-databrick-via-mmlspark-charpy/
  12. https://cloudblogs.microsoft.com/sqlserver/2017/09/26/in-database-machine-learning-in-sql-server-2017/
  13. https://azure.microsoft.com/en-us/services/virtual-machines/data-science-virtual-machines/
  14. Step by step guide : https://www.linkedin.com/pulse/azure-data-science-virtual-machine-lets-you-get-work-directly-charpy/
  15. Step by step guide to build this : https://www.linkedin.com/pulse/easy-5-steps-build-your-shiny-app-interact-ml-models-decision-charpy/