SlideShare a Scribd company logo
www.productschool.com
How to Apply Machine Learning by
Lyft Senior Product Manager
Join 35,000+Product
Managers on
Free Resources
Discover great job
opportunities
Job Portal
prdct.school/PSJobPortalprdct.school/events-slack
C O U R S E S
Product
Management
Learn the skills you need to land
a Product Manager job
C O U R S E S
Coding
for Managers
Build a website and gain the
technical knowledge to lead
software engineers
C O U R S E S
Data Analytics
for Managers
Learn the skills to understand web
analytics, SQL and machine learning
concepts
C O U R S E S
Learn how to acquire more users
and convert them into clients
Digital Marketing
for Managers
C O U R S E S
UX Design
for Managers
Gain a deeper understanding of your
users and deliver an exceptional end-to-
end experience
C O U R S E S
For experienced Product Managers
looking to gain strategic skills needed
for top leadership roles
Product
Leadership
C O U R S E S
Corporate
Training
Level up your team’s Product
Management skills
Jimmy Young
T O N I G H T ’ S S P E A K E R
hello!
I am Jimmy Young
You can reach me at jimmy@jimyou.com
11
1.
About me
How did I get here?
12
2.
About This Talk
What are we covering?
13
Why?
1. Almost all mid-stage companies, and some early stage can utilize
Machine learning to great effect.
2. Buzz term, a lot of great content, not much focused to PMs
Useful when even <10% better means $$$$$
14
Who this is/isn’t for
✘ People who want to create their own ML system themselves
1. You are/want to be a product manager.
2. You will work with research/data scientists and engineers.
My goal is to get you excited to learn more.
15
3.
Introduction
What is ML?
16
What is ML?
“algorithms and statistical models that computer systems use to
effectively perform a specific task without using explicit instructions,
relying on patterns and inference instead”
-Wikipedia
17
Classification
Give a label to something.
“Is this a hot dog or not a hot dog?”
“Is this user fraudulent?”
“Will it rain tomorrow?”
18
19
Forecasting/estimation
Forecast a number in a sequence
Predict a given quantity
“What will sales be next month?”
“How many refunds will be sent?”
20
21
Optimization
Generate something given
constraints
“What is the shortest route?” (GPS)
“What is the route with the lowest
cost” (UPS)
“Which passengers should I match
together?” (Lyft)
22
23
Ranking/Recommendations
Sort a list of items by some metric
“Which three items is this user most
likely to buy?” (Recommendations)
“Sort all web pages by most
relevant” (Search engine)
24
25
4.
Anatomy of ML
26
27
Model
E.g. Types of models:
● Neural Nets
● Decision Tree
● Gradient boosting
● Linear programming
● Naive Bayes
● K-means
Inputs
Aka
“Features”
Output
E.g.
● Score
● Prediction
● Classification
● Result
5.
What do PMs do?
28
Here’s where you add value
Product Managers do 3 things
Identify
Opportunity
Define
the problem
and target
Guide
The solution
& the team
29
1. Identify
Identify the opportunity where ML can have business impact.
● Areas where a small improvement has large impact
○ (generally steps/features closest to conversion/price/cost)
● Problems that are easily solveable with simple ML
● Areas that have a work-around or temporary solution
30
“People worry that computers will
get too smart and take over the
world, but the real problem is
that they're too stupid and
they've already taken over the
world. - Pedro Domingos
31
Clue #1: Look for stupid but essential
If you see a part of business process/logic or
code that has a large list of if/else statements
or rule-based logic (heuristics).
32
Problem:
Suppose you’re a PM at a forum
Should I delete this comment due to spam?
e.g.
● If the user is new AND
● Comment contains A URL AND
● URL is not top 100 url list AND
● another user already marked it as spam
33
Clue #2: Probably not a problem that is
completely new
Generally a poor idea for v1 to be ML-based
Launch a heuristic first.
E.g. Youtube -> “Other videos by this artist”
Twitch -> “recently watched channels”
34
2. Define
Define the problem & optimization criteria for your team.
Product managers have the most context of the product strategy, and
the broader business. Help define the problem for scientists and
engineers.
35
Clue: Set the right target
E.g. Youtube recommendations:
● Optimize for?
○ What you’re most likely to click next?
■ Skew towards better cover art?
○ What you’re most likely to click and watch for 5 mins?
■ Might not watch for a long time?
○ What gives the longest minutes-watched?
36
3. Guide
Brainstorm features (inputs) and measure the outputs.
E.g. Youtube recommendations:
● My subscribed channels
● Other channels people watched
● What i’ve watched recently
● Language
● Referrer source (i.e. reddit? organic?)
● topic
37
38
Model
E.g. Types of models:
● Neural Nets
● Decision Tree
● Gradient boosting
● Linear programming
● Naive Bayes
● K-means
Inputs
Aka
“Features”
Output
E.g.
● Score
● Prediction
● Classification
● Result
PM should worry about the inputs and outputs
only. Assume everything in the middle is a
blackbox.
39
1. “Accuracy” itself is a poor metric
I have a piece of software that can predict the
whether it will rain in SF with 82% accuracy
40
82% accurate piece of software
Will it rain?
Answer: No, it won’t rain.
Use a simple rule (like this) as a baseline for your model.
41
2. Model evaluation metrics
Classification: Precision & Recall, ROC
● True positive, true negative, false positive, false negative
Forecasting: MAE & MSE
42
What do PMs do - concretely
1. Outline the opportunity
2. Define the optimization/success metric
3. Brainstorm features (inputs)
4. Define how the output is used Bonus: Bad technical results need great product work-arounds
5. Define some good baselines
43
6.
Examples
44
Replacing cash bail
Courts in california have
defendents pay cash bail. The
money is returned if the defendent.
If you don’t post bail, you wait in jail.
45
Product Managers do 3 things
Identify
Opportunity
Define
the problem
and target
Guide
The solution
& the team
46
1. Identify
Identify the opportunity where ML can have impact.
47
2. Define
Define the problem & optimization criteria for your team.
48
3. Guide
Brainstorm features (inputs) to the models/algorithm
49
Replacing cash bail
Courts in california have
defendents pay cash bail. The
money is returned if the defendent.
If you don’t post bail, you wait in jail.
50
Automating disputes
Imagine you’re ordering food
delivery.
In a significant amount of cases,
users are complaining items are
missing.
Today: Support agents discretion
Goal: Reduce support agent cost
51
1. Identify
Identify the opportunity where ML can have impact.
52
2. Define
Define the problem & optimization criteria for your team.
53
3. Guide
Brainstorm features (inputs) to the models/algorithm
54
7.
Closing Notes
55
Technical difficulty
56
Easy Hard
High amounts of data
(bytes) & high
accuracy bar
Low amounts of data
(bytes), and low
accuracy bar
PM’s help reduce the accuracy bar
57
Generally Hard - cutting edge research
58
thanks!
Any questions?
You can find me at
jimmy@jimyou.com
59
www.productschool.com
Part-time Product Management, Coding, Data Analytics, Digital
Marketing, UX Design, Product Leadership courses and
Corporate Training

