SlideShare a Scribd company logo
1 of 52
Machine Learning 101
Advanced Analytics and Data Science
CCG
Analytics Solutions & Services
DATA
MANAGEMENT
Data & analytics consultants with a passion for helping clients
overcome business challenges & increase performance by
leveraging modern analytic solutions.
BUSINESS
ANALYTICS
DATA
STRATEGY
VOICES OF OUR CUSTOMERS
“CCG to brought the expertise and the vision of to help us execute, to provide
visibility to the data in a manner that we can use it faster.”
- Gary Gray, Business Solutions Executive, Corsicana Mattress Company
“The people we talked to know us. CCG wasn’t trying to fit us into a boilerplate
template but prescribe a tailored solution. Their RapidRoadmap was the basis of
our BI Strategy for the next two years.”
- Kevin Davis, Sr. Director of BI, Kforce
“Many times with CCG, we come to the table with questions or ideas and within a
couple of days or weeks the team comes back with above and beyond what we
actually asked for. They care.”
- Chris Fitzpatrick, Vice President of Business Analytics & Strategy, vineyard vines
“"I'm amazed at the talent at CCG, not just the skillset - they're really good people.
We've already referred them once and will do so again!”
- CIO, Ruth’s Chris Hospitality Group
AGENDA
What is Machine Learning?
Why should anyone care about
machine learning?
How does Machine Learning
work?
Ok but how does it really work?
How can an organization use
Machine Learning?
Advanced Analytics (“AA”) enable predictive and prescriptive uses of data by
applying sophisticated math and statistics to automate parts of the analysis.
What is Advanced Analytics?
Traditional analytics focuses on
understanding and explaining the
data that has been collected.
AA focuses on generating new
data in the form of predictions or
decisions, and going the extra step
to automate decision-making
when possible.
Advanced Analytics deal with making “best guesses” faster, better, and
more consistent than relying on human SMEs.
Provide insights on existing data using:
• Raw data points
• Summaries of data
• Calculations across existing data fields
• KPIs
The data reported are historical or current facts.
Generally requires the application of basic
mathematics or arithmetic.
Generate new data, including:
• Predicted future values
• Best guesses of missing values
• Suggested next steps
• Categorizations
The data generated are “best guesses” and
contain some uncertainty.
Requires the application of advanced
mathematics, statistics and computing principles.
Traditional Analytics Advanced Analytics
Traditional vs. Advanced Analytics
Machine Learning is one of several tools that enable advanced
analytics. It’s more of a HOW than a WHAT.
What is Machine Learning?
Data Science
A broad process for generating insights
that may involve data ingestion from
one or many sources (including external
data, streaming data, or big data), data
processing and cleansing, model
generation using statistical or machine
learning approaches, model selection,
model deployment and maintenance,
and visualization of data.
Advanced Analytics
Apply data science to predictive (what
will happen?) or prescriptive (what
should we do?) business use cases.
Artificial Intelligence /
Cognitive Computing
Apply data science to approximate
human intuition and decision making
(e.g. strategy, creativity, planning) or
human sensory function s (e.g.
computer vision, natural language
understanding, etc.)
Statistics
A branch of math for generating
descriptions of or inferences about a
population, often based on samples
of the population. Inferences may
take the form of “models,” which
are equations that approximate the
data’s inherent relationships.
Machine Learning
Combines computer science with
math concepts to generate models
by rapidly iterating on large
datasets.
Other Analytics Disciplines
(e.g. Data Engineering, Visualization)
Disciplines Process Outputs
Automation /
Robotics /
Intelligent
Devices
Actions
Strategy /
Operations
AGENDA
What is Machine Learning?
Why should anyone care about
machine learning?
How does Machine Learning
work?
Ok but how does it really work?
How can an organization use
Machine Learning?
The concepts in Machine Learning are not new.
How has Machine Learning Evolved?
https://www.quantinsti.com/blog/machine-learning-basics
another human.
Even though the concepts are decades old,
machine learning has only become feasible at scale in recent years.
Why Machine Learning Now?
Flood of data and decreasing costs of storage
Increasing computational power
Increased attention from researchers
Growth of open source technologies
Support from industries
Machine Learning has tons of useful applications you already encounter or
hear about every day.
Analyzing
Images
Understanding
Language
Forming &
Executing Strategy
Personalized
Recommendations
Autonomous
Decisions
Predicting
Asset Values
How is Machine Learning used?
Machine Learning isn’t just applicable to high tech.
There are suitable use cases present in most business sectors.
Where is Machine Learning used?
Healthcare
• Claims Fraud
• Real-time mortality risk
for ICU patients
• Response Adapted
Radiotherapy
• Predicting patient
medication adherence
• Translational/precision
medicine
Finance
• Foreclosure/credit risk
• Risk analysis
• Fraud detection
• Demand forecasting
• Anti Money Laundering
• Algorithmic trading
Energy
• Resource allocation
• Load forecasting
• Grid optimization
• Robotics
• Anomaly detection
• Image recognition
• Predictive maintenance
Retail
• Single view of customer
• Customer service analysis
• Inventory planning
• Social media analysis
• Lead scoring
• Marketing campaign
evaluation
Machine learning sits at the intersection of statistics and computer science to
help businesses make decisions.
Why Machine Learning Now?
Computational
Power
Statistics
Predictive & Prescriptive Decision Support
Faster More
Accurate
More
PowerfulSelf-Improving Always-On
AGENDA
What is Machine Learning?
Why should anyone care about
machine learning?
How does Machine Learning
work?
Ok but how does it really work?
How can an organization use
Machine Learning?
A model is a repeatable, data-driven approach to making a best guess.
It does this by formalizing mathematical relationships between data in the form of either:
– Rules (e.g. predict applicants will default on a loan if Credit Score < 700 and Debt to Income Ratio > 30%)
– Or an equation (e.g. predict Home Price = 100*Square Footage + 2*Average Income in the Area)
Machine Learning works by using “algorithms” to generate “models.”
How does Machine Learning work?
Data Model Statistical Model
In the past we’ve told computers how to use data to a answer our
questions.
Data
Prior month sales: $4MM
2 months prior: $3MM
3 months prior: $2MM
Program / Model
This month sales =
(prior month +
2 months prior +
3 months prior)
/ 3
Answer
This month’s sales = $3MM?
What’s a model?
Answer
Last month’s sales: $2MM
Data
Prior month sales: $4MM
2 months prior: $3MM
3 months prior: $1MM
Answer
Last month’s sales: $2MM
Data
Prior month sales: $4MM
2 months prior: $3MM
3 months prior: $1MM
Answer
Last month’s sales: $2MM
Data
Prior month sales: $4MM
2 months prior: $3MM
3 months prior: $1MM
Answer
Last month’s sales: $2MM
Data
Prior month sales: $4MM
2 months prior: $3MM
3 months prior: $1MM
But we’ve found that if we give the machine historic facts, we can let it find
the right program / model to plug in for future answers.
Answer
Last month’s sales: $2MM
Data
Prior month sales: $4MM
2 months prior: $3MM
3 months prior: $2MM
Program / Model
This month’s sales =
1/8 * Prior month +
1/3 * 2 months prior +
1/4 * 3 months prior
What’s a model?
Answer
Last month’s sales: $2MM
Data
Prior month sales: $4MM
2 months prior: $3MM
3 months prior: $1MM
Answer
Last month’s sales: $2MM
Data
Prior month sales: $4MM
2 months prior: $3MM
3 months prior: $1MM
Answer
Last month’s sales: $2MM
Data
Prior month sales: $4MM
2 months prior: $3MM
3 months prior: $1MM
Answer
Last month’s sales: $2MM
Data
Prior month sales: $4MM
2 months prior: $3MM
3 months prior: $1MM
Once we have our machine-defined program, we can use it with new data to
make better predictions.
Answer
Last month’s sales: $2MM
Data
Prior month sales: $4MM
2 months prior: $3MM
3 months prior: $2MM
Program / Model
This month’s sales =
1/8 * Prior month +
1/3 * 2 months prior +
1/4 * 3 months prior
New Data
Prior month sales: $8MM
2 months prior: $6MM
3 months prior: $8MM
Answer
This month’s sales = $5MM
What’s a model?
A defined set of steps for solving a problem
Often involves repeating steps
May or may not have an ending condition
– The problem is solved to our satisfaction
• For example – stop when the last 4 iterations have been 95% accurate or better
– The problem hasn’t been solved but we don’t seem to be getting any closer to solving it
• For example – stop if the last 10 iterations have not seen any improvement in accuracy
– The process has run for a long time
• For example – stop after the program has run for 12 hours, regardless of whether progress is still being made
The word algorithm gets used a lot, but it isn’t always defined.
What is an algorithm?
Collect the data and randomly create initial decision rules.
Design a method for measurably evaluating how good or bad your hypothesis is.
Update your hypothesis in a way that marginally improves the performance of your decision rules.
Continue this process until either you are satisfied with the results, or your hypothesis can’t improve
anymore with the data available.
Almost all machine learning algorithms follow the same general pattern.
Create a
hypothesis
Evaluate the
hypothesis
Adjust the
hypothesis
Repeat until
convergence
What is an algorithm?
AGENDA
What is Machine Learning?
Why should anyone care about
machine learning?
How does Machine Learning
work?
Ok but how does it really work?
How can an organization use
Machine Learning?
There are two main families of algorithms to choose from.
Supervised Learning Unsupervised Learning
There aren’t necessarily “right answers,” we just want to
get a better understanding of our data.
We know the “right answers” for some of the scenarios.
– We may have history we can look back on
– We may be hoping to replicate human decision making
Supervised or Unsupervised?
Predict our profits next quarter. Supervised
Identify the number written on a check.
Group our customers into segments.
Supervised
Unsupervised
Predict a user’s rating for a given product. Supervised
Find the most important variables in a dataset. Unsupervised
Identify credit card transactions that are out of the ordinary. Unsupervised
Now let’s walk through two of the most popular machine learning
approaches and discuss how the algorithms are applied.
How does an algorithm really work for businesses?
Classification Clustering
Use classification when you want to guess a non-numeric value, like a
yes/no answer. We will take a decision tree approach.
Everyone will repay their loan.
Create a
hypothesis
20 outstanding loans
Use classification when you want to guess a non-numeric value, like a
yes/no answer. We will take a decision tree approach.
Calculate accuracy as the % of predictions that are correct based on your current set of rules.
Evaluate the
hypothesis
20 outstanding loans
12 repaid, 8 defaulted
Accuracy = 12/20 = 60%
Income > 60kIncome < 60k
Use classification when you want to guess a non-numeric value, like a
yes/no answer. We will take a decision tree approach.
Find the next branch by looking for the data split that would have the biggest impact on the purity of
each node. There are several ways to do this mathematically (Gini Index, Information Gain, Chi-
Square).
Adjust the
hypothesis
20 outstanding loans20 outstanding loans
Credit Score > 700Credit Score < 700
20 outstanding loans
DTI > 40%DTI < 40%
70%50%
60% weighted
71%53%
59% weighted
80%73%
75% weighted
Use classification when you want to guess a non-numeric value, like a
yes/no answer. We will take a decision tree approach.
Repeat the process for each of your new “leaf” nodes. Stop when you reach an acceptable level of
accuracy, or when your accuracy begins getting worse with independent data.
Repeat until
convergence
20 outstanding loans
DTI > 40%DTI < 40%
Credit Score > 700Credit Score < 700Income > $60kIncome < $60k
100%50% 100%100%
80% weighted
Classification is used for lots of problems that copy human intuition. Think
about how you classify information to identify these images!
These use cases are obviously
more complex than our
simple decision tree, but with
more advanced approaches
like convolutional neural
networks these pictures can
definitely be classified by a
machine.
Use clustering when there’s no “correct” classification, but you still want to
assign individuals to groups. This algorithm is called k-means clustering.
Imagine Marketing
has asked you to
split these customers
into 3 groups.
How would you do
it?
Use clustering when there’s no “correct” classification, but you still want to
assign individuals to groups. This algorithm is called k-means clustering.
I can segment my customers by assigning them to 3 groups. We’ll set down 3 random “anchors” and
assign each customer to its closest anchor.
Create a
hypothesis
Use clustering when there’s no “correct” classification, but you still want to
assign individuals to groups. This algorithm is called k-means clustering.
Move the anchors to the center of each cluster. Count how many anchors are actually closer to one of
the other anchors.
Evaluate the
hypothesis
Use clustering when there’s no “correct” classification, but you still want to
assign individuals to groups. This algorithm is called k-means clustering.
Re-assign each customer to the group corresponding to the center they’re closest to.
Adjust the
hypothesis
Use clustering when there’s no “correct” classification, but you still want to
assign individuals to groups. This algorithm is called k-means clustering.
Repeat until
convergence
Move the anchors again. Continue re-assigning customers and moving the anchors until the anchors
stop moving.
This is just the tip of the iceberg. There are several
algorithms available for various types of problems.
AGENDA
What is Machine Learning?
Why should anyone care about
machine learning?
How does Machine Learning
work?
Ok but how does it really work?
How can an organization use
Machine Learning?
Delivering analytics with Machine Learning requires alignment
across people, process, technology, and data.
Engaging with Machine Learning
Image inspired by Microsoft
People
Process Technology
Data
Guide
Support
Enable
Data scientists combine broad skills to integrate data, build
models, and drive business value.
People
Process Technology
Data
Let’s look at the Microsoft Team Data Science Process to see how
data scientists spend their time.
People
Process Technology
Data
Traditional Analytics
The outputs of the process can be used in traditional analytics,
analyzed directly, or fed into automated decision-making.
Store and access data. Filter and aggregate it. Visualize it.
Show it to the business
so they can take action.
Machine Learning
Filter and aggregate it.
1
𝑁
𝑛=1
𝑁
𝑥
Create a model. Generate new data
(predictions, etc.).
The new data can be
stored with the rest of the
data for use in analytics.
Or it can be visualized
directly to gain insights.
Or it can automate
decisions or actions,
allowing better processes
to run faster and 24/7.
People
Process Technology
Data
Model performance naturally degrades over time as relationships in data
shift. Model maintenance is critical to using models on an ongoing basis.
It’s 1995.
Roughly 25% of Americans
own cell phones.
Imagine you want to build a model
predicting an individual’s income. This
model would justifiably give a significant
premium to cell phone owners.
It’s 2007.
Roughly 70% of Americans
own cell phones.
Ownership still has some significance, but
the premium for cell phone ownership
should be much smaller.
A machine learning model would
adapt itself over time, but a hand-
built model would need its
parameters adjusted manually.
It’s 2019.
Over 95% of Americans own
cell phones.
At this point cell phone ownership should
probably be dropped in favor of other data,
like ownership of an electric car.
Even machine learning models can only
learn from the data at their disposal, so
the data acquisition pipeline requires
updates regardless of the approach.
People
Process Technology
Data
The sources of data for use in data science can be broad.
People
Process Technology
Data
Data
Warehouses
•Curated &
Governed data
•Big data
•Cloud or on-prem
Data Lakes
•Unstructured &
Semi-structured
data
•Streaming data
•Partially curated
Externally
Procured
Data
•May be purchased
from 3rd party
providers
•May be scraped
from the web
•May require
designing research
experiments
Data scientists typically have the
programming and data integration skills to
use data from anywhere it can be found.
The Microsoft technology stack provides a holistic
solution to your Machine Learning needs.
People
Process Technology
Data
THANK YOU!
What questions do you have?
We can work with your business to deliver custom predictive and
prescriptive analytics across the lifecycle.
What can CCG do?
Use Case Definition
• Develop a backlog of
predictive and
prescriptive use cases
• Refine and prioritize use
cases by value
• Develop a predictive
roadmap
Model Development
• Aggregate data from
across internal and
external data sources
• Develop and test
multiple models to find
the best approach to
making predictions
Model Maintenance
• Monitor and maintain
statistical models to
sustain predictive power
• Develop a model telemetry
dashboard
• Test model design changes
to improve predictive
power
Model Governance & Processes
• Assess existing Data Science capabilities
• Develop standards and processes to help guide data science output
• Build a Data Science Center of Excellence
Model Deployment
• Customize and deploy
pre-existing models from
Azure Cognitive Services
• Deploy custom model as
an API or batch job, or
support deployment in
existing systems
Rapid Insight Prototype Offering Model as a Service Subscription Offering
CCG’s Rapid Insight Solution
Actionable Backlog
– Of use cases ripe for predictive
analytics to transform your
business
Detailed Readouts
– The materials we leave behind
will include extensive analysis
of our methodology, findings,
and recommendations
Ownership of the Model
– Just because the project ends
doesn’t mean the model stops
working. Unlike other managed
service providers, what we
produce on your behalf is yours
to keep
Identify Use Cases
– By holding a workshop with
process SMEs to identify
opportunities to supercharge the
business
Summarize the Findings
– So you can understand the
model’s outputs and begin
taking action on what we’ve
learned
Develop a Prototype Model
– To generate forecasts,
classifications, or exploratory
analysis for one of your use
cases using an industry-standard
tool like Azure Machine Learning
Studio or Databricks
Week 1 Weeks 2-5 Week 6
Fully Operational Production Model
– Available at all times, in production
– Batch & API integrations
Model Supervision
– Model is monitored for ongoing usability
– Performance dashboard
– Guaranteed accuracy SLAs
Model Retraining & Support
– Scheduled & triggered model re-tuning or re-training
– Add new data features over time
Model as a Service Solution
Set up model as
a web service
Visualize model
performance in a
dashboard
Maintain and
enhance model
THANK YOU!
What questions do you have?
Microsoft offers pre-built APIs through Cognitive Services that
can expedite the deployment of AI capabilities.
People
Process Technology
Data
VISUAL DRAG-AND-DROP
Azure Machine Learning Studio
What is Azure Databricks?
A fast, easy and collaborative Apache® Spark™ based analytics platform optimized for Azure
Best of Databricks Best of Microsoft
Designed in collaboration with the founders of Apache Spark
One-click set up; streamlined workflows
Interactive workspace that enables collaboration between data scientists, data engineers, and business analysts.
Native integration with Azure services (Power BI, SQL DW, Cosmos DB, Blob Storage)
Enterprise-grade Azure security (Active Directory integration, compliance, enterprise -grade SLAs)
Azure Databricks key audiences & benefits
Unified analytics platform
Integrated workspace
Easy data exploration
Collaborative experience
Interactive dashboards
Faster insights
• Best of Spark & serverless
• Databricks managed Spark
Improved ETL performance
• Zero management clusters, serverless
Easy to schedule jobs
Automated workflows
Enhanced monitoring & troubleshooting
• Automated alerts & easy access to logs
Zero Management Spark
Cluster democratization (serverless)
Fast, collaborative analytics platform
accelerating time to market
No dev-ops required
Enterprise grade security
• Encryption
• End-to-end auditing
• Role-based control
• Compliance
Data scientist Data engineer CDO, VP of analytics
Provided by Microsoft and Databricks under NDA

