SlideShare ist ein Scribd-Unternehmen logo
1 von 25
How Machine Learning Can Transform The Customer
Experience
Evren Korpeoglu, Data Science
Aarthi Srinivasan, Product Management
/Productschool @ProdSchool /ProductmanagementSV
Aarthi Srinivasan
- Walmart Labs
- 12+ years of combined experience in product
management, consulting and engineering
- MBA & MS in Computer Science
www.productschool.com
INTRODUCTIONS
Evren Korpeoglu
- Walmart Labs Data Scientist
- Machine Learning, Big Data, Statistical Modeling &
Optimization for powering real-time Experiences
- Ph.D. Operations Research
What to Expect Today?
3
• What is machine learning ?
• Why is it important ?
• How do we use it ?
• Technical Concepts
• Examples
What is Machine Learning?
4
1. Science of getting computers to learn or recognize something without being explicitly
programmed – Andrew Ng
• Branch of Artificial Intelligence which is a branch of Computer Science
• Give lots of data to the computer so that it can figure it out
• One of the first examples is the computer checkers program by Arthur Samuel
* - ref: Andew Ng Courses, Big data: A revolution
2. Distinguish big data & machine learning: Big data is the data seed for creating
machine learning forests
• Big data collects information based on our digital exhaust (crumbs we leave in
the digital world) , demographics, preferences, health etc.
• Machine learning will mine this data and model behaviors with interactive
responses based based on this data
Why do we need this?
5
1. Tons of applications impacting human health, utility and simplification
Health & Wellness Utilitarian Futuristic
• DNA sampling &
diagnosis
• Health reminders
& prevention
through AI tools
• Correlation studies
• Personalized
medicine tablets,
diets
• Real time optimized
path maps
• Search Ranking
• Spam filter on email
• News aggregators
• Shopping
Recommendation
• Facebook face
recognition
• Age recognition
(How-old.net)
• Voice recognition –
Siri, Alexa
• Driverless cars
• Home decoration
Key Terms
6
• A set of data used to predict relationships. Data and answers for each
sample.
• E.g. A diamond’s size, cut, color and clarity helps predicts the price.
Training Set
• Uses training set to make a prediction.
• E.g. Model predicts diamond prices based on past prices.
Supervised Learning
• Provide data without suggesting anything so computer can identify patterns
or groupings.
• E.g. Customer segmentation, DNA groupings.
Unsupervised Learning
• Each distinct measurable data value you select in the training data set.
• E.g. A diamonds’ size is one of the feature’s for predicting price.
Features/ Variables /
Attributes
• Using the features provided in the training set make a prediction. Fit a curve
using the data provided.
• E.g. Price of diamond = X*Cut + Y*Clarity + Z*Size + other features…
Supervised: Regression
• A defined set of categories that can be labeled for placing new observations.
• E.g. Presence of absence of cancer; Types of diabetes
Supervised: Classification
• Process of assigning observations into subsets.
• E.g. Customer segment creations
Unsupervised: Clustering
Learning Steps
7
Collect /
Update User
Data
1
Create /
Update
Training Set
data
2
Create /
Update
algorithm for
training data
Update
Algorithm
Validate
Algorithm
3
Create
predictive
model
4
New real-time
observations
A/B Test &
Launch on
production
5
Data Wrangling and Feature Extraction
8
Spam Email
Detection
Title
Sender
Domain
# of
Recipients
Email
content
Country of
Origin
Non-
dictionary
Words
Hyperlinks
Address
Book
Length of
email
• Structured Data (Best)
– RDBMS, columnar data
– Strict Schema
– SQL
• Semi-Structured Data (Better)
– JSON, XML
– Enforce minimum schema
– JSON, XML Parser
• Unstructured Data
– Text, Image, Raw email
– No Schema
– Batch processing
– Regular expressions
– Map Reduce
GARBAGE IN GARBAGE OUT
Model Training
9
Feature
Extraction
(Feature
vector)
New
Text documents
User Activity
Images
Transaction history
Feature
Extraction
(Feature
vector)
Labels
Machine
Learning
Algorithm
Training / Testing
Text documents
User Activity
Images
Transaction history
Predictive
Model
Expected
Label
Model
Evaluation
Supervised learning techniques
10
• Linear classifier (numerical functions)
• Parametric (Probabilistic functions)
– Naïve Bayes, Hidden Markov models (HMM), Probabilistic
graphical models
• Non-parametric (Instance-based functions)
– K-nearest neighbors
• Non-metric (Symbolic functions)
– Classification and regression tree (CART)
• Aggregation
– Bagging (bootstrap + aggregation), Adaboost, Random
forest, Ensemble models
Linear Classifiers
11
• Logistic regression
– )
– w with minimum loss
– Solve iteratively using gradient descent
• Support vector machine (SVM)
– Maximum margin classifier
• Artificial Neural Networks
– Inspired from how neurons work
– Activation function (Sigmoid, ReLU etc.)
– Deep Learning
KNN / CART
12
• K-Nearest Neighbors
– Find K nearest training examples
– Majority vote
– Easy to implement
– Not scalable for real time predictions
• Classification and Regression Trees
– Easy to interpret for small trees
• Random Forests
– Ensemble of decision trees
– Usually performs very good
Unsupervised Learning
13
• Clustering
– K-means clustering
– Spectral clustering
• Dimensionality reduction
– Principal component analysis (PCA)
– Factor analysis
• Product Recommendations
– Collaborative Filtering
• Association Rules
– Market Basket Analysis
Model Evaluation
14
• Measure model performance
• Optimize model to improve prediction
quality
– Feature selection
– Hyperparameter tuning
• A/B Testing
• Explore/Exploit
• http://en.wikipedia.org/wiki/Precision_and_recall
Sample Architecture
15
-HADOOP
- SPARK
PREDICTION ENGINE
REAL TIME
DATA
SQL / NO SQL
Data Base
CLIENT MACHINE LEARNING
SYSTEM
Health & Wellness Sen.se Mother (iOT)
16
Amazon Echo & Personalization
17
Houzz Visual Match Deep Learning
18
Wal-Mart Testing Example
19
Sample E-Commerce Applications
20
1. Segment customers (E.g. Millennial college grads, Moms, New Dads, etc.)
1. Personalize experiences for segments (Moms will see unique customer layouts
and promotional items compared to dads or teens who love video games)
1. Personalize marketing e-mail and even timing of e-mail delivery
1. Trigger experiences based on customer information or local events (e.g. shipping
preferences, Events like birthdays or concerts)
1. Create a personalized basket based on previous purchases or life stage
2. Use BOTs to provide relevant information to users
1. Augmented reality - Provide personalized information for sale items
Questions
21
Emails: evren.korpeoglu@gmail.com
saarthi@gmail.com
Appendix
22
Sample Personalization Highlights
Testing Results with test (2MM – 7MM pop)
POV Personalized vs. No personalization Personalized POV increased conversion by x%.
POV White listed personalization vs. Full automation Desktop conversion increased by x%.
Layered POV vs. Static POV Conversion increased by x%, PVR increased by x%,
Bounce reduced by x%.
Personalized carousels on the home page Increased conversion on Desktop users by x%
Personalized DTC vs. Curated Mother’s day carousel CTR increased by x%.
Upcoming Courses
Silicon Valley
October Cohort
Weeknights: October 18th
Weekends: October 15th
Apply At
www.productschool.com
www.productschool.com
www.productschool.com
Upcoming Workshops
Rsvp On Eventbrite
Sept 28: Product Management Course - Info Session
Oct 5: From Building Products To Managing Them
Oct 12: Risk Management while creating great products:
Why no one really cares and what happens because of that
Oct 19: Product Management Happy Hour