More Related Content

What's hot

Product Makers and Their Experiences
Product Makers and Their ExperiencesProduct Makers and Their Experiences
Product Makers and Their Experiences
Product School
 
How to Crack the Product Manager Interview by fmr Facebook PM
How to Crack the Product Manager Interview by fmr Facebook PMHow to Crack the Product Manager Interview by fmr Facebook PM
How to Crack the Product Manager Interview by fmr Facebook PM
Product School
 
Customer Research & Managing API Based Products w/ Navis & PayPal
Customer Research & Managing API Based Products w/ Navis & PayPalCustomer Research & Managing API Based Products w/ Navis & PayPal
Customer Research & Managing API Based Products w/ Navis & PayPal
Product School
 
Webinar: How to be Data Driven with Product by Carbon Five Sr PM
Webinar: How to be Data Driven with Product by Carbon Five Sr PMWebinar: How to be Data Driven with Product by Carbon Five Sr PM
Webinar: How to be Data Driven with Product by Carbon Five Sr PM
Product School
 
How to Become a Successful Non-Tech PM by Spaceship PM
How to Become a Successful Non-Tech PM by Spaceship PMHow to Become a Successful Non-Tech PM by Spaceship PM
How to Become a Successful Non-Tech PM by Spaceship PM
Product School
 
An Introduction to Design Thinking with Sprint 52 Co-Founder
An Introduction to Design Thinking with Sprint 52 Co-FounderAn Introduction to Design Thinking with Sprint 52 Co-Founder
An Introduction to Design Thinking with Sprint 52 Co-Founder
Product School
 
How to PM in a Big Company vs a Startup by TripAdvisor Sr PM
How to PM in a Big Company vs a Startup by TripAdvisor Sr PMHow to PM in a Big Company vs a Startup by TripAdvisor Sr PM
How to PM in a Big Company vs a Startup by TripAdvisor Sr PM
Product School
 
PM and Cross-Functional Teams by Gov Digital Service Prod Mgr
PM and Cross-Functional Teams by Gov Digital Service Prod MgrPM and Cross-Functional Teams by Gov Digital Service Prod Mgr
PM and Cross-Functional Teams by Gov Digital Service Prod Mgr
Product School
 
Product Development in 10 Steps by former Facebook PM
Product Development in 10 Steps by former Facebook PMProduct Development in 10 Steps by former Facebook PM
Product Development in 10 Steps by former Facebook PM
Product School
 
How to Increase Your Product Sense by ServiceNow Senior PM
How to Increase Your Product Sense by ServiceNow Senior PMHow to Increase Your Product Sense by ServiceNow Senior PM
How to Increase Your Product Sense by ServiceNow Senior PM
Product School
 
Lean and Mean: Building the Roadmap Machine by Expedia Group PM
Lean and Mean: Building the Roadmap Machine by Expedia Group PMLean and Mean: Building the Roadmap Machine by Expedia Group PM
Lean and Mean: Building the Roadmap Machine by Expedia Group PM
Product School
 