More Related Content

What's hot

Unlocking value in your (big) data
Unlocking value in your (big) dataUnlocking value in your (big) data
Unlocking value in your (big) dataOscar Renalias
 
Platforming the Major Analytic Use Cases for Modern Engineering
Platforming the Major Analytic Use Cases for Modern EngineeringPlatforming the Major Analytic Use Cases for Modern Engineering
Platforming the Major Analytic Use Cases for Modern EngineeringDATAVERSITY
 
Death of the Dashboard
Death of the DashboardDeath of the Dashboard
Death of the DashboardDATAVERSITY
 
How to use your data science team: Becoming a data-driven organization
How to use your data science team: Becoming a data-driven organizationHow to use your data science team: Becoming a data-driven organization
How to use your data science team: Becoming a data-driven organizationYael Garten
 
The Shifting Landscape of Data Integration
The Shifting Landscape of Data IntegrationThe Shifting Landscape of Data Integration
The Shifting Landscape of Data IntegrationDATAVERSITY
 
Shape Your Data into a Data Model with M
Shape Your Data into a Data Model with MShape Your Data into a Data Model with M
Shape Your Data into a Data Model with MCCG
 
The Five Data Questions
The Five Data QuestionsThe Five Data Questions
The Five Data Questionscrystalpullen
 