Weitere ähnliche Inhalte

Was ist angesagt?

haiped. impact of AI in marketing comms and CX
haiped. impact of AI in marketing comms and CXhaiped. impact of AI in marketing comms and CX
haiped. impact of AI in marketing comms and CXmatthys esterhuysen
 
Customer journey maps
Customer journey mapsCustomer journey maps
Customer journey mapsRAMIALHATAB
 
How to train Management Consultants & Business Analysts
How to train Management Consultants & Business AnalystsHow to train Management Consultants & Business Analysts
How to train Management Consultants & Business AnalystsAsen Gyczew
 
Data strategy demistifying data
Data strategy demistifying dataData strategy demistifying data
Data strategy demistifying dataHans Verstraeten
 
10 omnichannel strategy essentials for 2021
10 omnichannel strategy essentials for 202110 omnichannel strategy essentials for 2021
10 omnichannel strategy essentials for 2021Smart Insights
 
Customer Journey PowerPoint Presentation Slides
Customer Journey PowerPoint Presentation SlidesCustomer Journey PowerPoint Presentation Slides
Customer Journey PowerPoint Presentation SlidesSlideTeam
 
Neo4j Webinar: Graphs in banking
Neo4j Webinar:  Graphs in banking Neo4j Webinar:  Graphs in banking
Neo4j Webinar: Graphs in banking Neo4j
 
Working Backwards from the Customer
Working Backwards from the CustomerWorking Backwards from the Customer
Working Backwards from the CustomerAmazon Web Services
 
The Ecommerce Trends Every D2C Brand Needs to Know
The Ecommerce Trends Every D2C Brand Needs to KnowThe Ecommerce Trends Every D2C Brand Needs to Know
The Ecommerce Trends Every D2C Brand Needs to KnowTinuiti
 
Data Management vs Data Strategy
Data Management vs Data StrategyData Management vs Data Strategy
Data Management vs Data StrategyDATAVERSITY
 
Generative AI: Redefining Creativity and Transforming Corporate Landscape
Generative AI: Redefining Creativity and Transforming Corporate LandscapeGenerative AI: Redefining Creativity and Transforming Corporate Landscape
Generative AI: Redefining Creativity and Transforming Corporate LandscapeOsaka University
 
Using Generative AI
Using Generative AIUsing Generative AI
Using Generative AIMark DeLoura
 
Generative AI Use-cases for Enterprise - First Session
Generative AI Use-cases for Enterprise - First SessionGenerative AI Use-cases for Enterprise - First Session
Generative AI Use-cases for Enterprise - First SessionGene Leybzon
 
Using AI for Learning.pptx
Using AI for Learning.pptxUsing AI for Learning.pptx
Using AI for Learning.pptxGDSCUOWMKDUPG
 
Data Analytics for better Product Decision Making by Mixpanel PM
Data Analytics for better Product Decision Making by Mixpanel PMData Analytics for better Product Decision Making by Mixpanel PM
Data Analytics for better Product Decision Making by Mixpanel PMProduct School
 
Third-Party Cookie Loss Masterclass 1: So Your Cookie Crumbled, What's Next?
Third-Party Cookie Loss Masterclass 1: So Your Cookie Crumbled, What's Next?Third-Party Cookie Loss Masterclass 1: So Your Cookie Crumbled, What's Next?
Third-Party Cookie Loss Masterclass 1: So Your Cookie Crumbled, What's Next?Tealium
 
Learn Prompting with ChatGPT
Learn Prompting with ChatGPTLearn Prompting with ChatGPT
Learn Prompting with ChatGPTNikhil Gadkar
 
List of Generative AI Tools
List of Generative AI Tools List of Generative AI Tools
List of Generative AI Tools Data Science Dojo
 

Was ist angesagt? (20)

haiped. impact of AI in marketing comms and CX
haiped. impact of AI in marketing comms and CXhaiped. impact of AI in marketing comms and CX
haiped. impact of AI in marketing comms and CX
 
Customer journey maps
Customer journey mapsCustomer journey maps
Customer journey maps
 
How to train Management Consultants & Business Analysts
How to train Management Consultants & Business AnalystsHow to train Management Consultants & Business Analysts
How to train Management Consultants & Business Analysts
 
Data strategy demistifying data
Data strategy demistifying dataData strategy demistifying data
Data strategy demistifying data
 
10 omnichannel strategy essentials for 2021
10 omnichannel strategy essentials for 202110 omnichannel strategy essentials for 2021
10 omnichannel strategy essentials for 2021
 
Customer Journey PowerPoint Presentation Slides
Customer Journey PowerPoint Presentation SlidesCustomer Journey PowerPoint Presentation Slides
Customer Journey PowerPoint Presentation Slides
 
Neo4j Webinar: Graphs in banking
Neo4j Webinar:  Graphs in banking Neo4j Webinar:  Graphs in banking
Neo4j Webinar: Graphs in banking
 
Working Backwards from the Customer
Working Backwards from the CustomerWorking Backwards from the Customer
Working Backwards from the Customer
 
The Ecommerce Trends Every D2C Brand Needs to Know
The Ecommerce Trends Every D2C Brand Needs to KnowThe Ecommerce Trends Every D2C Brand Needs to Know
The Ecommerce Trends Every D2C Brand Needs to Know
 
Data Management vs Data Strategy
Data Management vs Data StrategyData Management vs Data Strategy
Data Management vs Data Strategy
 
Generative AI: Redefining Creativity and Transforming Corporate Landscape
Generative AI: Redefining Creativity and Transforming Corporate LandscapeGenerative AI: Redefining Creativity and Transforming Corporate Landscape
Generative AI: Redefining Creativity and Transforming Corporate Landscape
 
Using Generative AI
Using Generative AIUsing Generative AI
Using Generative AI
 
Generative AI Use-cases for Enterprise - First Session
Generative AI Use-cases for Enterprise - First SessionGenerative AI Use-cases for Enterprise - First Session
Generative AI Use-cases for Enterprise - First Session
 
Using AI for Learning.pptx
Using AI for Learning.pptxUsing AI for Learning.pptx
Using AI for Learning.pptx
 