How Being an Intraprenuer Helps Your PM Career by Oracle PM Dir
How Being an Intraprenuer Helps Your PM Career by Oracle PM DirHow Being an Intraprenuer Helps Your PM Career by Oracle PM Dir
How Being an Intraprenuer Helps Your PM Career by Oracle PM Dir
Product School
 
How to Turn Machine Learning Into Products by Capital One PM
How to Turn Machine Learning Into Products by Capital One PMHow to Turn Machine Learning Into Products by Capital One PM
How to Turn Machine Learning Into Products by Capital One PM
Product School
 
Product Internationalization Strategies by Amazon Alexa Sr PM
Product Internationalization Strategies by Amazon Alexa Sr PMProduct Internationalization Strategies by Amazon Alexa Sr PM
Product Internationalization Strategies by Amazon Alexa Sr PM
Product School
 
How to Be an Impactful Product Manager by Uber Product Manager
How to Be an Impactful Product Manager by Uber Product ManagerHow to Be an Impactful Product Manager by Uber Product Manager
How to Be an Impactful Product Manager by Uber Product Manager
Product School
 
Data Informed Product Management by Eventbrite Sr PM
Data Informed Product Management by Eventbrite Sr PMData Informed Product Management by Eventbrite Sr PM
Data Informed Product Management by Eventbrite Sr PM
Product School
 
How to Achieve a Better Product Culture by Pinn VP of Platform
How to Achieve a Better Product Culture by Pinn VP of PlatformHow to Achieve a Better Product Culture by Pinn VP of Platform
How to Achieve a Better Product Culture by Pinn VP of Platform
Product School
 
How to Create a Robust Business Case by Splunk Product Director
How to Create a Robust Business Case by Splunk Product DirectorHow to Create a Robust Business Case by Splunk Product Director
How to Create a Robust Business Case by Splunk Product Director
Product School
 
How to Think Product Analytics in PM Interviews by Amazon Sr PM
How to Think Product Analytics in PM Interviews by Amazon Sr PMHow to Think Product Analytics in PM Interviews by Amazon Sr PM
How to Think Product Analytics in PM Interviews by Amazon Sr PM
Product School
 
Translating Ideas Into Requirements by CNN Senior PM
Translating Ideas Into Requirements by CNN Senior PMTranslating Ideas Into Requirements by CNN Senior PM
Translating Ideas Into Requirements by CNN Senior PM
Product School
 

What's hot (20)

Product Makers and Their Experiences
Product Makers and Their ExperiencesProduct Makers and Their Experiences
Product Makers and Their Experiences
 
How to Crack the Product Manager Interview by fmr Facebook PM
How to Crack the Product Manager Interview by fmr Facebook PMHow to Crack the Product Manager Interview by fmr Facebook PM
How to Crack the Product Manager Interview by fmr Facebook PM
 
Customer Research & Managing API Based Products w/ Navis & PayPal
Customer Research & Managing API Based Products w/ Navis & PayPalCustomer Research & Managing API Based Products w/ Navis & PayPal
Customer Research & Managing API Based Products w/ Navis & PayPal
 
Webinar: How to be Data Driven with Product by Carbon Five Sr PM
Webinar: How to be Data Driven with Product by Carbon Five Sr PMWebinar: How to be Data Driven with Product by Carbon Five Sr PM
Webinar: How to be Data Driven with Product by Carbon Five Sr PM
 
How to Become a Successful Non-Tech PM by Spaceship PM
How to Become a Successful Non-Tech PM by Spaceship PMHow to Become a Successful Non-Tech PM by Spaceship PM
How to Become a Successful Non-Tech PM by Spaceship PM
 
An Introduction to Design Thinking with Sprint 52 Co-Founder
An Introduction to Design Thinking with Sprint 52 Co-FounderAn Introduction to Design Thinking with Sprint 52 Co-Founder
An Introduction to Design Thinking with Sprint 52 Co-Founder
 
How to PM in a Big Company vs a Startup by TripAdvisor Sr PM
How to PM in a Big Company vs a Startup by TripAdvisor Sr PMHow to PM in a Big Company vs a Startup by TripAdvisor Sr PM
How to PM in a Big Company vs a Startup by TripAdvisor Sr PM
 
PM and Cross-Functional Teams by Gov Digital Service Prod Mgr
PM and Cross-Functional Teams by Gov Digital Service Prod MgrPM and Cross-Functional Teams by Gov Digital Service Prod Mgr
PM and Cross-Functional Teams by Gov Digital Service Prod Mgr
 
Product Development in 10 Steps by former Facebook PM
Product Development in 10 Steps by former Facebook PMProduct Development in 10 Steps by former Facebook PM
Product Development in 10 Steps by former Facebook PM
 
How to Increase Your Product Sense by ServiceNow Senior PM
How to Increase Your Product Sense by ServiceNow Senior PMHow to Increase Your Product Sense by ServiceNow Senior PM
How to Increase Your Product Sense by ServiceNow Senior PM
 