Applying Data Quality Best Practices at Big Data Scale
Applying Data Quality Best Practices at Big Data ScaleApplying Data Quality Best Practices at Big Data Scale
Applying Data Quality Best Practices at Big Data ScalePrecisely
 
Best Practices for Big Data Analytics with Machine Learning by Datameer
Best Practices for Big Data Analytics with Machine Learning by DatameerBest Practices for Big Data Analytics with Machine Learning by Datameer
Best Practices for Big Data Analytics with Machine Learning by DatameerDatameer
 
Communicate Data with the Right Visualizations
Communicate Data with the Right VisualizationsCommunicate Data with the Right Visualizations
Communicate Data with the Right VisualizationsAnalytics8
 
Analytics 3.0 Measurable business impact from analytics & big data
Analytics 3.0 Measurable business impact from analytics & big dataAnalytics 3.0 Measurable business impact from analytics & big data
Analytics 3.0 Measurable business impact from analytics & big dataMicrosoft
 
How to Create a Data Analytics Roadmap
How to Create a Data Analytics RoadmapHow to Create a Data Analytics Roadmap
How to Create a Data Analytics RoadmapCCG
 
Business Data Analytics Powerpoint Presentation Slides
Business Data Analytics Powerpoint Presentation SlidesBusiness Data Analytics Powerpoint Presentation Slides
Business Data Analytics Powerpoint Presentation SlidesSlideTeam
 
Supply Chain Intelligence and Analytics Executive Guidelines for Success
Supply Chain Intelligence and Analytics Executive Guidelines for SuccessSupply Chain Intelligence and Analytics Executive Guidelines for Success
Supply Chain Intelligence and Analytics Executive Guidelines for SuccessHalo BI
 
Data Science Salon: Building smart AI: How Deep Learning Can Get You Into Dee...
Data Science Salon: Building smart AI: How Deep Learning Can Get You Into Dee...Data Science Salon: Building smart AI: How Deep Learning Can Get You Into Dee...
Data Science Salon: Building smart AI: How Deep Learning Can Get You Into Dee...Formulatedby
 
1645 track 1 bress_using his laptop
1645 track 1 bress_using his laptop1645 track 1 bress_using his laptop
1645 track 1 bress_using his laptopRising Media, Inc.
 
How to Consume Your Data for AI
How to Consume Your Data for AIHow to Consume Your Data for AI
How to Consume Your Data for AIDATAVERSITY
 
Big Data Tools PowerPoint Presentation Slides
Big Data Tools PowerPoint Presentation SlidesBig Data Tools PowerPoint Presentation Slides
Big Data Tools PowerPoint Presentation SlidesSlideTeam
 
Data Science Salon: Enabling self-service predictive analytics at Bidtellect
Data Science Salon: Enabling self-service predictive analytics at BidtellectData Science Salon: Enabling self-service predictive analytics at Bidtellect
Data Science Salon: Enabling self-service predictive analytics at BidtellectFormulatedby
 

What's hot (20)

Unlocking value in your (big) data
Unlocking value in your (big) dataUnlocking value in your (big) data
Unlocking value in your (big) data
 
Platforming the Major Analytic Use Cases for Modern Engineering
Platforming the Major Analytic Use Cases for Modern EngineeringPlatforming the Major Analytic Use Cases for Modern Engineering
Platforming the Major Analytic Use Cases for Modern Engineering
 
Death of the Dashboard
Death of the DashboardDeath of the Dashboard
Death of the Dashboard
 
How to use your data science team: Becoming a data-driven organization
How to use your data science team: Becoming a data-driven organizationHow to use your data science team: Becoming a data-driven organization
How to use your data science team: Becoming a data-driven organization
 
The Shifting Landscape of Data Integration
The Shifting Landscape of Data IntegrationThe Shifting Landscape of Data Integration
The Shifting Landscape of Data Integration
 
Shape Your Data into a Data Model with M
Shape Your Data into a Data Model with MShape Your Data into a Data Model with M
Shape Your Data into a Data Model with M
 
Road Map for Careers in Big Data
Road Map for Careers in Big DataRoad Map for Careers in Big Data
Road Map for Careers in Big Data
 
The Five Data Questions
The Five Data QuestionsThe Five Data Questions
The Five Data Questions
 
Applying Data Quality Best Practices at Big Data Scale
Applying Data Quality Best Practices at Big Data ScaleApplying Data Quality Best Practices at Big Data Scale
Applying Data Quality Best Practices at Big Data Scale
 
Best Practices for Big Data Analytics with Machine Learning by Datameer
Best Practices for Big Data Analytics with Machine Learning by DatameerBest Practices for Big Data Analytics with Machine Learning by Datameer
Best Practices for Big Data Analytics with Machine Learning by Datameer
 
Communicate Data with the Right Visualizations
Communicate Data with the Right VisualizationsCommunicate Data with the Right Visualizations
Communicate Data with the Right Visualizations
 
Analytics 3.0 Measurable business impact from analytics & big data
Analytics 3.0 Measurable business impact from analytics & big dataAnalytics 3.0 Measurable business impact from analytics & big data
Analytics 3.0 Measurable business impact from analytics & big data
 