Data Analytics for better Product Decision Making by Mixpanel PM
Data Analytics for better Product Decision Making by Mixpanel PMData Analytics for better Product Decision Making by Mixpanel PM
Data Analytics for better Product Decision Making by Mixpanel PM
 
Business model canvas
Business model canvasBusiness model canvas
Business model canvas
 
Customer Analytics Best Practice
Customer Analytics Best PracticeCustomer Analytics Best Practice
Customer Analytics Best Practice
 
Third-Party Cookie Loss Masterclass 1: So Your Cookie Crumbled, What's Next?
Third-Party Cookie Loss Masterclass 1: So Your Cookie Crumbled, What's Next?Third-Party Cookie Loss Masterclass 1: So Your Cookie Crumbled, What's Next?
Third-Party Cookie Loss Masterclass 1: So Your Cookie Crumbled, What's Next?
 
Learn Prompting with ChatGPT
Learn Prompting with ChatGPTLearn Prompting with ChatGPT
Learn Prompting with ChatGPT
 
List of Generative AI Tools
List of Generative AI Tools List of Generative AI Tools
List of Generative AI Tools
 

Andere mochten auch

Uber Product Manager Talks: How to Crack the PM Interview
Uber Product Manager Talks: How to Crack the PM Interview Uber Product Manager Talks: How to Crack the PM Interview
Uber Product Manager Talks: How to Crack the PM Interview Product School
 
From Building Products To Managing Them
From Building Products To Managing ThemFrom Building Products To Managing Them
From Building Products To Managing ThemProduct School
 
Product School: Growth Explained by Facebook's Core Product Manager
Product School: Growth Explained by Facebook's Core Product ManagerProduct School: Growth Explained by Facebook's Core Product Manager
Product School: Growth Explained by Facebook's Core Product ManagerProduct School
 
Ask Me Anything with LinkedIn's Senior Product Manager
Ask Me Anything with LinkedIn's Senior Product ManagerAsk Me Anything with LinkedIn's Senior Product Manager
Ask Me Anything with LinkedIn's Senior Product ManagerProduct School
 
"Ask Me Anything" with Facebook's Product Manager & Product School Instructor
"Ask Me Anything" with Facebook's Product Manager & Product School Instructor "Ask Me Anything" with Facebook's Product Manager & Product School Instructor
"Ask Me Anything" with Facebook's Product Manager & Product School Instructor Product School
 
Growth Explained by Zynga's Director of Product
Growth Explained by Zynga's Director of ProductGrowth Explained by Zynga's Director of Product
Growth Explained by Zynga's Director of ProductProduct School
 
First 90 days as a Product Manager
First 90 days as a Product ManagerFirst 90 days as a Product Manager
First 90 days as a Product ManagerProduct School
 
Monetization explained by Google's Product Manager
Monetization explained by Google's Product ManagerMonetization explained by Google's Product Manager
Monetization explained by Google's Product ManagerProduct School
 
Three Rules Every Mobile Product Needs to Be Successful With The Author Of M...
Three Rules Every Mobile Product Needs  to Be Successful With The Author Of M...Three Rules Every Mobile Product Needs  to Be Successful With The Author Of M...
Three Rules Every Mobile Product Needs to Be Successful With The Author Of M...Product School
 
Selling Skills For Product Managers
Selling Skills For Product ManagersSelling Skills For Product Managers
Selling Skills For Product ManagersProduct School
 
Prototyping: How to create a website oro mobile app without programming
Prototyping: How to create a website oro mobile app without programmingPrototyping: How to create a website oro mobile app without programming
Prototyping: How to create a website oro mobile app without programmingProduct School
 
Get Hired! Landing A Product Job
 Get Hired! Landing A Product Job Get Hired! Landing A Product Job
Get Hired! Landing A Product JobProduct School
 
Product Managers: How To Get Your Developers To Love You
Product Managers: How To Get Your Developers To Love YouProduct Managers: How To Get Your Developers To Love You
Product Managers: How To Get Your Developers To Love YouProduct School
 
Uber PM Talks: How To Crack A PM Interview
Uber PM Talks: How To Crack A PM InterviewUber PM Talks: How To Crack A PM Interview
Uber PM Talks: How To Crack A PM InterviewProduct School
 
Building the Right Product Features with Dir. of Product at Audible
 Building the Right Product Features with Dir. of Product at Audible Building the Right Product Features with Dir. of Product at Audible
Building the Right Product Features with Dir. of Product at AudibleProduct School
 
How To Turn Ideas Into Product
How To Turn Ideas Into Product How To Turn Ideas Into Product
How To Turn Ideas Into Product Product School
 
Storytelling For Product Managers
Storytelling For Product ManagersStorytelling For Product Managers
Storytelling For Product ManagersProduct School
 
How To Launch A Product No Matter Where You Work By PM From American Express
How To Launch A Product No Matter Where You Work By PM From American ExpressHow To Launch A Product No Matter Where You Work By PM From American Express
How To Launch A Product No Matter Where You Work By PM From American ExpressProduct School
 
How to solve communication breakdown in product managers
How to solve communication breakdown in product managersHow to solve communication breakdown in product managers
How to solve communication breakdown in product managersProduct School
 
Data Science: The Product Manager's Primer
Data Science: The Product Manager's PrimerData Science: The Product Manager's Primer
Data Science: The Product Manager's PrimerProduct School
 

Andere mochten auch (20)

Uber Product Manager Talks: How to Crack the PM Interview
Uber Product Manager Talks: How to Crack the PM Interview Uber Product Manager Talks: How to Crack the PM Interview
Uber Product Manager Talks: How to Crack the PM Interview
 
From Building Products To Managing Them
From Building Products To Managing ThemFrom Building Products To Managing Them
From Building Products To Managing Them
 
Product School: Growth Explained by Facebook's Core Product Manager
Product School: Growth Explained by Facebook's Core Product ManagerProduct School: Growth Explained by Facebook's Core Product Manager
Product School: Growth Explained by Facebook's Core Product Manager
 
Ask Me Anything with LinkedIn's Senior Product Manager
Ask Me Anything with LinkedIn's Senior Product ManagerAsk Me Anything with LinkedIn's Senior Product Manager
Ask Me Anything with LinkedIn's Senior Product Manager
 
"Ask Me Anything" with Facebook's Product Manager & Product School Instructor
"Ask Me Anything" with Facebook's Product Manager & Product School Instructor "Ask Me Anything" with Facebook's Product Manager & Product School Instructor
"Ask Me Anything" with Facebook's Product Manager & Product School Instructor
 
Growth Explained by Zynga's Director of Product
Growth Explained by Zynga's Director of ProductGrowth Explained by Zynga's Director of Product
Growth Explained by Zynga's Director of Product
 
First 90 days as a Product Manager
First 90 days as a Product ManagerFirst 90 days as a Product Manager
First 90 days as a Product Manager
 