Lean and Mean: Building the Roadmap Machine by Expedia Group PM
Lean and Mean: Building the Roadmap Machine by Expedia Group PMLean and Mean: Building the Roadmap Machine by Expedia Group PM
Lean and Mean: Building the Roadmap Machine by Expedia Group PM
 
How Being an Intraprenuer Helps Your PM Career by Oracle PM Dir
How Being an Intraprenuer Helps Your PM Career by Oracle PM DirHow Being an Intraprenuer Helps Your PM Career by Oracle PM Dir
How Being an Intraprenuer Helps Your PM Career by Oracle PM Dir
 
How to Turn Machine Learning Into Products by Capital One PM
How to Turn Machine Learning Into Products by Capital One PMHow to Turn Machine Learning Into Products by Capital One PM
How to Turn Machine Learning Into Products by Capital One PM
 
Product Internationalization Strategies by Amazon Alexa Sr PM
Product Internationalization Strategies by Amazon Alexa Sr PMProduct Internationalization Strategies by Amazon Alexa Sr PM
Product Internationalization Strategies by Amazon Alexa Sr PM
 
How to Be an Impactful Product Manager by Uber Product Manager
How to Be an Impactful Product Manager by Uber Product ManagerHow to Be an Impactful Product Manager by Uber Product Manager
How to Be an Impactful Product Manager by Uber Product Manager
 
Data Informed Product Management by Eventbrite Sr PM
Data Informed Product Management by Eventbrite Sr PMData Informed Product Management by Eventbrite Sr PM
Data Informed Product Management by Eventbrite Sr PM
 
How to Achieve a Better Product Culture by Pinn VP of Platform
How to Achieve a Better Product Culture by Pinn VP of PlatformHow to Achieve a Better Product Culture by Pinn VP of Platform
How to Achieve a Better Product Culture by Pinn VP of Platform
 
How to Create a Robust Business Case by Splunk Product Director
How to Create a Robust Business Case by Splunk Product DirectorHow to Create a Robust Business Case by Splunk Product Director
How to Create a Robust Business Case by Splunk Product Director
 
How to Think Product Analytics in PM Interviews by Amazon Sr PM
How to Think Product Analytics in PM Interviews by Amazon Sr PMHow to Think Product Analytics in PM Interviews by Amazon Sr PM
How to Think Product Analytics in PM Interviews by Amazon Sr PM
 
Translating Ideas Into Requirements by CNN Senior PM
Translating Ideas Into Requirements by CNN Senior PMTranslating Ideas Into Requirements by CNN Senior PM
Translating Ideas Into Requirements by CNN Senior PM
 

Similar to How to Apply Machine Learning by Lyft Senior Product Manager

Building Scalable ML Products by TripAdvisor PM & Data Scientist
Building Scalable ML Products by TripAdvisor PM & Data ScientistBuilding Scalable ML Products by TripAdvisor PM & Data Scientist
Building Scalable ML Products by TripAdvisor PM & Data Scientist
Product School
 
How to Master Product Management Case Studies by fmr Groupon PM
How to Master Product Management Case Studies by fmr Groupon PMHow to Master Product Management Case Studies by fmr Groupon PM
How to Master Product Management Case Studies by fmr Groupon PM
Product School
 
Udacity webinar on Recommendation Systems
Udacity webinar on Recommendation SystemsUdacity webinar on Recommendation Systems
Udacity webinar on Recommendation Systems
Axel de Romblay
 
[UPDATE] Udacity webinar on Recommendation Systems
[UPDATE] Udacity webinar on Recommendation Systems[UPDATE] Udacity webinar on Recommendation Systems
[UPDATE] Udacity webinar on Recommendation Systems
Axel de Romblay
 
Нікіта Галкін “Technical backlog: інструкція до застосування” Kyiv Project Ma...
Нікіта Галкін “Technical backlog: інструкція до застосування” Kyiv Project Ma...Нікіта Галкін “Technical backlog: інструкція до застосування” Kyiv Project Ma...
Нікіта Галкін “Technical backlog: інструкція до застосування” Kyiv Project Ma...
Lviv Startup Club
 
HR Analytics: Using Machine Learning to Predict Employee Turnover - Matt Danc...
HR Analytics: Using Machine Learning to Predict Employee Turnover - Matt Danc...HR Analytics: Using Machine Learning to Predict Employee Turnover - Matt Danc...
HR Analytics: Using Machine Learning to Predict Employee Turnover - Matt Danc...
Sri Ambati
 
What are the Assumptions About Data Products by Hiya.com Lead PM
What are the Assumptions About Data Products by Hiya.com Lead PMWhat are the Assumptions About Data Products by Hiya.com Lead PM
What are the Assumptions About Data Products by Hiya.com Lead PM
Product School
 
2024-02-24_Session 1 - PMLE_UPDATED.pptx
2024-02-24_Session 1 - PMLE_UPDATED.pptx2024-02-24_Session 1 - PMLE_UPDATED.pptx
2024-02-24_Session 1 - PMLE_UPDATED.pptx
gdgsurrey
 