How to Create a Data Analytics Roadmap
How to Create a Data Analytics RoadmapHow to Create a Data Analytics Roadmap
How to Create a Data Analytics Roadmap
 
Business Data Analytics Powerpoint Presentation Slides
Business Data Analytics Powerpoint Presentation SlidesBusiness Data Analytics Powerpoint Presentation Slides
Business Data Analytics Powerpoint Presentation Slides
 
Supply Chain Intelligence and Analytics Executive Guidelines for Success
Supply Chain Intelligence and Analytics Executive Guidelines for SuccessSupply Chain Intelligence and Analytics Executive Guidelines for Success
Supply Chain Intelligence and Analytics Executive Guidelines for Success
 
Data Science Salon: Building smart AI: How Deep Learning Can Get You Into Dee...
Data Science Salon: Building smart AI: How Deep Learning Can Get You Into Dee...Data Science Salon: Building smart AI: How Deep Learning Can Get You Into Dee...
Data Science Salon: Building smart AI: How Deep Learning Can Get You Into Dee...
 
1645 track 1 bress_using his laptop
1645 track 1 bress_using his laptop1645 track 1 bress_using his laptop
1645 track 1 bress_using his laptop
 
How to Consume Your Data for AI
How to Consume Your Data for AIHow to Consume Your Data for AI
How to Consume Your Data for AI
 
Big Data Tools PowerPoint Presentation Slides
Big Data Tools PowerPoint Presentation SlidesBig Data Tools PowerPoint Presentation Slides
Big Data Tools PowerPoint Presentation Slides
 
Data Science Salon: Enabling self-service predictive analytics at Bidtellect
Data Science Salon: Enabling self-service predictive analytics at BidtellectData Science Salon: Enabling self-service predictive analytics at Bidtellect
Data Science Salon: Enabling self-service predictive analytics at Bidtellect
 

Similar to Machine learning101 v1.2

Better Living Through Analytics - Strategies for Data Decisions
Better Living Through Analytics - Strategies for Data DecisionsBetter Living Through Analytics - Strategies for Data Decisions
Better Living Through Analytics - Strategies for Data DecisionsProduct School
 
Customer Intelligence & Analytics - Part I
Customer Intelligence & Analytics - Part ICustomer Intelligence & Analytics - Part I
Customer Intelligence & Analytics - Part IVivastream
 
Barga Galvanize Sept 2015
Barga Galvanize Sept 2015Barga Galvanize Sept 2015
Barga Galvanize Sept 2015Roger Barga
 
Data Science for Business Managers - An intro to ROI for predictive analytics
Data Science for Business Managers - An intro to ROI for predictive analyticsData Science for Business Managers - An intro to ROI for predictive analytics
Data Science for Business Managers - An intro to ROI for predictive analyticsAkin Osman Kazakci
 
Best practices machine learning final
Best practices machine learning finalBest practices machine learning final
Best practices machine learning finalDianna Doan
 
Economics & Statistics Insights in Data Science by DataPerts Technologies
Economics & Statistics Insights in Data Science by DataPerts TechnologiesEconomics & Statistics Insights in Data Science by DataPerts Technologies
Economics & Statistics Insights in Data Science by DataPerts TechnologiesRavindra Panwar
 
Data Analysis Methods 101 - Turning Raw Data Into Actionable Insights
Data Analysis Methods 101 - Turning Raw Data Into Actionable InsightsData Analysis Methods 101 - Turning Raw Data Into Actionable Insights
Data Analysis Methods 101 - Turning Raw Data Into Actionable InsightsDataSpace Academy
 
Behind The Scenes Data Science Coolblue 2018-03-22
Behind The Scenes Data Science Coolblue 2018-03-22Behind The Scenes Data Science Coolblue 2018-03-22
Behind The Scenes Data Science Coolblue 2018-03-22Matthias Schuurmans
 
Lecture 1.13 & 1.14 &1.15_Business Profiles in Big Data.pptx
Lecture 1.13 & 1.14 &1.15_Business Profiles in Big Data.pptxLecture 1.13 & 1.14 &1.15_Business Profiles in Big Data.pptx
Lecture 1.13 & 1.14 &1.15_Business Profiles in Big Data.pptxRATISHKUMAR32
 
BrandsLab Marketing Performance Optimization Session 1 | Off the Beaten Path ...
BrandsLab Marketing Performance Optimization Session 1 | Off the Beaten Path ...BrandsLab Marketing Performance Optimization Session 1 | Off the Beaten Path ...
BrandsLab Marketing Performance Optimization Session 1 | Off the Beaten Path ...Ebiquity-NA
 
Business analytics
Business analyticsBusiness analytics
Business analyticsAshnaBritto
 
Embracing data science
Embracing data scienceEmbracing data science
Embracing data scienceVipul Kalamkar
 
Data science applications and usecases
Data science applications and usecasesData science applications and usecases
Data science applications and usecasesSreenatha Reddy K R
 
Unit 1-ML (1) (1).pptx
Unit 1-ML (1) (1).pptxUnit 1-ML (1) (1).pptx
Unit 1-ML (1) (1).pptxChitrachitrap
 
Operationalizing Customer Analytics with Azure and Power BI
Operationalizing Customer Analytics with Azure and Power BIOperationalizing Customer Analytics with Azure and Power BI
Operationalizing Customer Analytics with Azure and Power BICCG
 
Clario Webinar 7-29-09
Clario Webinar 7-29-09Clario Webinar 7-29-09
Clario Webinar 7-29-09jsmcclurg
 

Similar to Machine learning101 v1.2 (20)

Better Living Through Analytics - Strategies for Data Decisions
Better Living Through Analytics - Strategies for Data DecisionsBetter Living Through Analytics - Strategies for Data Decisions
Better Living Through Analytics - Strategies for Data Decisions
 
Customer Intelligence & Analytics - Part I
Customer Intelligence & Analytics - Part ICustomer Intelligence & Analytics - Part I
Customer Intelligence & Analytics - Part I
 
Barga Galvanize Sept 2015
Barga Galvanize Sept 2015Barga Galvanize Sept 2015
Barga Galvanize Sept 2015
 
Data Science for Business Managers - An intro to ROI for predictive analytics
Data Science for Business Managers - An intro to ROI for predictive analyticsData Science for Business Managers - An intro to ROI for predictive analytics
Data Science for Business Managers - An intro to ROI for predictive analytics
 
Best practices machine learning final
Best practices machine learning finalBest practices machine learning final
Best practices machine learning final
 
Lesson1.2.pptx.pdf
Lesson1.2.pptx.pdfLesson1.2.pptx.pdf
Lesson1.2.pptx.pdf
 
Economics & Statistics Insights in Data Science by DataPerts Technologies
Economics & Statistics Insights in Data Science by DataPerts TechnologiesEconomics & Statistics Insights in Data Science by DataPerts Technologies
Economics & Statistics Insights in Data Science by DataPerts Technologies
 
Data Analysis Methods 101 - Turning Raw Data Into Actionable Insights
Data Analysis Methods 101 - Turning Raw Data Into Actionable InsightsData Analysis Methods 101 - Turning Raw Data Into Actionable Insights
Data Analysis Methods 101 - Turning Raw Data Into Actionable Insights
 
Baworld adapting to whats happening
Baworld adapting to whats happeningBaworld adapting to whats happening
Baworld adapting to whats happening
 
Behind The Scenes Data Science Coolblue 2018-03-22
Behind The Scenes Data Science Coolblue 2018-03-22Behind The Scenes Data Science Coolblue 2018-03-22
Behind The Scenes Data Science Coolblue 2018-03-22
 
Analytics
AnalyticsAnalytics
Analytics
 
Lecture 1.13 & 1.14 &1.15_Business Profiles in Big Data.pptx
Lecture 1.13 & 1.14 &1.15_Business Profiles in Big Data.pptxLecture 1.13 & 1.14 &1.15_Business Profiles in Big Data.pptx
Lecture 1.13 & 1.14 &1.15_Business Profiles in Big Data.pptx
 
BrandsLab Marketing Performance Optimization Session 1 | Off the Beaten Path ...
BrandsLab Marketing Performance Optimization Session 1 | Off the Beaten Path ...BrandsLab Marketing Performance Optimization Session 1 | Off the Beaten Path ...
BrandsLab Marketing Performance Optimization Session 1 | Off the Beaten Path ...
 
Business analytics
Business analyticsBusiness analytics
Business analytics
 
Embracing data science
Embracing data scienceEmbracing data science
Embracing data science
 