Monetization explained by Google's Product Manager
Monetization explained by Google's Product ManagerMonetization explained by Google's Product Manager
Monetization explained by Google's Product Manager
 
Three Rules Every Mobile Product Needs to Be Successful With The Author Of M...
Three Rules Every Mobile Product Needs  to Be Successful With The Author Of M...Three Rules Every Mobile Product Needs  to Be Successful With The Author Of M...
Three Rules Every Mobile Product Needs to Be Successful With The Author Of M...
 
Selling Skills For Product Managers
Selling Skills For Product ManagersSelling Skills For Product Managers
Selling Skills For Product Managers
 
Prototyping: How to create a website oro mobile app without programming
Prototyping: How to create a website oro mobile app without programmingPrototyping: How to create a website oro mobile app without programming
Prototyping: How to create a website oro mobile app without programming
 
Get Hired! Landing A Product Job
 Get Hired! Landing A Product Job Get Hired! Landing A Product Job
Get Hired! Landing A Product Job
 
Product Managers: How To Get Your Developers To Love You
Product Managers: How To Get Your Developers To Love YouProduct Managers: How To Get Your Developers To Love You
Product Managers: How To Get Your Developers To Love You
 
Uber PM Talks: How To Crack A PM Interview
Uber PM Talks: How To Crack A PM InterviewUber PM Talks: How To Crack A PM Interview
Uber PM Talks: How To Crack A PM Interview
 
Building the Right Product Features with Dir. of Product at Audible
 Building the Right Product Features with Dir. of Product at Audible Building the Right Product Features with Dir. of Product at Audible
Building the Right Product Features with Dir. of Product at Audible
 
How To Turn Ideas Into Product
How To Turn Ideas Into Product How To Turn Ideas Into Product
How To Turn Ideas Into Product
 
Storytelling For Product Managers
Storytelling For Product ManagersStorytelling For Product Managers
Storytelling For Product Managers
 
How To Launch A Product No Matter Where You Work By PM From American Express
How To Launch A Product No Matter Where You Work By PM From American ExpressHow To Launch A Product No Matter Where You Work By PM From American Express
How To Launch A Product No Matter Where You Work By PM From American Express
 
How to solve communication breakdown in product managers
How to solve communication breakdown in product managersHow to solve communication breakdown in product managers
How to solve communication breakdown in product managers
 
Data Science: The Product Manager's Primer
Data Science: The Product Manager's PrimerData Science: The Product Manager's Primer
Data Science: The Product Manager's Primer
 

Ähnlich wie How Machine Learning Can Transform The Customer Experience

Intro to machine learning
Intro to machine learningIntro to machine learning
Intro to machine learningTamir Taha
 
Data science and business analytics
Data  science and business analyticsData  science and business analytics
Data science and business analyticsInbavalli Valli
 
116 Machine learning for Product Managers
116   Machine learning for Product Managers116   Machine learning for Product Managers
116 Machine learning for Product ManagersProductCamp Boston
 