How to Ace the Product Management Interview by former Uber PM
How to Ace the Product Management Interview by former Uber PMHow to Ace the Product Management Interview by former Uber PM
How to Ace the Product Management Interview by former Uber PM
Product School
 
AI-900 - Fundamental Principles of ML.pptx
AI-900 - Fundamental Principles of ML.pptxAI-900 - Fundamental Principles of ML.pptx
AI-900 - Fundamental Principles of ML.pptx
kprasad8
 
AI Talks Live - ML.NET and NLP (with ONNX)
AI Talks Live - ML.NET and NLP (with ONNX)AI Talks Live - ML.NET and NLP (with ONNX)
AI Talks Live - ML.NET and NLP (with ONNX)
Mauro Bennici
 
DMO Advanced 2022: 30 Tips for Better Performing Content
DMO Advanced 2022: 30 Tips for Better Performing ContentDMO Advanced 2022: 30 Tips for Better Performing Content
DMO Advanced 2022: 30 Tips for Better Performing Content
JustinCoons1
 
AI Orange Belt - Session 3
AI Orange Belt - Session 3AI Orange Belt - Session 3
AI Orange Belt - Session 3
AI Black Belt
 
Why it's time to rethink your approach to Enterprise Architecture
Why it's time to rethink your approach to Enterprise ArchitectureWhy it's time to rethink your approach to Enterprise Architecture
Why it's time to rethink your approach to Enterprise Architecture
LeanIX GmbH
 
Ai in finance
Ai in financeAi in finance
Ai in finance
QuantUniversity
 
Managing machine learning
Managing machine learningManaging machine learning
Managing machine learning
David Murgatroyd
 
Digital analytics lecture1
Digital analytics lecture1Digital analytics lecture1
Digital analytics lecture1
Joni Salminen
 
[Webinar] Heat Mapping and Turning User Metrics into Actionable CRO Data
[Webinar] Heat Mapping and Turning User Metrics into Actionable CRO Data[Webinar] Heat Mapping and Turning User Metrics into Actionable CRO Data
[Webinar] Heat Mapping and Turning User Metrics into Actionable CRO Data
97th Floor
 
Limits of Machine Learning
Limits of Machine LearningLimits of Machine Learning
Limits of Machine Learning
Alexey Grigorev
 
Lead AI incubations as a Product manager
Lead AI incubations as a Product manager Lead AI incubations as a Product manager
Lead AI incubations as a Product manager
Debapriya Basu
 

Similar to How to Apply Machine Learning by Lyft Senior Product Manager (20)

Building Scalable ML Products by TripAdvisor PM & Data Scientist
Building Scalable ML Products by TripAdvisor PM & Data ScientistBuilding Scalable ML Products by TripAdvisor PM & Data Scientist
Building Scalable ML Products by TripAdvisor PM & Data Scientist
 
How to Master Product Management Case Studies by fmr Groupon PM
How to Master Product Management Case Studies by fmr Groupon PMHow to Master Product Management Case Studies by fmr Groupon PM
How to Master Product Management Case Studies by fmr Groupon PM
 
Udacity webinar on Recommendation Systems
Udacity webinar on Recommendation SystemsUdacity webinar on Recommendation Systems
Udacity webinar on Recommendation Systems
 
[UPDATE] Udacity webinar on Recommendation Systems
[UPDATE] Udacity webinar on Recommendation Systems[UPDATE] Udacity webinar on Recommendation Systems
[UPDATE] Udacity webinar on Recommendation Systems
 
Нікіта Галкін “Technical backlog: інструкція до застосування” Kyiv Project Ma...
Нікіта Галкін “Technical backlog: інструкція до застосування” Kyiv Project Ma...Нікіта Галкін “Technical backlog: інструкція до застосування” Kyiv Project Ma...
Нікіта Галкін “Technical backlog: інструкція до застосування” Kyiv Project Ma...
 
HR Analytics: Using Machine Learning to Predict Employee Turnover - Matt Danc...
HR Analytics: Using Machine Learning to Predict Employee Turnover - Matt Danc...HR Analytics: Using Machine Learning to Predict Employee Turnover - Matt Danc...
HR Analytics: Using Machine Learning to Predict Employee Turnover - Matt Danc...
 
What are the Assumptions About Data Products by Hiya.com Lead PM
What are the Assumptions About Data Products by Hiya.com Lead PMWhat are the Assumptions About Data Products by Hiya.com Lead PM
What are the Assumptions About Data Products by Hiya.com Lead PM
 
2024-02-24_Session 1 - PMLE_UPDATED.pptx
2024-02-24_Session 1 - PMLE_UPDATED.pptx2024-02-24_Session 1 - PMLE_UPDATED.pptx
2024-02-24_Session 1 - PMLE_UPDATED.pptx
 
How to Ace the Product Management Interview by former Uber PM
How to Ace the Product Management Interview by former Uber PMHow to Ace the Product Management Interview by former Uber PM
How to Ace the Product Management Interview by former Uber PM
 