Data science applications and usecases
Data science applications and usecasesData science applications and usecases
Data science applications and usecases
 
Unit 1-ML (1) (1).pptx
Unit 1-ML (1) (1).pptxUnit 1-ML (1) (1).pptx
Unit 1-ML (1) (1).pptx
 
Operationalizing Customer Analytics with Azure and Power BI
Operationalizing Customer Analytics with Azure and Power BIOperationalizing Customer Analytics with Azure and Power BI
Operationalizing Customer Analytics with Azure and Power BI
 
What is analytics
What is analyticsWhat is analytics
What is analytics
 
Clario Webinar 7-29-09
Clario Webinar 7-29-09Clario Webinar 7-29-09
Clario Webinar 7-29-09
 

More from CCG

Analytics in a Day Ft. Synapse Virtual Workshop
Analytics in a Day Ft. Synapse Virtual WorkshopAnalytics in a Day Ft. Synapse Virtual Workshop
Analytics in a Day Ft. Synapse Virtual WorkshopCCG
 
Data Governance Workshop
Data Governance WorkshopData Governance Workshop
Data Governance WorkshopCCG
 
How to Monetize Your Data Assets and Gain a Competitive Advantage
How to Monetize Your Data Assets and Gain a Competitive AdvantageHow to Monetize Your Data Assets and Gain a Competitive Advantage
How to Monetize Your Data Assets and Gain a Competitive AdvantageCCG
 
Analytics in a Day Ft. Synapse Virtual Workshop
Analytics in a Day Ft. Synapse Virtual WorkshopAnalytics in a Day Ft. Synapse Virtual Workshop
Analytics in a Day Ft. Synapse Virtual WorkshopCCG
 
Analytics in a Day Ft. Synapse Virtual Workshop
Analytics in a Day Ft. Synapse Virtual WorkshopAnalytics in a Day Ft. Synapse Virtual Workshop
Analytics in a Day Ft. Synapse Virtual WorkshopCCG
 
Analytics in a Day Ft. Synapse Virtual Workshop
Analytics in a Day Ft. Synapse Virtual WorkshopAnalytics in a Day Ft. Synapse Virtual Workshop
Analytics in a Day Ft. Synapse Virtual WorkshopCCG
 
Power BI Advanced Data Modeling Virtual Workshop
Power BI Advanced Data Modeling Virtual WorkshopPower BI Advanced Data Modeling Virtual Workshop
Power BI Advanced Data Modeling Virtual WorkshopCCG
 
Artificial Intelligence Executive Brief
Artificial Intelligence Executive BriefArtificial Intelligence Executive Brief
Artificial Intelligence Executive BriefCCG
 
Analytics in a Day Virtual Workshop
Analytics in a Day Virtual WorkshopAnalytics in a Day Virtual Workshop
Analytics in a Day Virtual WorkshopCCG
 
Advance Data Visualization and Storytelling Virtual Workshop
Advance Data Visualization and Storytelling Virtual WorkshopAdvance Data Visualization and Storytelling Virtual Workshop
Advance Data Visualization and Storytelling Virtual WorkshopCCG
 
Azure Fundamentals Part 3
Azure Fundamentals Part 3Azure Fundamentals Part 3
Azure Fundamentals Part 3CCG
 
Analytics in a Day Virtual Workshop
Analytics in a Day Virtual WorkshopAnalytics in a Day Virtual Workshop
Analytics in a Day Virtual WorkshopCCG
 
Power BI Advance Modeling
Power BI Advance ModelingPower BI Advance Modeling
Power BI Advance ModelingCCG
 
Azure Fundamentals Part 2
Azure Fundamentals Part 2Azure Fundamentals Part 2
Azure Fundamentals Part 2CCG
 
Azure Fundamentals Part 1
Azure Fundamentals Part 1Azure Fundamentals Part 1
Azure Fundamentals Part 1CCG
 
Introduction to Microsoft Power BI
Introduction to Microsoft Power BIIntroduction to Microsoft Power BI
Introduction to Microsoft Power BICCG
 
Data Governance and MDM | Profisse, Microsoft, and CCG
Data Governance and MDM | Profisse, Microsoft, and CCGData Governance and MDM | Profisse, Microsoft, and CCG
Data Governance and MDM | Profisse, Microsoft, and CCGCCG
 
Enable Better Decision Making with Power BI Visualizations & Modern Data Estate
Enable Better Decision Making with Power BI Visualizations & Modern Data EstateEnable Better Decision Making with Power BI Visualizations & Modern Data Estate
Enable Better Decision Making with Power BI Visualizations & Modern Data EstateCCG
 
Data Governance with Profisee, Microsoft & CCG
Data Governance with Profisee, Microsoft & CCG Data Governance with Profisee, Microsoft & CCG
Data Governance with Profisee, Microsoft & CCG CCG
 
[Webinar] Top Power BI Updates You *Acutally* Need to Know
[Webinar] Top Power BI Updates You *Acutally* Need to Know [Webinar] Top Power BI Updates You *Acutally* Need to Know
[Webinar] Top Power BI Updates You *Acutally* Need to Know CCG
 

More from CCG (20)

Analytics in a Day Ft. Synapse Virtual Workshop
Analytics in a Day Ft. Synapse Virtual WorkshopAnalytics in a Day Ft. Synapse Virtual Workshop
Analytics in a Day Ft. Synapse Virtual Workshop
 
Data Governance Workshop
Data Governance WorkshopData Governance Workshop
Data Governance Workshop
 
How to Monetize Your Data Assets and Gain a Competitive Advantage
How to Monetize Your Data Assets and Gain a Competitive AdvantageHow to Monetize Your Data Assets and Gain a Competitive Advantage
How to Monetize Your Data Assets and Gain a Competitive Advantage
 
Analytics in a Day Ft. Synapse Virtual Workshop
Analytics in a Day Ft. Synapse Virtual WorkshopAnalytics in a Day Ft. Synapse Virtual Workshop
Analytics in a Day Ft. Synapse Virtual Workshop
 
Analytics in a Day Ft. Synapse Virtual Workshop
Analytics in a Day Ft. Synapse Virtual WorkshopAnalytics in a Day Ft. Synapse Virtual Workshop
Analytics in a Day Ft. Synapse Virtual Workshop
 
Analytics in a Day Ft. Synapse Virtual Workshop
Analytics in a Day Ft. Synapse Virtual WorkshopAnalytics in a Day Ft. Synapse Virtual Workshop
Analytics in a Day Ft. Synapse Virtual Workshop
 
Power BI Advanced Data Modeling Virtual Workshop
Power BI Advanced Data Modeling Virtual WorkshopPower BI Advanced Data Modeling Virtual Workshop
Power BI Advanced Data Modeling Virtual Workshop
 
Artificial Intelligence Executive Brief
Artificial Intelligence Executive BriefArtificial Intelligence Executive Brief
Artificial Intelligence Executive Brief
 
Analytics in a Day Virtual Workshop
Analytics in a Day Virtual WorkshopAnalytics in a Day Virtual Workshop
Analytics in a Day Virtual Workshop
 
Advance Data Visualization and Storytelling Virtual Workshop
Advance Data Visualization and Storytelling Virtual WorkshopAdvance Data Visualization and Storytelling Virtual Workshop
Advance Data Visualization and Storytelling Virtual Workshop
 
Azure Fundamentals Part 3
Azure Fundamentals Part 3Azure Fundamentals Part 3
Azure Fundamentals Part 3
 
Analytics in a Day Virtual Workshop
Analytics in a Day Virtual WorkshopAnalytics in a Day Virtual Workshop
Analytics in a Day Virtual Workshop
 
Power BI Advance Modeling
Power BI Advance ModelingPower BI Advance Modeling
Power BI Advance Modeling
 
Azure Fundamentals Part 2
Azure Fundamentals Part 2Azure Fundamentals Part 2
Azure Fundamentals Part 2
 
Azure Fundamentals Part 1
Azure Fundamentals Part 1Azure Fundamentals Part 1
Azure Fundamentals Part 1
 
Introduction to Microsoft Power BI
Introduction to Microsoft Power BIIntroduction to Microsoft Power BI
Introduction to Microsoft Power BI
 
Data Governance and MDM | Profisse, Microsoft, and CCG
Data Governance and MDM | Profisse, Microsoft, and CCGData Governance and MDM | Profisse, Microsoft, and CCG
Data Governance and MDM | Profisse, Microsoft, and CCG
 