Machine learning for product managers. Presented at Boston ProductCamp (June...
Machine learning for product  managers. Presented at Boston ProductCamp (June...Machine learning for product  managers. Presented at Boston ProductCamp (June...
Machine learning for product managers. Presented at Boston ProductCamp (June...Mukund Seshadri
 
Azure Machine Learning
Azure Machine LearningAzure Machine Learning
Azure Machine LearningMostafa
 
Altron presentation on Emerging Technologies: Data Science and Artificial Int...
Altron presentation on Emerging Technologies: Data Science and Artificial Int...Altron presentation on Emerging Technologies: Data Science and Artificial Int...
Altron presentation on Emerging Technologies: Data Science and Artificial Int...Robert Williams
 
What MBA Students Need to Know about CX, Data Science and Surveys
What MBA Students Need to Know about CX, Data Science and SurveysWhat MBA Students Need to Know about CX, Data Science and Surveys
What MBA Students Need to Know about CX, Data Science and SurveysBusiness Over Broadway
 
Demystifying Data Science
Demystifying Data ScienceDemystifying Data Science
Demystifying Data ScienceJonathan Sedar
 
How to Build an AI/ML Product and Sell it by SalesChoice CPO
How to Build an AI/ML Product and Sell it by SalesChoice CPOHow to Build an AI/ML Product and Sell it by SalesChoice CPO
How to Build an AI/ML Product and Sell it by SalesChoice CPOProduct School
 
Predictive Analytics: Context and Use Cases
Predictive Analytics: Context and Use CasesPredictive Analytics: Context and Use Cases
Predictive Analytics: Context and Use CasesKimberley Mitchell
 
Data Refinement: The missing link between data collection and decisions
Data Refinement: The missing link between data collection and decisionsData Refinement: The missing link between data collection and decisions
Data Refinement: The missing link between data collection and decisionsVivastream
 
Ai and analytics for business
Ai and analytics for businessAi and analytics for business
Ai and analytics for businessJenny Midwinter
 
Machine learning and big data
Machine learning and big dataMachine learning and big data
Machine learning and big dataPoo Kuan Hoong
 
Digital analytics lecture1
Digital analytics lecture1Digital analytics lecture1
Digital analytics lecture1Joni Salminen
 
Introduction to Machine Learning
Introduction to Machine Learning   Introduction to Machine Learning
Introduction to Machine Learning snehal_152
 
Is Your Marketing Database "Model Ready"?
Is Your Marketing Database "Model Ready"?Is Your Marketing Database "Model Ready"?
Is Your Marketing Database "Model Ready"?Vivastream
 

Ähnlich wie How Machine Learning Can Transform The Customer Experience (20)

Machine learning
Machine learning Machine learning
Machine learning
 
Intro to machine learning
Intro to machine learningIntro to machine learning
Intro to machine learning
 
machine learning
machine learningmachine learning
machine learning
 
Data science and business analytics
Data  science and business analyticsData  science and business analytics
Data science and business analytics
 
Analytics in Online Retail
Analytics in Online RetailAnalytics in Online Retail
Analytics in Online Retail
 
116 Machine learning for Product Managers
116   Machine learning for Product Managers116   Machine learning for Product Managers
116 Machine learning for Product Managers
 
Machine learning for product managers. Presented at Boston ProductCamp (June...
Machine learning for product  managers. Presented at Boston ProductCamp (June...Machine learning for product  managers. Presented at Boston ProductCamp (June...
Machine learning for product managers. Presented at Boston ProductCamp (June...
 
Azure Machine Learning
Azure Machine LearningAzure Machine Learning
Azure Machine Learning
 
Altron presentation on Emerging Technologies: Data Science and Artificial Int...
Altron presentation on Emerging Technologies: Data Science and Artificial Int...Altron presentation on Emerging Technologies: Data Science and Artificial Int...
Altron presentation on Emerging Technologies: Data Science and Artificial Int...
 
What MBA Students Need to Know about CX, Data Science and Surveys
What MBA Students Need to Know about CX, Data Science and SurveysWhat MBA Students Need to Know about CX, Data Science and Surveys
What MBA Students Need to Know about CX, Data Science and Surveys
 
Demystifying Data Science
Demystifying Data ScienceDemystifying Data Science
Demystifying Data Science
 
How to Build an AI/ML Product and Sell it by SalesChoice CPO
How to Build an AI/ML Product and Sell it by SalesChoice CPOHow to Build an AI/ML Product and Sell it by SalesChoice CPO
How to Build an AI/ML Product and Sell it by SalesChoice CPO
 
Predictive Analytics: Context and Use Cases
Predictive Analytics: Context and Use CasesPredictive Analytics: Context and Use Cases
Predictive Analytics: Context and Use Cases
 
Data Refinement: The missing link between data collection and decisions
Data Refinement: The missing link between data collection and decisionsData Refinement: The missing link between data collection and decisions
Data Refinement: The missing link between data collection and decisions
 
Knowledge Discovery
Knowledge DiscoveryKnowledge Discovery
Knowledge Discovery
 
Ai and analytics for business
Ai and analytics for businessAi and analytics for business
Ai and analytics for business
 
Machine learning and big data
Machine learning and big dataMachine learning and big data
Machine learning and big data
 
Digital analytics lecture1
Digital analytics lecture1Digital analytics lecture1
Digital analytics lecture1
 
Introduction to Machine Learning
Introduction to Machine Learning   Introduction to Machine Learning
Introduction to Machine Learning
 
Is Your Marketing Database "Model Ready"?
Is Your Marketing Database "Model Ready"?Is Your Marketing Database "Model Ready"?
Is Your Marketing Database "Model Ready"?
 

Mehr von Product School

Webinar: The Art of Prioritizing Your Product Roadmap by AWS Sr PM - Tech
Webinar: The Art of Prioritizing Your Product Roadmap by AWS Sr PM - TechWebinar: The Art of Prioritizing Your Product Roadmap by AWS Sr PM - Tech
Webinar: The Art of Prioritizing Your Product Roadmap by AWS Sr PM - TechProduct School
 
Harnessing the Power of GenAI for Exceptional Product Outcomes by Booking.com...
Harnessing the Power of GenAI for Exceptional Product Outcomes by Booking.com...Harnessing the Power of GenAI for Exceptional Product Outcomes by Booking.com...
Harnessing the Power of GenAI for Exceptional Product Outcomes by Booking.com...Product School
 
Relationship Counselling: From Disjointed Features to Product-First Thinking ...
Relationship Counselling: From Disjointed Features to Product-First Thinking ...Relationship Counselling: From Disjointed Features to Product-First Thinking ...
Relationship Counselling: From Disjointed Features to Product-First Thinking ...Product School
 
Launching New Products In Companies Where It Matters Most by Product Director...
Launching New Products In Companies Where It Matters Most by Product Director...Launching New Products In Companies Where It Matters Most by Product Director...
Launching New Products In Companies Where It Matters Most by Product Director...Product School
 
Cultivating Entrepreneurial Mindset in Product Management: Strategies for Suc...
Cultivating Entrepreneurial Mindset in Product Management: Strategies for Suc...Cultivating Entrepreneurial Mindset in Product Management: Strategies for Suc...
Cultivating Entrepreneurial Mindset in Product Management: Strategies for Suc...Product School
 
Revolutionizing The Banking Industry: The Monzo Way by CPO, Monzo
Revolutionizing The Banking Industry: The Monzo Way by CPO, MonzoRevolutionizing The Banking Industry: The Monzo Way by CPO, Monzo
Revolutionizing The Banking Industry: The Monzo Way by CPO, MonzoProduct School
 
Synergy in Leadership and Product Excellence: A Blueprint for Growth by CPO, ...
Synergy in Leadership and Product Excellence: A Blueprint for Growth by CPO, ...Synergy in Leadership and Product Excellence: A Blueprint for Growth by CPO, ...
Synergy in Leadership and Product Excellence: A Blueprint for Growth by CPO, ...Product School
 
Act Like an Owner, Challenge Like a VC by former CPO, Tripadvisor
Act Like an Owner,  Challenge Like a VC by former CPO, TripadvisorAct Like an Owner,  Challenge Like a VC by former CPO, Tripadvisor
Act Like an Owner, Challenge Like a VC by former CPO, TripadvisorProduct School
 
The Future of Product, by Founder & CEO, Product School
The Future of Product, by Founder & CEO, Product SchoolThe Future of Product, by Founder & CEO, Product School
The Future of Product, by Founder & CEO, Product SchoolProduct School
 
Webinar How PMs Use AI to 10X Their Productivity by Product School EiR.pdf
Webinar How PMs Use AI to 10X Their Productivity by Product School EiR.pdfWebinar How PMs Use AI to 10X Their Productivity by Product School EiR.pdf
Webinar How PMs Use AI to 10X Their Productivity by Product School EiR.pdfProduct School
 
Webinar: Using GenAI for Increasing Productivity in PM by Amazon PM Leader
Webinar: Using GenAI for Increasing Productivity in PM by Amazon PM LeaderWebinar: Using GenAI for Increasing Productivity in PM by Amazon PM Leader
Webinar: Using GenAI for Increasing Productivity in PM by Amazon PM LeaderProduct School
 
Unlocking High-Performance Product Teams by former Meta Global PMM
Unlocking High-Performance Product Teams by former Meta Global PMMUnlocking High-Performance Product Teams by former Meta Global PMM
Unlocking High-Performance Product Teams by former Meta Global PMMProduct School
 
The Types of TPM Content Roles by Facebook product Leader
The Types of TPM Content Roles by Facebook product LeaderThe Types of TPM Content Roles by Facebook product Leader
The Types of TPM Content Roles by Facebook product LeaderProduct School
 
Match Is the New Sell in The Digital World by Amazon Product leader
Match Is the New Sell in The Digital World by Amazon Product leaderMatch Is the New Sell in The Digital World by Amazon Product leader
Match Is the New Sell in The Digital World by Amazon Product leaderProduct School
 
Beyond the Cart: Unleashing AI Wonders with Instacart’s Shopping Revolution
Beyond the Cart: Unleashing AI Wonders with Instacart’s Shopping RevolutionBeyond the Cart: Unleashing AI Wonders with Instacart’s Shopping Revolution
Beyond the Cart: Unleashing AI Wonders with Instacart’s Shopping RevolutionProduct School
 
Designing Great Products The Power of Design and Leadership
Designing Great Products The Power of Design and LeadershipDesigning Great Products The Power of Design and Leadership
Designing Great Products The Power of Design and LeadershipProduct School
 
Command the Room: Empower Your Team of Product Managers with Effective Commun...
Command the Room: Empower Your Team of Product Managers with Effective Commun...Command the Room: Empower Your Team of Product Managers with Effective Commun...
Command the Room: Empower Your Team of Product Managers with Effective Commun...Product School
 
Metrics That Matter: Bridging User Needs and Board Priorities for Business Su...
Metrics That Matter: Bridging User Needs and Board Priorities for Business Su...Metrics That Matter: Bridging User Needs and Board Priorities for Business Su...
Metrics That Matter: Bridging User Needs and Board Priorities for Business Su...Product School
 
Customer-Centric PM: Anticipating Needs Across the Product Life Cycle
Customer-Centric PM: Anticipating Needs Across the Product Life CycleCustomer-Centric PM: Anticipating Needs Across the Product Life Cycle
Customer-Centric PM: Anticipating Needs Across the Product Life CycleProduct School
 
AI in Action The New Age of Intelligent Products and Sales Automation
AI in Action The New Age of Intelligent Products and Sales AutomationAI in Action The New Age of Intelligent Products and Sales Automation
AI in Action The New Age of Intelligent Products and Sales AutomationProduct School
 

Mehr von Product School (20)

Webinar: The Art of Prioritizing Your Product Roadmap by AWS Sr PM - Tech
Webinar: The Art of Prioritizing Your Product Roadmap by AWS Sr PM - TechWebinar: The Art of Prioritizing Your Product Roadmap by AWS Sr PM - Tech
Webinar: The Art of Prioritizing Your Product Roadmap by AWS Sr PM - Tech
 
Harnessing the Power of GenAI for Exceptional Product Outcomes by Booking.com...
Harnessing the Power of GenAI for Exceptional Product Outcomes by Booking.com...Harnessing the Power of GenAI for Exceptional Product Outcomes by Booking.com...
Harnessing the Power of GenAI for Exceptional Product Outcomes by Booking.com...
 
Relationship Counselling: From Disjointed Features to Product-First Thinking ...
Relationship Counselling: From Disjointed Features to Product-First Thinking ...Relationship Counselling: From Disjointed Features to Product-First Thinking ...
Relationship Counselling: From Disjointed Features to Product-First Thinking ...
 
Launching New Products In Companies Where It Matters Most by Product Director...
Launching New Products In Companies Where It Matters Most by Product Director...Launching New Products In Companies Where It Matters Most by Product Director...
Launching New Products In Companies Where It Matters Most by Product Director...
 
Cultivating Entrepreneurial Mindset in Product Management: Strategies for Suc...
Cultivating Entrepreneurial Mindset in Product Management: Strategies for Suc...Cultivating Entrepreneurial Mindset in Product Management: Strategies for Suc...
Cultivating Entrepreneurial Mindset in Product Management: Strategies for Suc...
 
Revolutionizing The Banking Industry: The Monzo Way by CPO, Monzo
Revolutionizing The Banking Industry: The Monzo Way by CPO, MonzoRevolutionizing The Banking Industry: The Monzo Way by CPO, Monzo
Revolutionizing The Banking Industry: The Monzo Way by CPO, Monzo
 
Synergy in Leadership and Product Excellence: A Blueprint for Growth by CPO, ...
Synergy in Leadership and Product Excellence: A Blueprint for Growth by CPO, ...Synergy in Leadership and Product Excellence: A Blueprint for Growth by CPO, ...
Synergy in Leadership and Product Excellence: A Blueprint for Growth by CPO, ...
 
Act Like an Owner, Challenge Like a VC by former CPO, Tripadvisor
Act Like an Owner,  Challenge Like a VC by former CPO, TripadvisorAct Like an Owner,  Challenge Like a VC by former CPO, Tripadvisor
Act Like an Owner, Challenge Like a VC by former CPO, Tripadvisor
 
The Future of Product, by Founder & CEO, Product School
The Future of Product, by Founder & CEO, Product SchoolThe Future of Product, by Founder & CEO, Product School
The Future of Product, by Founder & CEO, Product School
 
Webinar How PMs Use AI to 10X Their Productivity by Product School EiR.pdf
Webinar How PMs Use AI to 10X Their Productivity by Product School EiR.pdfWebinar How PMs Use AI to 10X Their Productivity by Product School EiR.pdf
Webinar How PMs Use AI to 10X Their Productivity by Product School EiR.pdf
 
Webinar: Using GenAI for Increasing Productivity in PM by Amazon PM Leader
Webinar: Using GenAI for Increasing Productivity in PM by Amazon PM LeaderWebinar: Using GenAI for Increasing Productivity in PM by Amazon PM Leader
Webinar: Using GenAI for Increasing Productivity in PM by Amazon PM Leader
 
Unlocking High-Performance Product Teams by former Meta Global PMM
Unlocking High-Performance Product Teams by former Meta Global PMMUnlocking High-Performance Product Teams by former Meta Global PMM
Unlocking High-Performance Product Teams by former Meta Global PMM
 
The Types of TPM Content Roles by Facebook product Leader
The Types of TPM Content Roles by Facebook product LeaderThe Types of TPM Content Roles by Facebook product Leader
The Types of TPM Content Roles by Facebook product Leader
 
Match Is the New Sell in The Digital World by Amazon Product leader
Match Is the New Sell in The Digital World by Amazon Product leaderMatch Is the New Sell in The Digital World by Amazon Product leader
Match Is the New Sell in The Digital World by Amazon Product leader
 
Beyond the Cart: Unleashing AI Wonders with Instacart’s Shopping Revolution
Beyond the Cart: Unleashing AI Wonders with Instacart’s Shopping RevolutionBeyond the Cart: Unleashing AI Wonders with Instacart’s Shopping Revolution
Beyond the Cart: Unleashing AI Wonders with Instacart’s Shopping Revolution
 
Designing Great Products The Power of Design and Leadership
Designing Great Products The Power of Design and LeadershipDesigning Great Products The Power of Design and Leadership
Designing Great Products The Power of Design and Leadership
 
Command the Room: Empower Your Team of Product Managers with Effective Commun...
Command the Room: Empower Your Team of Product Managers with Effective Commun...Command the Room: Empower Your Team of Product Managers with Effective Commun...
Command the Room: Empower Your Team of Product Managers with Effective Commun...
 
Metrics That Matter: Bridging User Needs and Board Priorities for Business Su...
Metrics That Matter: Bridging User Needs and Board Priorities for Business Su...Metrics That Matter: Bridging User Needs and Board Priorities for Business Su...
Metrics That Matter: Bridging User Needs and Board Priorities for Business Su...
 
Customer-Centric PM: Anticipating Needs Across the Product Life Cycle
Customer-Centric PM: Anticipating Needs Across the Product Life CycleCustomer-Centric PM: Anticipating Needs Across the Product Life Cycle
Customer-Centric PM: Anticipating Needs Across the Product Life Cycle
 
AI in Action The New Age of Intelligent Products and Sales Automation
AI in Action The New Age of Intelligent Products and Sales AutomationAI in Action The New Age of Intelligent Products and Sales Automation
AI in Action The New Age of Intelligent Products and Sales Automation
 

Kürzlich hochgeladen

Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxKatpro Technologies
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?Igalia
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?Antenna Manufacturer Coco
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 

Kürzlich hochgeladen (20)

Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 

How Machine Learning Can Transform The Customer Experience

  • 1. How Machine Learning Can Transform The Customer Experience Evren Korpeoglu, Data Science Aarthi Srinivasan, Product Management /Productschool @ProdSchool /ProductmanagementSV
  • 2. Aarthi Srinivasan - Walmart Labs - 12+ years of combined experience in product management, consulting and engineering - MBA & MS in Computer Science www.productschool.com INTRODUCTIONS Evren Korpeoglu - Walmart Labs Data Scientist - Machine Learning, Big Data, Statistical Modeling & Optimization for powering real-time Experiences - Ph.D. Operations Research
  • 3. What to Expect Today? 3 • What is machine learning ? • Why is it important ? • How do we use it ? • Technical Concepts • Examples
  • 4. What is Machine Learning? 4 1. Science of getting computers to learn or recognize something without being explicitly programmed – Andrew Ng • Branch of Artificial Intelligence which is a branch of Computer Science • Give lots of data to the computer so that it can figure it out • One of the first examples is the computer checkers program by Arthur Samuel * - ref: Andew Ng Courses, Big data: A revolution 2. Distinguish big data & machine learning: Big data is the data seed for creating machine learning forests • Big data collects information based on our digital exhaust (crumbs we leave in the digital world) , demographics, preferences, health etc. • Machine learning will mine this data and model behaviors with interactive responses based based on this data
  • 5. Why do we need this? 5 1. Tons of applications impacting human health, utility and simplification Health & Wellness Utilitarian Futuristic • DNA sampling & diagnosis • Health reminders & prevention through AI tools • Correlation studies • Personalized medicine tablets, diets • Real time optimized path maps • Search Ranking • Spam filter on email • News aggregators • Shopping Recommendation • Facebook face recognition • Age recognition (How-old.net) • Voice recognition – Siri, Alexa • Driverless cars • Home decoration
  • 6. Key Terms 6 • A set of data used to predict relationships. Data and answers for each sample. • E.g. A diamond’s size, cut, color and clarity helps predicts the price. Training Set • Uses training set to make a prediction. • E.g. Model predicts diamond prices based on past prices. Supervised Learning • Provide data without suggesting anything so computer can identify patterns or groupings. • E.g. Customer segmentation, DNA groupings. Unsupervised Learning • Each distinct measurable data value you select in the training data set. • E.g. A diamonds’ size is one of the feature’s for predicting price. Features/ Variables / Attributes • Using the features provided in the training set make a prediction. Fit a curve using the data provided. • E.g. Price of diamond = X*Cut + Y*Clarity + Z*Size + other features… Supervised: Regression • A defined set of categories that can be labeled for placing new observations. • E.g. Presence of absence of cancer; Types of diabetes Supervised: Classification • Process of assigning observations into subsets. • E.g. Customer segment creations Unsupervised: Clustering
  • 7. Learning Steps 7 Collect / Update User Data 1 Create / Update Training Set data 2 Create / Update algorithm for training data Update Algorithm Validate Algorithm 3 Create predictive model 4 New real-time observations A/B Test & Launch on production 5
  • 8. Data Wrangling and Feature Extraction 8 Spam Email Detection Title Sender Domain # of Recipients Email content Country of Origin Non- dictionary Words Hyperlinks Address Book Length of email • Structured Data (Best) – RDBMS, columnar data – Strict Schema – SQL • Semi-Structured Data (Better) – JSON, XML – Enforce minimum schema – JSON, XML Parser • Unstructured Data – Text, Image, Raw email – No Schema – Batch processing – Regular expressions – Map Reduce GARBAGE IN GARBAGE OUT
  • 9. Model Training 9 Feature Extraction (Feature vector) New Text documents User Activity Images Transaction history Feature Extraction (Feature vector) Labels Machine Learning Algorithm Training / Testing Text documents User Activity Images Transaction history Predictive Model Expected Label Model Evaluation
  • 10. Supervised learning techniques 10 • Linear classifier (numerical functions) • Parametric (Probabilistic functions) – Naïve Bayes, Hidden Markov models (HMM), Probabilistic graphical models • Non-parametric (Instance-based functions) – K-nearest neighbors • Non-metric (Symbolic functions) – Classification and regression tree (CART) • Aggregation – Bagging (bootstrap + aggregation), Adaboost, Random forest, Ensemble models
  • 11. Linear Classifiers 11 • Logistic regression – ) – w with minimum loss – Solve iteratively using gradient descent • Support vector machine (SVM) – Maximum margin classifier • Artificial Neural Networks – Inspired from how neurons work – Activation function (Sigmoid, ReLU etc.) – Deep Learning
  • 12. KNN / CART 12 • K-Nearest Neighbors – Find K nearest training examples – Majority vote – Easy to implement – Not scalable for real time predictions • Classification and Regression Trees – Easy to interpret for small trees • Random Forests – Ensemble of decision trees – Usually performs very good
  • 13. Unsupervised Learning 13 • Clustering – K-means clustering – Spectral clustering • Dimensionality reduction – Principal component analysis (PCA) – Factor analysis • Product Recommendations – Collaborative Filtering • Association Rules – Market Basket Analysis
  • 14. Model Evaluation 14 • Measure model performance • Optimize model to improve prediction quality – Feature selection – Hyperparameter tuning • A/B Testing • Explore/Exploit • http://en.wikipedia.org/wiki/Precision_and_recall
  • 15. Sample Architecture 15 -HADOOP - SPARK PREDICTION ENGINE REAL TIME DATA SQL / NO SQL Data Base CLIENT MACHINE LEARNING SYSTEM
  • 16. Health & Wellness Sen.se Mother (iOT) 16
  • 17. Amazon Echo & Personalization 17
  • 18. Houzz Visual Match Deep Learning 18
  • 20. Sample E-Commerce Applications 20 1. Segment customers (E.g. Millennial college grads, Moms, New Dads, etc.) 1. Personalize experiences for segments (Moms will see unique customer layouts and promotional items compared to dads or teens who love video games) 1. Personalize marketing e-mail and even timing of e-mail delivery 1. Trigger experiences based on customer information or local events (e.g. shipping preferences, Events like birthdays or concerts) 1. Create a personalized basket based on previous purchases or life stage 2. Use BOTs to provide relevant information to users 1. Augmented reality - Provide personalized information for sale items
  • 23. Sample Personalization Highlights Testing Results with test (2MM – 7MM pop) POV Personalized vs. No personalization Personalized POV increased conversion by x%. POV White listed personalization vs. Full automation Desktop conversion increased by x%. Layered POV vs. Static POV Conversion increased by x%, PVR increased by x%, Bounce reduced by x%. Personalized carousels on the home page Increased conversion on Desktop users by x% Personalized DTC vs. Curated Mother’s day carousel CTR increased by x%.
  • 24. Upcoming Courses Silicon Valley October Cohort Weeknights: October 18th Weekends: October 15th Apply At www.productschool.com www.productschool.com
  • 25. www.productschool.com Upcoming Workshops Rsvp On Eventbrite Sept 28: Product Management Course - Info Session Oct 5: From Building Products To Managing Them Oct 12: Risk Management while creating great products: Why no one really cares and what happens because of that Oct 19: Product Management Happy Hour

Hinweis der Redaktion

  1. Let me start today’s session with a question from a scientist Ricardo Santini “What is the amount of information (atoms) stored in a little baby?” It is like filling 2000 titanics with flash drives. Given that each human has 3 Billion DNA sequences (about 262,000 pages if we print it page by page), we can visualize the opportunity to use this data to personalize every detail to match taste of the user including the opportunity for personalized medicines Bina technologies is one of the companies doing this which got acquired by Roche For those who are familiar with mindfulness and meditation techniques which appears to be far from science, the basic essence is teaching the user to experience this constantly changing atoms in the human body with focus. I am sure if I continue on this topic you are going to ask for your money back so lets get back to Machine learning. Assume that we are delivering this presentation using mixed reality where the pace, tone and content adjusts automatically to your brain’s response to the content. How cool with that be? With that lets get to introductions
  2. Evren is a data scientist with experience on machine learning, big data, statistical modeling and optimization. Currently at Walmart Labs, he is focused on developing cutting-edge machine learning algorithms that positively impact business results. He has architected a  highly scalable real time platform to personalize the omni-channel customer experience. Prior to this role, he was at HP Labs working on designing procurement auction algorithms and stochastic optimization models. He enjoys using latest technology to solve business-critical problems and develop next generation intelligent systems. He holds a Ph.D. in Operations Research from Bilkent University, Turkey. I enjoy building dynamic teams to launch interesting products. At Walmart Labs, I am focused on creating a personalized experience for key customer segments across front end digital touch points. Prior to that I was with Financial Engines where her teams launched the award winning Social Security and Income Planning solutions that eventually resulted in their CEO being invited to the white house. I was also a product manager at Intuit with a focus on behavioral science for customer conversion initiatives and has worked in enterprise applications in her earlier years. On the academic front, she holds an MBA from Wharton, MS in Computer Science from Stony Brook University and BS from Madras University. I enjoy motivating teams to combine voice of the customer, data analytics and lean testing to manage a portfolio of products.
  3. Today we will cover the topic of Machine learning. Evren will get into how the magic happens with engineering.
  4. Probability of winning board vs. loosing board is calculated 1 What is ML Branch of computer science and AI Lots of data to a computer so they can figure it out 2. It is important to distinguish between big data and machine learning. You need lots of seed data for creating a machine learning algorithm or related algorithms e.g. DNA data We can get this data from just who we are – demographics, psychographics, digital exhaust, our health records, education and the list keeps going. Ok so what – you collect this data and then ML will mine this data, find patterns and model behavior with interactive responses. 1. Amazon’s Dash and 23 &me collect a ton of data about their users which they can put to use for predictions with machine learning. Pillo is the in house health robot Now that we know what it is, let us look at why it is important
  5. Health & Wellness applications: DNA sampling Pillo the robot which reminds you to take the tablets Data correlated to diseases Personalized medicines that are based on our genes or microbiomes present in our body. Utilitarian: Google maps (How many of you used maps to get here?) Search ranking algorithm Futuristic: -
  6. Training set: Data and answers for each row e.g. Diamond prices are determined by its cut, clarity, color and size. Supervised Learning: Uses a training set to make the prediction for a new observation. For example, you give a new diamond’s cut clarity and size to the model and it will predict a price based on the other past training samples you have provided. Unsupervised Learning: Provide data without suggesting anything so computer can identify patterns or groupings. Next, lets talk about the high level steps in Machine learning.
  7. Steps 1 and 2 is all about data collection and creating a training set 3 & 4 are the crux which is the secret recipe or algorithm that will be built for the training data, validated and used for predicting results on observations. Finally A/B test this on production and update models with real time data Evren will share the magic behind these circles now.
  8. Thank you Evren – That was amazing and now you have made us product managers dangerous enough to talk technical with our engineering partners!! Lets take some examples. Mother is an IoT device that has wireless sensors to attach to pillows, pill boxes, doors, water consumption to collect data. Then you observe the data to find standard patterns of sleep, pill intake, activities at your door and water consumption to name a few. It is kind of like big brother watching but you can decide where you want these sensors. This is always the delicate balance so you don’t lose the humanity aspects in Machine learning. The example in Mother monitors kids home work or brushing teeth which was a bit too much for my balance. If the algorithm learns enough about you based on your data and notices anomalies it will notify you.
  9. Amazon is a pioneer for using machine learning in making the right recommendations for you. It has smartly invested in devices such as dash and echo that are wired to learn more about you. When you think about tide dash, the laundry equipment manufacturer eventually embed the dash like device so it automatically detects how many loads you have completed and reorder your detergent for you. Some manufacturers have started hiring for this type of role. Echo’s voice recognition Alexa is constantly capturing your questions, scheduled and preferences such as music. The most common use case in e-commerce companies is the Recommendation module which has carousels of relevant items. Based on your features such as: customer segment, previous clicks, current session data, order history or even browser used, gender, demographics and psychographic data the algorithm predicts which carousel and items to show you. A-mazon is also constantly testing the layout of the page based on information about the user. They do all these tests with Machine learning to determine which layout and carousels impact the e-commerce business metrics such as product view rate (PVR) and conversion positively.
  10. Upload a dream photo on Houzz Houzz will find suitable products that are similar to the ones in your picture from the inventory ------ Data set where it analyzes your ideal lamp and compares other lamps to your lamp to find the best possible match
  11. We are also testing on Wal-Mart and even simple tests prove that personalization is moving the needle positively for us. So a sample test journey would be is to go from a fully curated non-personalized page to a semi-personalized page to a completely personalized page that even changes layout and context based on the user. At every step of the way we should have a highly controlled test. We ran a test where this asset on the page was static and compared it with a personalized assets that were dynamic based on location (E.g. winter clothes in North east vs. California) Next we started testing different type of assets to personalize with products inside. Obviously we are also doing recommendation algorithms just like other e-commerce players.
  12. Segment customers (E.g. Millennial college grads, Moms, New Dads, etc.) Personalize experiences for segments (Moms will see unique customer layouts and promotional items compared to dads or teens who love video games) Personalize marketing e-mail and even timing of e-mail delivery Trigger experiences based on customer information or local events (e.g. shipping preferences, Events like birthdays or concerts) Create a personalized basket based on previous purchases or life stage Use BOTs to provide relevant information to users Augmented reality - Provide personalized information for sale items