AI-900 - Fundamental Principles of ML.pptx
AI-900 - Fundamental Principles of ML.pptxAI-900 - Fundamental Principles of ML.pptx
AI-900 - Fundamental Principles of ML.pptx
 
AI Talks Live - ML.NET and NLP (with ONNX)
AI Talks Live - ML.NET and NLP (with ONNX)AI Talks Live - ML.NET and NLP (with ONNX)
AI Talks Live - ML.NET and NLP (with ONNX)
 
DMO Advanced 2022: 30 Tips for Better Performing Content
DMO Advanced 2022: 30 Tips for Better Performing ContentDMO Advanced 2022: 30 Tips for Better Performing Content
DMO Advanced 2022: 30 Tips for Better Performing Content
 
AI Orange Belt - Session 3
AI Orange Belt - Session 3AI Orange Belt - Session 3
AI Orange Belt - Session 3
 
Why it's time to rethink your approach to Enterprise Architecture
Why it's time to rethink your approach to Enterprise ArchitectureWhy it's time to rethink your approach to Enterprise Architecture
Why it's time to rethink your approach to Enterprise Architecture
 
Ai in finance
Ai in financeAi in finance
Ai in finance
 
Managing machine learning
Managing machine learningManaging machine learning
Managing machine learning
 
Digital analytics lecture1
Digital analytics lecture1Digital analytics lecture1
Digital analytics lecture1
 
[Webinar] Heat Mapping and Turning User Metrics into Actionable CRO Data
[Webinar] Heat Mapping and Turning User Metrics into Actionable CRO Data[Webinar] Heat Mapping and Turning User Metrics into Actionable CRO Data
[Webinar] Heat Mapping and Turning User Metrics into Actionable CRO Data
 
Limits of Machine Learning
Limits of Machine LearningLimits of Machine Learning
Limits of Machine Learning
 
Lead AI incubations as a Product manager
Lead AI incubations as a Product manager Lead AI incubations as a Product manager
Lead AI incubations as a Product manager
 

More from Product School

De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
Product School
 
How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...
Product School
 
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Product School
 
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Product School
 
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
Product School
 
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
Product School
 
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Product School
 
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
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 - Tech
Product 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, Monzo
Product 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, Tripadvisor
Product 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 School
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
Product 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 Leader
Product 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 PMM
Product School
 

More from Product School (20)

De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
 
How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...
 
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
 
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...
 
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
 
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
 
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...
 
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
 
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
 

Recently uploaded

みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
名前 です男
 
AI 101: An Introduction to the Basics and Impact of Artificial Intelligence
AI 101: An Introduction to the Basics and Impact of Artificial IntelligenceAI 101: An Introduction to the Basics and Impact of Artificial Intelligence
AI 101: An Introduction to the Basics and Impact of Artificial Intelligence
IndexBug
 
How to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptxHow to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptx
danishmna97
 
Communications Mining Series - Zero to Hero - Session 1
Communications Mining Series - Zero to Hero - Session 1Communications Mining Series - Zero to Hero - Session 1
Communications Mining Series - Zero to Hero - Session 1
DianaGray10
 
Infrastructure Challenges in Scaling RAG with Custom AI models
Infrastructure Challenges in Scaling RAG with Custom AI modelsInfrastructure Challenges in Scaling RAG with Custom AI models
Infrastructure Challenges in Scaling RAG with Custom AI models
Zilliz
 
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with SlackLet's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
shyamraj55
 
Mariano G Tinti - Decoding SpaceX
Mariano G Tinti - Decoding SpaceXMariano G Tinti - Decoding SpaceX
Mariano G Tinti - Decoding SpaceX
Mariano Tinti
 
HCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAUHCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAU
panagenda
 
Introduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - CybersecurityIntroduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - Cybersecurity
mikeeftimakis1
 
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdfUnlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Malak Abu Hammad
 
Programming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup SlidesProgramming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup Slides
Zilliz
 
UiPath Test Automation using UiPath Test Suite series, part 5
UiPath Test Automation using UiPath Test Suite series, part 5UiPath Test Automation using UiPath Test Suite series, part 5
UiPath Test Automation using UiPath Test Suite series, part 5
DianaGray10
 
Removing Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software FuzzingRemoving Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software Fuzzing
Aftab Hussain
 
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
Neo4j
 
Microsoft - Power Platform_G.Aspiotis.pdf
Microsoft - Power Platform_G.Aspiotis.pdfMicrosoft - Power Platform_G.Aspiotis.pdf
Microsoft - Power Platform_G.Aspiotis.pdf
Uni Systems S.M.S.A.
 
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
Neo4j
 
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
Speck&Tech
 
20240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 202420240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 2024
Matthew Sinclair
 
GraphRAG for Life Science to increase LLM accuracy
GraphRAG for Life Science to increase LLM accuracyGraphRAG for Life Science to increase LLM accuracy
GraphRAG for Life Science to increase LLM accuracy
Tomaz Bratanic
 
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
Edge AI and Vision Alliance
 