Enable Better Decision Making with Power BI Visualizations & Modern Data Estate
Enable Better Decision Making with Power BI Visualizations & Modern Data EstateEnable Better Decision Making with Power BI Visualizations & Modern Data Estate
Enable Better Decision Making with Power BI Visualizations & Modern Data Estate
 
Data Governance with Profisee, Microsoft & CCG
Data Governance with Profisee, Microsoft & CCG Data Governance with Profisee, Microsoft & CCG
Data Governance with Profisee, Microsoft & CCG
 
[Webinar] Top Power BI Updates You *Acutally* Need to Know
[Webinar] Top Power BI Updates You *Acutally* Need to Know [Webinar] Top Power BI Updates You *Acutally* Need to Know
[Webinar] Top Power BI Updates You *Acutally* Need to Know
 

Recently uploaded

Amazon TQM (2) Amazon TQM (2)Amazon TQM (2).pptx
Amazon TQM (2) Amazon TQM (2)Amazon TQM (2).pptxAmazon TQM (2) Amazon TQM (2)Amazon TQM (2).pptx
Amazon TQM (2) Amazon TQM (2)Amazon TQM (2).pptxAbdelrhman abooda
 
Dubai Call Girls Wifey O52&786472 Call Girls Dubai
Dubai Call Girls Wifey O52&786472 Call Girls DubaiDubai Call Girls Wifey O52&786472 Call Girls Dubai
Dubai Call Girls Wifey O52&786472 Call Girls Dubaihf8803863
 
RA-11058_IRR-COMPRESS Do 198 series of 1998
RA-11058_IRR-COMPRESS Do 198 series of 1998RA-11058_IRR-COMPRESS Do 198 series of 1998
RA-11058_IRR-COMPRESS Do 198 series of 1998YohFuh
 
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...Jack DiGiovanna
 
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM TRACKING WITH GOOGLE ANALYTICS.pptx
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM  TRACKING WITH GOOGLE ANALYTICS.pptxEMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM  TRACKING WITH GOOGLE ANALYTICS.pptx
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM TRACKING WITH GOOGLE ANALYTICS.pptxthyngster
 
办理学位证纽约大学毕业证(NYU毕业证书)原版一比一
办理学位证纽约大学毕业证(NYU毕业证书)原版一比一办理学位证纽约大学毕业证(NYU毕业证书)原版一比一
办理学位证纽约大学毕业证(NYU毕业证书)原版一比一fhwihughh
 
Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)
Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)
Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)jennyeacort
 
Brighton SEO | April 2024 | Data Storytelling
Brighton SEO | April 2024 | Data StorytellingBrighton SEO | April 2024 | Data Storytelling
Brighton SEO | April 2024 | Data StorytellingNeil Barnes
 
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Callshivangimorya083
 
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...Suhani Kapoor
 
Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...
Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...
Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...dajasot375
 
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
INTERNSHIP ON PURBASHA COMPOSITE TEX LTD
INTERNSHIP ON PURBASHA COMPOSITE TEX LTDINTERNSHIP ON PURBASHA COMPOSITE TEX LTD
INTERNSHIP ON PURBASHA COMPOSITE TEX LTDRafezzaman
 
PKS-TGC-1084-630 - Stage 1 Proposal.pptx
PKS-TGC-1084-630 - Stage 1 Proposal.pptxPKS-TGC-1084-630 - Stage 1 Proposal.pptx
PKS-TGC-1084-630 - Stage 1 Proposal.pptxPramod Kumar Srivastava
 
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.ppt
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.pptdokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.ppt
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.pptSonatrach
 
Data Science Jobs and Salaries Analysis.pptx
Data Science Jobs and Salaries Analysis.pptxData Science Jobs and Salaries Analysis.pptx
Data Science Jobs and Salaries Analysis.pptxFurkanTasci3
 
(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service
(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service
(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一
办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一
办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一F La
 

Recently uploaded (20)

Amazon TQM (2) Amazon TQM (2)Amazon TQM (2).pptx
Amazon TQM (2) Amazon TQM (2)Amazon TQM (2).pptxAmazon TQM (2) Amazon TQM (2)Amazon TQM (2).pptx
Amazon TQM (2) Amazon TQM (2)Amazon TQM (2).pptx
 
Dubai Call Girls Wifey O52&786472 Call Girls Dubai
Dubai Call Girls Wifey O52&786472 Call Girls DubaiDubai Call Girls Wifey O52&786472 Call Girls Dubai
Dubai Call Girls Wifey O52&786472 Call Girls Dubai
 
꧁❤ Aerocity Call Girls Service Aerocity Delhi ❤꧂ 9999965857 ☎️ Hard And Sexy ...
꧁❤ Aerocity Call Girls Service Aerocity Delhi ❤꧂ 9999965857 ☎️ Hard And Sexy ...꧁❤ Aerocity Call Girls Service Aerocity Delhi ❤꧂ 9999965857 ☎️ Hard And Sexy ...
꧁❤ Aerocity Call Girls Service Aerocity Delhi ❤꧂ 9999965857 ☎️ Hard And Sexy ...
 
RA-11058_IRR-COMPRESS Do 198 series of 1998
RA-11058_IRR-COMPRESS Do 198 series of 1998RA-11058_IRR-COMPRESS Do 198 series of 1998
RA-11058_IRR-COMPRESS Do 198 series of 1998
 
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...
 
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM TRACKING WITH GOOGLE ANALYTICS.pptx
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM  TRACKING WITH GOOGLE ANALYTICS.pptxEMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM  TRACKING WITH GOOGLE ANALYTICS.pptx
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM TRACKING WITH GOOGLE ANALYTICS.pptx
 
办理学位证纽约大学毕业证(NYU毕业证书)原版一比一
办理学位证纽约大学毕业证(NYU毕业证书)原版一比一办理学位证纽约大学毕业证(NYU毕业证书)原版一比一
办理学位证纽约大学毕业证(NYU毕业证书)原版一比一
 
Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)
Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)
Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)
 
VIP Call Girls Service Charbagh { Lucknow Call Girls Service 9548273370 } Boo...
VIP Call Girls Service Charbagh { Lucknow Call Girls Service 9548273370 } Boo...VIP Call Girls Service Charbagh { Lucknow Call Girls Service 9548273370 } Boo...
VIP Call Girls Service Charbagh { Lucknow Call Girls Service 9548273370 } Boo...
 
Brighton SEO | April 2024 | Data Storytelling
Brighton SEO | April 2024 | Data StorytellingBrighton SEO | April 2024 | Data Storytelling
Brighton SEO | April 2024 | Data Storytelling
 
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
 
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
 
Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...
Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...
Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...
 
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝
 
INTERNSHIP ON PURBASHA COMPOSITE TEX LTD
INTERNSHIP ON PURBASHA COMPOSITE TEX LTDINTERNSHIP ON PURBASHA COMPOSITE TEX LTD
INTERNSHIP ON PURBASHA COMPOSITE TEX LTD
 
PKS-TGC-1084-630 - Stage 1 Proposal.pptx
PKS-TGC-1084-630 - Stage 1 Proposal.pptxPKS-TGC-1084-630 - Stage 1 Proposal.pptx
PKS-TGC-1084-630 - Stage 1 Proposal.pptx
 
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.ppt
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.pptdokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.ppt
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.ppt
 
Data Science Jobs and Salaries Analysis.pptx
Data Science Jobs and Salaries Analysis.pptxData Science Jobs and Salaries Analysis.pptx
Data Science Jobs and Salaries Analysis.pptx
 