Recently uploaded (20)

みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
 
AI 101: An Introduction to the Basics and Impact of Artificial Intelligence
AI 101: An Introduction to the Basics and Impact of Artificial IntelligenceAI 101: An Introduction to the Basics and Impact of Artificial Intelligence
AI 101: An Introduction to the Basics and Impact of Artificial Intelligence
 
How to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptxHow to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptx
 
Communications Mining Series - Zero to Hero - Session 1
Communications Mining Series - Zero to Hero - Session 1Communications Mining Series - Zero to Hero - Session 1
Communications Mining Series - Zero to Hero - Session 1
 
Infrastructure Challenges in Scaling RAG with Custom AI models
Infrastructure Challenges in Scaling RAG with Custom AI modelsInfrastructure Challenges in Scaling RAG with Custom AI models
Infrastructure Challenges in Scaling RAG with Custom AI models
 
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with SlackLet's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
 
Mariano G Tinti - Decoding SpaceX
Mariano G Tinti - Decoding SpaceXMariano G Tinti - Decoding SpaceX
Mariano G Tinti - Decoding SpaceX
 
HCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAUHCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAU
 
Introduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - CybersecurityIntroduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - Cybersecurity
 
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdfUnlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
 
Programming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup SlidesProgramming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup Slides
 
UiPath Test Automation using UiPath Test Suite series, part 5
UiPath Test Automation using UiPath Test Suite series, part 5UiPath Test Automation using UiPath Test Suite series, part 5
UiPath Test Automation using UiPath Test Suite series, part 5
 
Removing Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software FuzzingRemoving Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software Fuzzing
 
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
 
Microsoft - Power Platform_G.Aspiotis.pdf
Microsoft - Power Platform_G.Aspiotis.pdfMicrosoft - Power Platform_G.Aspiotis.pdf
Microsoft - Power Platform_G.Aspiotis.pdf
 
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
 
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
 
20240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 202420240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 2024
 
GraphRAG for Life Science to increase LLM accuracy
GraphRAG for Life Science to increase LLM accuracyGraphRAG for Life Science to increase LLM accuracy
GraphRAG for Life Science to increase LLM accuracy
 
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
 

How to Apply Machine Learning by Lyft Senior Product Manager

  • 1. www.productschool.com How to Apply Machine Learning by Lyft Senior Product Manager
  • 2. Join 35,000+Product Managers on Free Resources Discover great job opportunities Job Portal prdct.school/PSJobPortalprdct.school/events-slack
  • 3. C O U R S E S Product Management Learn the skills you need to land a Product Manager job
  • 4. C O U R S E S Coding for Managers Build a website and gain the technical knowledge to lead software engineers
  • 5. C O U R S E S Data Analytics for Managers Learn the skills to understand web analytics, SQL and machine learning concepts
  • 6. C O U R S E S Learn how to acquire more users and convert them into clients Digital Marketing for Managers
  • 7. C O U R S E S UX Design for Managers Gain a deeper understanding of your users and deliver an exceptional end-to- end experience
  • 8. C O U R S E S For experienced Product Managers looking to gain strategic skills needed for top leadership roles Product Leadership
  • 9. C O U R S E S Corporate Training Level up your team’s Product Management skills
  • 10. Jimmy Young T O N I G H T ’ S S P E A K E R
  • 11. hello! I am Jimmy Young You can reach me at jimmy@jimyou.com 11
  • 12. 1. About me How did I get here? 12
  • 13. 2. About This Talk What are we covering? 13
  • 14. Why? 1. Almost all mid-stage companies, and some early stage can utilize Machine learning to great effect. 2. Buzz term, a lot of great content, not much focused to PMs Useful when even <10% better means $$$$$ 14
  • 15. Who this is/isn’t for ✘ People who want to create their own ML system themselves 1. You are/want to be a product manager. 2. You will work with research/data scientists and engineers. My goal is to get you excited to learn more. 15
  • 17. What is ML? “algorithms and statistical models that computer systems use to effectively perform a specific task without using explicit instructions, relying on patterns and inference instead” -Wikipedia 17
  • 18. Classification Give a label to something. “Is this a hot dog or not a hot dog?” “Is this user fraudulent?” “Will it rain tomorrow?” 18
  • 19. 19
  • 20. Forecasting/estimation Forecast a number in a sequence Predict a given quantity “What will sales be next month?” “How many refunds will be sent?” 20
  • 21. 21
  • 22. Optimization Generate something given constraints “What is the shortest route?” (GPS) “What is the route with the lowest cost” (UPS) “Which passengers should I match together?” (Lyft) 22
  • 23. 23
  • 24. Ranking/Recommendations Sort a list of items by some metric “Which three items is this user most likely to buy?” (Recommendations) “Sort all web pages by most relevant” (Search engine) 24
  • 25. 25
  • 27. 27 Model E.g. Types of models: ● Neural Nets ● Decision Tree ● Gradient boosting ● Linear programming ● Naive Bayes ● K-means Inputs Aka “Features” Output E.g. ● Score ● Prediction ● Classification ● Result
  • 28. 5. What do PMs do? 28 Here’s where you add value
  • 29. Product Managers do 3 things Identify Opportunity Define the problem and target Guide The solution & the team 29
  • 30. 1. Identify Identify the opportunity where ML can have business impact. ● Areas where a small improvement has large impact ○ (generally steps/features closest to conversion/price/cost) ● Problems that are easily solveable with simple ML ● Areas that have a work-around or temporary solution 30
  • 31. “People worry that computers will get too smart and take over the world, but the real problem is that they're too stupid and they've already taken over the world. - Pedro Domingos 31
  • 32. Clue #1: Look for stupid but essential If you see a part of business process/logic or code that has a large list of if/else statements or rule-based logic (heuristics). 32
  • 33. Problem: Suppose you’re a PM at a forum Should I delete this comment due to spam? e.g. ● If the user is new AND ● Comment contains A URL AND ● URL is not top 100 url list AND ● another user already marked it as spam 33
  • 34. Clue #2: Probably not a problem that is completely new Generally a poor idea for v1 to be ML-based Launch a heuristic first. E.g. Youtube -> “Other videos by this artist” Twitch -> “recently watched channels” 34
  • 35. 2. Define Define the problem & optimization criteria for your team. Product managers have the most context of the product strategy, and the broader business. Help define the problem for scientists and engineers. 35
  • 36. Clue: Set the right target E.g. Youtube recommendations: ● Optimize for? ○ What you’re most likely to click next? ■ Skew towards better cover art? ○ What you’re most likely to click and watch for 5 mins? ■ Might not watch for a long time? ○ What gives the longest minutes-watched? 36
  • 37. 3. Guide Brainstorm features (inputs) and measure the outputs. E.g. Youtube recommendations: ● My subscribed channels ● Other channels people watched ● What i’ve watched recently ● Language ● Referrer source (i.e. reddit? organic?) ● topic 37
  • 38. 38 Model E.g. Types of models: ● Neural Nets ● Decision Tree ● Gradient boosting ● Linear programming ● Naive Bayes ● K-means Inputs Aka “Features” Output E.g. ● Score ● Prediction ● Classification ● Result
  • 39. PM should worry about the inputs and outputs only. Assume everything in the middle is a blackbox. 39
  • 40. 1. “Accuracy” itself is a poor metric I have a piece of software that can predict the whether it will rain in SF with 82% accuracy 40
  • 41. 82% accurate piece of software Will it rain? Answer: No, it won’t rain. Use a simple rule (like this) as a baseline for your model. 41
  • 42. 2. Model evaluation metrics Classification: Precision & Recall, ROC ● True positive, true negative, false positive, false negative Forecasting: MAE & MSE 42
  • 43. What do PMs do - concretely 1. Outline the opportunity 2. Define the optimization/success metric 3. Brainstorm features (inputs) 4. Define how the output is used Bonus: Bad technical results need great product work-arounds 5. Define some good baselines 43
  • 45. Replacing cash bail Courts in california have defendents pay cash bail. The money is returned if the defendent. If you don’t post bail, you wait in jail. 45
  • 46. Product Managers do 3 things Identify Opportunity Define the problem and target Guide The solution & the team 46
  • 47. 1. Identify Identify the opportunity where ML can have impact. 47
  • 48. 2. Define Define the problem & optimization criteria for your team. 48
  • 49. 3. Guide Brainstorm features (inputs) to the models/algorithm 49
  • 50. Replacing cash bail Courts in california have defendents pay cash bail. The money is returned if the defendent. If you don’t post bail, you wait in jail. 50
  • 51. Automating disputes Imagine you’re ordering food delivery. In a significant amount of cases, users are complaining items are missing. Today: Support agents discretion Goal: Reduce support agent cost 51
  • 52. 1. Identify Identify the opportunity where ML can have impact. 52
  • 53. 2. Define Define the problem & optimization criteria for your team. 53
  • 54. 3. Guide Brainstorm features (inputs) to the models/algorithm 54
  • 56. Technical difficulty 56 Easy Hard High amounts of data (bytes) & high accuracy bar Low amounts of data (bytes), and low accuracy bar
  • 57. PM’s help reduce the accuracy bar 57
  • 58. Generally Hard - cutting edge research 58
  • 59. thanks! Any questions? You can find me at jimmy@jimyou.com 59
  • 60. www.productschool.com Part-time Product Management, Coding, Data Analytics, Digital Marketing, UX Design, Product Leadership courses and Corporate Training

Editor's Notes

  1. "As you checked in we sent you an email to join our online communities, events, and to apply for product management jobs. As members of the Product School community we'd like to provide you with these resources at your disposal."
  2. Take away: This talk isn’t about how to create ML models, or how to use tensorflow, or create your own naive bayes model. You can fi
  3. Take away: This talk isn’t about how to create ML models, or how to use tensorflow, or create your own naive bayes model. You can fi