(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service
(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service
(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service
 
办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一
办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一
办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一
 

Machine learning101 v1.2

  • 1. Machine Learning 101 Advanced Analytics and Data Science
  • 2. CCG Analytics Solutions & Services DATA MANAGEMENT Data & analytics consultants with a passion for helping clients overcome business challenges & increase performance by leveraging modern analytic solutions. BUSINESS ANALYTICS DATA STRATEGY
  • 3. VOICES OF OUR CUSTOMERS “CCG to brought the expertise and the vision of to help us execute, to provide visibility to the data in a manner that we can use it faster.” - Gary Gray, Business Solutions Executive, Corsicana Mattress Company “The people we talked to know us. CCG wasn’t trying to fit us into a boilerplate template but prescribe a tailored solution. Their RapidRoadmap was the basis of our BI Strategy for the next two years.” - Kevin Davis, Sr. Director of BI, Kforce “Many times with CCG, we come to the table with questions or ideas and within a couple of days or weeks the team comes back with above and beyond what we actually asked for. They care.” - Chris Fitzpatrick, Vice President of Business Analytics & Strategy, vineyard vines “"I'm amazed at the talent at CCG, not just the skillset - they're really good people. We've already referred them once and will do so again!” - CIO, Ruth’s Chris Hospitality Group
  • 4. AGENDA What is Machine Learning? Why should anyone care about machine learning? How does Machine Learning work? Ok but how does it really work? How can an organization use Machine Learning?
  • 5. Advanced Analytics (“AA”) enable predictive and prescriptive uses of data by applying sophisticated math and statistics to automate parts of the analysis. What is Advanced Analytics? Traditional analytics focuses on understanding and explaining the data that has been collected. AA focuses on generating new data in the form of predictions or decisions, and going the extra step to automate decision-making when possible.
  • 6. Advanced Analytics deal with making “best guesses” faster, better, and more consistent than relying on human SMEs. Provide insights on existing data using: • Raw data points • Summaries of data • Calculations across existing data fields • KPIs The data reported are historical or current facts. Generally requires the application of basic mathematics or arithmetic. Generate new data, including: • Predicted future values • Best guesses of missing values • Suggested next steps • Categorizations The data generated are “best guesses” and contain some uncertainty. Requires the application of advanced mathematics, statistics and computing principles. Traditional Analytics Advanced Analytics Traditional vs. Advanced Analytics
  • 7. Machine Learning is one of several tools that enable advanced analytics. It’s more of a HOW than a WHAT. What is Machine Learning? Data Science A broad process for generating insights that may involve data ingestion from one or many sources (including external data, streaming data, or big data), data processing and cleansing, model generation using statistical or machine learning approaches, model selection, model deployment and maintenance, and visualization of data. Advanced Analytics Apply data science to predictive (what will happen?) or prescriptive (what should we do?) business use cases. Artificial Intelligence / Cognitive Computing Apply data science to approximate human intuition and decision making (e.g. strategy, creativity, planning) or human sensory function s (e.g. computer vision, natural language understanding, etc.) Statistics A branch of math for generating descriptions of or inferences about a population, often based on samples of the population. Inferences may take the form of “models,” which are equations that approximate the data’s inherent relationships. Machine Learning Combines computer science with math concepts to generate models by rapidly iterating on large datasets. Other Analytics Disciplines (e.g. Data Engineering, Visualization) Disciplines Process Outputs Automation / Robotics / Intelligent Devices Actions Strategy / Operations
  • 8. AGENDA What is Machine Learning? Why should anyone care about machine learning? How does Machine Learning work? Ok but how does it really work? How can an organization use Machine Learning?
  • 9. The concepts in Machine Learning are not new. How has Machine Learning Evolved? https://www.quantinsti.com/blog/machine-learning-basics another human.
  • 10. Even though the concepts are decades old, machine learning has only become feasible at scale in recent years. Why Machine Learning Now? Flood of data and decreasing costs of storage Increasing computational power Increased attention from researchers Growth of open source technologies Support from industries
  • 11. Machine Learning has tons of useful applications you already encounter or hear about every day. Analyzing Images Understanding Language Forming & Executing Strategy Personalized Recommendations Autonomous Decisions Predicting Asset Values How is Machine Learning used?
  • 12. Machine Learning isn’t just applicable to high tech. There are suitable use cases present in most business sectors. Where is Machine Learning used? Healthcare • Claims Fraud • Real-time mortality risk for ICU patients • Response Adapted Radiotherapy • Predicting patient medication adherence • Translational/precision medicine Finance • Foreclosure/credit risk • Risk analysis • Fraud detection • Demand forecasting • Anti Money Laundering • Algorithmic trading Energy • Resource allocation • Load forecasting • Grid optimization • Robotics • Anomaly detection • Image recognition • Predictive maintenance Retail • Single view of customer • Customer service analysis • Inventory planning • Social media analysis • Lead scoring • Marketing campaign evaluation
  • 13. Machine learning sits at the intersection of statistics and computer science to help businesses make decisions. Why Machine Learning Now? Computational Power Statistics Predictive & Prescriptive Decision Support Faster More Accurate More PowerfulSelf-Improving Always-On
  • 14. AGENDA What is Machine Learning? Why should anyone care about machine learning? How does Machine Learning work? Ok but how does it really work? How can an organization use Machine Learning?
  • 15. A model is a repeatable, data-driven approach to making a best guess. It does this by formalizing mathematical relationships between data in the form of either: – Rules (e.g. predict applicants will default on a loan if Credit Score < 700 and Debt to Income Ratio > 30%) – Or an equation (e.g. predict Home Price = 100*Square Footage + 2*Average Income in the Area) Machine Learning works by using “algorithms” to generate “models.” How does Machine Learning work? Data Model Statistical Model
  • 16. In the past we’ve told computers how to use data to a answer our questions. Data Prior month sales: $4MM 2 months prior: $3MM 3 months prior: $2MM Program / Model This month sales = (prior month + 2 months prior + 3 months prior) / 3 Answer This month’s sales = $3MM? What’s a model?
  • 17. Answer Last month’s sales: $2MM Data Prior month sales: $4MM 2 months prior: $3MM 3 months prior: $1MM Answer Last month’s sales: $2MM Data Prior month sales: $4MM 2 months prior: $3MM 3 months prior: $1MM Answer Last month’s sales: $2MM Data Prior month sales: $4MM 2 months prior: $3MM 3 months prior: $1MM Answer Last month’s sales: $2MM Data Prior month sales: $4MM 2 months prior: $3MM 3 months prior: $1MM But we’ve found that if we give the machine historic facts, we can let it find the right program / model to plug in for future answers. Answer Last month’s sales: $2MM Data Prior month sales: $4MM 2 months prior: $3MM 3 months prior: $2MM Program / Model This month’s sales = 1/8 * Prior month + 1/3 * 2 months prior + 1/4 * 3 months prior What’s a model?
  • 18. Answer Last month’s sales: $2MM Data Prior month sales: $4MM 2 months prior: $3MM 3 months prior: $1MM Answer Last month’s sales: $2MM Data Prior month sales: $4MM 2 months prior: $3MM 3 months prior: $1MM Answer Last month’s sales: $2MM Data Prior month sales: $4MM 2 months prior: $3MM 3 months prior: $1MM Answer Last month’s sales: $2MM Data Prior month sales: $4MM 2 months prior: $3MM 3 months prior: $1MM Once we have our machine-defined program, we can use it with new data to make better predictions. Answer Last month’s sales: $2MM Data Prior month sales: $4MM 2 months prior: $3MM 3 months prior: $2MM Program / Model This month’s sales = 1/8 * Prior month + 1/3 * 2 months prior + 1/4 * 3 months prior New Data Prior month sales: $8MM 2 months prior: $6MM 3 months prior: $8MM Answer This month’s sales = $5MM What’s a model?
  • 19. A defined set of steps for solving a problem Often involves repeating steps May or may not have an ending condition – The problem is solved to our satisfaction • For example – stop when the last 4 iterations have been 95% accurate or better – The problem hasn’t been solved but we don’t seem to be getting any closer to solving it • For example – stop if the last 10 iterations have not seen any improvement in accuracy – The process has run for a long time • For example – stop after the program has run for 12 hours, regardless of whether progress is still being made The word algorithm gets used a lot, but it isn’t always defined. What is an algorithm?
  • 20. Collect the data and randomly create initial decision rules. Design a method for measurably evaluating how good or bad your hypothesis is. Update your hypothesis in a way that marginally improves the performance of your decision rules. Continue this process until either you are satisfied with the results, or your hypothesis can’t improve anymore with the data available. Almost all machine learning algorithms follow the same general pattern. Create a hypothesis Evaluate the hypothesis Adjust the hypothesis Repeat until convergence What is an algorithm?
  • 21. AGENDA What is Machine Learning? Why should anyone care about machine learning? How does Machine Learning work? Ok but how does it really work? How can an organization use Machine Learning?
  • 22. There are two main families of algorithms to choose from. Supervised Learning Unsupervised Learning There aren’t necessarily “right answers,” we just want to get a better understanding of our data. We know the “right answers” for some of the scenarios. – We may have history we can look back on – We may be hoping to replicate human decision making
  • 23. Supervised or Unsupervised? Predict our profits next quarter. Supervised Identify the number written on a check. Group our customers into segments. Supervised Unsupervised Predict a user’s rating for a given product. Supervised Find the most important variables in a dataset. Unsupervised Identify credit card transactions that are out of the ordinary. Unsupervised
  • 24. Now let’s walk through two of the most popular machine learning approaches and discuss how the algorithms are applied. How does an algorithm really work for businesses? Classification Clustering
  • 25. Use classification when you want to guess a non-numeric value, like a yes/no answer. We will take a decision tree approach. Everyone will repay their loan. Create a hypothesis 20 outstanding loans
  • 26. Use classification when you want to guess a non-numeric value, like a yes/no answer. We will take a decision tree approach. Calculate accuracy as the % of predictions that are correct based on your current set of rules. Evaluate the hypothesis 20 outstanding loans 12 repaid, 8 defaulted Accuracy = 12/20 = 60%
  • 27. Income > 60kIncome < 60k Use classification when you want to guess a non-numeric value, like a yes/no answer. We will take a decision tree approach. Find the next branch by looking for the data split that would have the biggest impact on the purity of each node. There are several ways to do this mathematically (Gini Index, Information Gain, Chi- Square). Adjust the hypothesis 20 outstanding loans20 outstanding loans Credit Score > 700Credit Score < 700 20 outstanding loans DTI > 40%DTI < 40% 70%50% 60% weighted 71%53% 59% weighted 80%73% 75% weighted
  • 28. Use classification when you want to guess a non-numeric value, like a yes/no answer. We will take a decision tree approach. Repeat the process for each of your new “leaf” nodes. Stop when you reach an acceptable level of accuracy, or when your accuracy begins getting worse with independent data. Repeat until convergence 20 outstanding loans DTI > 40%DTI < 40% Credit Score > 700Credit Score < 700Income > $60kIncome < $60k 100%50% 100%100% 80% weighted
  • 29. Classification is used for lots of problems that copy human intuition. Think about how you classify information to identify these images! These use cases are obviously more complex than our simple decision tree, but with more advanced approaches like convolutional neural networks these pictures can definitely be classified by a machine.
  • 30. Use clustering when there’s no “correct” classification, but you still want to assign individuals to groups. This algorithm is called k-means clustering. Imagine Marketing has asked you to split these customers into 3 groups. How would you do it?
  • 31. Use clustering when there’s no “correct” classification, but you still want to assign individuals to groups. This algorithm is called k-means clustering. I can segment my customers by assigning them to 3 groups. We’ll set down 3 random “anchors” and assign each customer to its closest anchor. Create a hypothesis
  • 32. Use clustering when there’s no “correct” classification, but you still want to assign individuals to groups. This algorithm is called k-means clustering. Move the anchors to the center of each cluster. Count how many anchors are actually closer to one of the other anchors. Evaluate the hypothesis
  • 33. Use clustering when there’s no “correct” classification, but you still want to assign individuals to groups. This algorithm is called k-means clustering. Re-assign each customer to the group corresponding to the center they’re closest to. Adjust the hypothesis
  • 34. Use clustering when there’s no “correct” classification, but you still want to assign individuals to groups. This algorithm is called k-means clustering. Repeat until convergence Move the anchors again. Continue re-assigning customers and moving the anchors until the anchors stop moving.
  • 35. This is just the tip of the iceberg. There are several algorithms available for various types of problems.
  • 36. AGENDA What is Machine Learning? Why should anyone care about machine learning? How does Machine Learning work? Ok but how does it really work? How can an organization use Machine Learning?
  • 37. Delivering analytics with Machine Learning requires alignment across people, process, technology, and data. Engaging with Machine Learning Image inspired by Microsoft People Process Technology Data Guide Support Enable
  • 38. Data scientists combine broad skills to integrate data, build models, and drive business value. People Process Technology Data
  • 39. Let’s look at the Microsoft Team Data Science Process to see how data scientists spend their time. People Process Technology Data
  • 40. Traditional Analytics The outputs of the process can be used in traditional analytics, analyzed directly, or fed into automated decision-making. Store and access data. Filter and aggregate it. Visualize it. Show it to the business so they can take action. Machine Learning Filter and aggregate it. 1 𝑁 𝑛=1 𝑁 𝑥 Create a model. Generate new data (predictions, etc.). The new data can be stored with the rest of the data for use in analytics. Or it can be visualized directly to gain insights. Or it can automate decisions or actions, allowing better processes to run faster and 24/7. People Process Technology Data
  • 41. Model performance naturally degrades over time as relationships in data shift. Model maintenance is critical to using models on an ongoing basis. It’s 1995. Roughly 25% of Americans own cell phones. Imagine you want to build a model predicting an individual’s income. This model would justifiably give a significant premium to cell phone owners. It’s 2007. Roughly 70% of Americans own cell phones. Ownership still has some significance, but the premium for cell phone ownership should be much smaller. A machine learning model would adapt itself over time, but a hand- built model would need its parameters adjusted manually. It’s 2019. Over 95% of Americans own cell phones. At this point cell phone ownership should probably be dropped in favor of other data, like ownership of an electric car. Even machine learning models can only learn from the data at their disposal, so the data acquisition pipeline requires updates regardless of the approach. People Process Technology Data
  • 42. The sources of data for use in data science can be broad. People Process Technology Data Data Warehouses •Curated & Governed data •Big data •Cloud or on-prem Data Lakes •Unstructured & Semi-structured data •Streaming data •Partially curated Externally Procured Data •May be purchased from 3rd party providers •May be scraped from the web •May require designing research experiments Data scientists typically have the programming and data integration skills to use data from anywhere it can be found.
  • 43. The Microsoft technology stack provides a holistic solution to your Machine Learning needs. People Process Technology Data
  • 45. We can work with your business to deliver custom predictive and prescriptive analytics across the lifecycle. What can CCG do? Use Case Definition • Develop a backlog of predictive and prescriptive use cases • Refine and prioritize use cases by value • Develop a predictive roadmap Model Development • Aggregate data from across internal and external data sources • Develop and test multiple models to find the best approach to making predictions Model Maintenance • Monitor and maintain statistical models to sustain predictive power • Develop a model telemetry dashboard • Test model design changes to improve predictive power Model Governance & Processes • Assess existing Data Science capabilities • Develop standards and processes to help guide data science output • Build a Data Science Center of Excellence Model Deployment • Customize and deploy pre-existing models from Azure Cognitive Services • Deploy custom model as an API or batch job, or support deployment in existing systems Rapid Insight Prototype Offering Model as a Service Subscription Offering
  • 46. CCG’s Rapid Insight Solution Actionable Backlog – Of use cases ripe for predictive analytics to transform your business Detailed Readouts – The materials we leave behind will include extensive analysis of our methodology, findings, and recommendations Ownership of the Model – Just because the project ends doesn’t mean the model stops working. Unlike other managed service providers, what we produce on your behalf is yours to keep Identify Use Cases – By holding a workshop with process SMEs to identify opportunities to supercharge the business Summarize the Findings – So you can understand the model’s outputs and begin taking action on what we’ve learned Develop a Prototype Model – To generate forecasts, classifications, or exploratory analysis for one of your use cases using an industry-standard tool like Azure Machine Learning Studio or Databricks Week 1 Weeks 2-5 Week 6
  • 47. Fully Operational Production Model – Available at all times, in production – Batch & API integrations Model Supervision – Model is monitored for ongoing usability – Performance dashboard – Guaranteed accuracy SLAs Model Retraining & Support – Scheduled & triggered model re-tuning or re-training – Add new data features over time Model as a Service Solution Set up model as a web service Visualize model performance in a dashboard Maintain and enhance model
  • 49. Microsoft offers pre-built APIs through Cognitive Services that can expedite the deployment of AI capabilities. People Process Technology Data
  • 51. What is Azure Databricks? A fast, easy and collaborative Apache® Spark™ based analytics platform optimized for Azure Best of Databricks Best of Microsoft Designed in collaboration with the founders of Apache Spark One-click set up; streamlined workflows Interactive workspace that enables collaboration between data scientists, data engineers, and business analysts. Native integration with Azure services (Power BI, SQL DW, Cosmos DB, Blob Storage) Enterprise-grade Azure security (Active Directory integration, compliance, enterprise -grade SLAs)
  • 52. Azure Databricks key audiences & benefits Unified analytics platform Integrated workspace Easy data exploration Collaborative experience Interactive dashboards Faster insights • Best of Spark & serverless • Databricks managed Spark Improved ETL performance • Zero management clusters, serverless Easy to schedule jobs Automated workflows Enhanced monitoring & troubleshooting • Automated alerts & easy access to logs Zero Management Spark Cluster democratization (serverless) Fast, collaborative analytics platform accelerating time to market No dev-ops required Enterprise grade security • Encryption • End-to-end auditing • Role-based control • Compliance Data scientist Data engineer CDO, VP of analytics Provided by Microsoft and Databricks under NDA