SlideShare ist ein Scribd-Unternehmen logo
1 von 60
Downloaden Sie, um offline zu lesen
FOR
Powered by
MACHINE LEARNING
Hello!
Andrew Van Aken
Consultant,
OgilvyOne Worldwide
Laurie Close
Global Brand Partnerships,
OgilvyRED
Michael McCarthy
Senior Consultant,
OgilvyOne Worldwide
What’s the weather like in your city?
Tell us where you’re dialing in from!
Want this deck?
It will be available for download shortly after
the webinar on: slideshare.net/socialogilvy
Ogilvy staff: It’s also on The Market!
themarket.ogilvy.com
Are you on the go? You can join our webinars on mobile, too!
Download the GoToWebinar app from the App Store or Google Play
This Talk
• We will demystify machine learning (ML) and artificial intelligence (AI)
• Why now for ML and AI?
• Ogilvy case studies
What is Machine Learning
Machine learning gives “computers the ability to learn without being
explicitly programmed.”
-Arthur Samuel, 1959
Any Type of Data
Machine Learning Concept
• Machine learning takes an input
• to an output: David Ogilvy
How does it do it?
x1 x2 x3 y
23 146 1 91
x1 x2 x3 y
23 146 68 163
Another David Ogilvy
Panda or Gibbon?
Soccer/Football Example
Visitor Goals
Score
Visitor Goals
Allowed
Home Goals
Scored
Home Goals
Allowed
Outcome
2 3 1 4 0
3 3 1 2 1
5 6 2 1 1
Tree Based Approach
Tree Based Approach
All Models are Wrong
• After the tree has been built, a calculation is done to show how
accurate your model is
• The algorithm will try its best to minimize the error
Adding Complexity
New Example
Visitor Goals
Score
Visitor Goals
Allowed
Home Goals
Scored
Home Goals
Allowed
Outcome
1 2 4 2 ?
4 3 1 4 ?
3 4 1 1 ?
What is Artificial Intelligence
“Artificial intelligence is whatever hasn't been done yet”
-Larry Tesler, 1970
Is This AI?
• A program that can beat anyone in chess?
• A software service that can tell you the answer to almost any
question?
• A digital assistant?
• C3PO?
Is This AI?
Is This AI?
Is This AI?
Is This AI?
Is This AI?
• While not a universal definition, at Ogilvy we consider a main differentiation
of AI versus Machine Learning to be the ability to “self-learn” or “self-
update”
• This is in terms of analytics techniques, while a different criteria might be
applied to interactive marketing tools like ChatBots, etc.
What is an Example of AI?
• Example 1: Autonomous Media Buying
What is an Example of AI?
• Example 2: AI Generated Content
What is AI
WHY NOW?
Why Now
• Big Data
• Compute
Google Trends - Machine Learning
Corporations
Why Now?
“90% of the data in the world has been created in the past two years”
-IBM, 2017
Big Data
Data = Accuracy
Accuracy
Amount	of	Data
Data	vs	Accuracy
Enormous Data
But CPU’s are Slowing
Enter GPUs
Enter GPUs
But at a Cost
• A single GPU can cost up to $10,000 and uses tremendous amounts
of power
• Facebook recently used 256 GPUs to train 40,000 images a second
• Can rent on the cloud for cheaper
Where Next?
• Do we just keep adding data and power?
• Do we need new methods?
What do we Think!
• It’s complicated…
CASE STUDIES
Text Mining -> Chatbot
Text mining analysis to provide insights into best use of Chatbot
functionality
The Challenge - Utility Client
Social media customer
service is a significant cost
expenditure and usage
continues to rise
Competitors and businesses
are implementing Chatbots,
which are crucial to scaling
customer service and making
brand engagement more
interactive
Existing data around
customer service
conversations was
insufficient to examine
cost-effectiveness and
feasibility of a Chatbot
Business Case Landscape Existing Data
The Ask
Process Social Media Data
Analyze Recommend
Utilize Machine Learning to
Extract Key Topics from Text Data
Provide Recommendations
on Deploying a Chatbot
The Data
CONVERSATIONS BY TYPE CONVERSATIONS BY SENTIMENT
AVERAGE CONVERSATION LENGTH AVERAGE WORDS PER CONVERSATION
4.5
messages
~50
The Solution
Topic Modeling (Non-Negative Matrix Factorization)
Programming
Language
Data Science
Platform
Machine Learning
Package
In-line Coding and
Visualizations
Data Science Toolkit
Matrix
Representation
d1 d2 d3
bi1 1 0 1
bi2 0 2 0
bi3 0 1 4
Text
Conversations
-----
---
------
Matrix Factorisation to
Derive Topic Vectors
-----
---
------
Summarize Key Topics
1
2
..
3
Identifying Viral Tweets
Text mining analysis revealed 28% of conservation activity could be
directed away from customer care, with 6% related to viral or
marketing activity.
Revealed an opportunity for a heuristic or machine
learning model to flag these tweets algorithmically.
# # # # #
Extracting Key Phrases by Sentiment
Pulling out the top phrases by positive and negative
customer service conversations gave insight into potential
flags for a Chatbot to either continue chatting or divert a
customer to a representative.
Summarizing Customer Service Topics
customer service,
poor customer,
service today,
excellent
customer,
shocking
customer, service
advisor, worst
customer
Customer Service Seekers
email address,
change email, old
email, send
email, address
received, details
follows, got right,
technical error
Contact Us
power cut, post
code, red
triangle, pls help,
Saturday night,
fuse box, know
long, tell long,
gets sorted,
getting address
Help Seekers
A total of 9 topics were generated from the data through unsupervised
topic modeling. Three key topics (below) show a diversity of customer
service conversations not previously categorized by agents.
Evaluating Chatbot Usage
customer service… email address… power cut…
Sentiment: 70% negative
Complexity: ↑ average
Recommendation: divert
away from Chatbot
Sentiment: 60% negative
Complexity: ↑ average
Recommendation: divert
away from Chatbot
Sentiment: 66% positive
Complexity: ↓ average
Recommendation: potential to
utilize Chatbot
Customer Service Seekers Contact Us Help Seekers
Client Recommendations
1. Brand and Viral comments could be diverted to a Chatbot with machine learning
algorithm
2. Negative and positive sentiment are distinguishable by key phrases, allowing for
direction to Chatbot or human where necessary
3. After applying non-negative matrix factorization, we can determine which
conversation types are suitable for a Chatbot based on conversation complexity and
sentiment
Customer Lifetime Value
Scalable machine learning applied to millions of members
LTV Challenge
• Build reproducible, production level lifetime value model which scales to
millions of users
• Writes to database and allows others to use
• Refreshes every month
What did we Predict?
• Revenue - a regression problem
• Cost of goods sold - logistic problem
• Coupons redeemed - Bayesian
LTV = Revenue – COGS - Coupons
Prediction Error
-$40
$160
$360
$560
$760
$960
$1,160
$1,360
1
5
9
13
17
21
25
29
33
37
41
45
49
53
57
61
65
69
73
77
81
85
89
93
97
Predicted CLV($) Actual Net Revenue($)
Data Pipeline
Data-
warehouse
Stored Procedure
Trains Model
Trains Model
Trains Model
Stored Procedure
Predicts
Predicts
PRedicts
Writes Error Metrics
Data-
warehouse
Writes Scores
User User
User*Process takes less than an hour
Going Forward
• Develop a model to find what drives LTV
• Will sending more emails affect LTV
• What’s the optimal number of coupons to serve?
• Segmenting users around LTV
• What do we do with the most valuable
• Do we do anything at all?
• How do we engage users to spend more?
Want to Stay Present?
• We write weekly on machine learning, artificial intelligence, cloud
computing and other technology
• Cloudy with a Chance of AI - Subscribe today!
Questions?
Andrew Van Aken
Consultant,
OgilvyOne Worldwide
Laurie Close
Global Brand Partnerships,
OgilvyRED
Michael McCarthy
Senior Consultant,
OgilvyOne Worldwide

Weitere ähnliche Inhalte

Was ist angesagt?

Keeping Up With SEO in 2017 & Beyond
Keeping Up With SEO in 2017 & BeyondKeeping Up With SEO in 2017 & Beyond
Keeping Up With SEO in 2017 & BeyondRand Fishkin
 
What's Next: Marketing Maturity & How To Achieve It
What's Next: Marketing Maturity & How To Achieve ItWhat's Next: Marketing Maturity & How To Achieve It
What's Next: Marketing Maturity & How To Achieve ItOgilvy Consulting
 
What's Next: Highlights from Facebook F8 2018
What's Next: Highlights from Facebook F8 2018What's Next: Highlights from Facebook F8 2018
What's Next: Highlights from Facebook F8 2018Ogilvy Consulting
 
What's Next: State of Social 7
What's Next: State of Social 7What's Next: State of Social 7
What's Next: State of Social 7Ogilvy Consulting
 
Mobile Search Moments Understanding How Mobile Drives Conversions 3 2013
Mobile Search Moments Understanding How Mobile Drives Conversions 3 2013Mobile Search Moments Understanding How Mobile Drives Conversions 3 2013
Mobile Search Moments Understanding How Mobile Drives Conversions 3 2013Dung Tri
 
What's the ROI of Social Media?
What's the ROI of Social Media?What's the ROI of Social Media?
What's the ROI of Social Media?Ogilvy Consulting
 
What's Next: The Holistic Content Studio
What's Next: The Holistic Content StudioWhat's Next: The Holistic Content Studio
What's Next: The Holistic Content StudioOgilvy Consulting
 
What's Next: Moment Marketing
What's Next: Moment MarketingWhat's Next: Moment Marketing
What's Next: Moment MarketingOgilvy Consulting
 
Argyle CMO Summit, Boston 2015
Argyle CMO Summit, Boston 2015Argyle CMO Summit, Boston 2015
Argyle CMO Summit, Boston 2015Mathew Sweezey
 
25 Disruptive Technology Trends 2015 - 2016
25 Disruptive Technology Trends 2015 - 201625 Disruptive Technology Trends 2015 - 2016
25 Disruptive Technology Trends 2015 - 2016Brian Solis
 
120 Awesome Marketing Stats, Charts and Graphs
120 Awesome Marketing Stats, Charts and Graphs120 Awesome Marketing Stats, Charts and Graphs
120 Awesome Marketing Stats, Charts and GraphsHubSpot
 
Systematically Rising Above the Noise
Systematically Rising Above the NoiseSystematically Rising Above the Noise
Systematically Rising Above the NoiseMathew Sweezey
 
What's Next: The New Shades of Loyalty
What's Next: The New Shades of LoyaltyWhat's Next: The New Shades of Loyalty
What's Next: The New Shades of LoyaltyOgilvy Consulting
 
Digital marketing trends in 2018
Digital marketing trends in 2018Digital marketing trends in 2018
Digital marketing trends in 2018Vivek Loganathan
 
Marketing fact vs Marketing fantasy
Marketing fact vs Marketing fantasyMarketing fact vs Marketing fantasy
Marketing fact vs Marketing fantasyHubSpot
 

Was ist angesagt? (20)

Keeping Up With SEO in 2017 & Beyond
Keeping Up With SEO in 2017 & BeyondKeeping Up With SEO in 2017 & Beyond
Keeping Up With SEO in 2017 & Beyond
 
Account-based Marketing
Account-based MarketingAccount-based Marketing
Account-based Marketing
 
What's Next: Marketing Maturity & How To Achieve It
What's Next: Marketing Maturity & How To Achieve ItWhat's Next: Marketing Maturity & How To Achieve It
What's Next: Marketing Maturity & How To Achieve It
 
What's Next: Highlights from Facebook F8 2018
What's Next: Highlights from Facebook F8 2018What's Next: Highlights from Facebook F8 2018
What's Next: Highlights from Facebook F8 2018
 
What's Next: State of Social 7
What's Next: State of Social 7What's Next: State of Social 7
What's Next: State of Social 7
 
Mobile Search Moments Understanding How Mobile Drives Conversions 3 2013
Mobile Search Moments Understanding How Mobile Drives Conversions 3 2013Mobile Search Moments Understanding How Mobile Drives Conversions 3 2013
Mobile Search Moments Understanding How Mobile Drives Conversions 3 2013
 
What's the ROI of Social Media?
What's the ROI of Social Media?What's the ROI of Social Media?
What's the ROI of Social Media?
 
What's Next: The Holistic Content Studio
What's Next: The Holistic Content StudioWhat's Next: The Holistic Content Studio
What's Next: The Holistic Content Studio
 
Social value benchmark
Social value benchmarkSocial value benchmark
Social value benchmark
 
2015 Trends
2015 Trends2015 Trends
2015 Trends
 
State of Messengers in Asia
State of Messengers in AsiaState of Messengers in Asia
State of Messengers in Asia
 
State of Demand 2013
State of Demand 2013 State of Demand 2013
State of Demand 2013
 
What's Next: Moment Marketing
What's Next: Moment MarketingWhat's Next: Moment Marketing
What's Next: Moment Marketing
 
Argyle CMO Summit, Boston 2015
Argyle CMO Summit, Boston 2015Argyle CMO Summit, Boston 2015
Argyle CMO Summit, Boston 2015
 
25 Disruptive Technology Trends 2015 - 2016
25 Disruptive Technology Trends 2015 - 201625 Disruptive Technology Trends 2015 - 2016
25 Disruptive Technology Trends 2015 - 2016
 
120 Awesome Marketing Stats, Charts and Graphs
120 Awesome Marketing Stats, Charts and Graphs120 Awesome Marketing Stats, Charts and Graphs
120 Awesome Marketing Stats, Charts and Graphs
 
Systematically Rising Above the Noise
Systematically Rising Above the NoiseSystematically Rising Above the Noise
Systematically Rising Above the Noise
 
What's Next: The New Shades of Loyalty
What's Next: The New Shades of LoyaltyWhat's Next: The New Shades of Loyalty
What's Next: The New Shades of Loyalty
 
Digital marketing trends in 2018
Digital marketing trends in 2018Digital marketing trends in 2018
Digital marketing trends in 2018
 
Marketing fact vs Marketing fantasy
Marketing fact vs Marketing fantasyMarketing fact vs Marketing fantasy
Marketing fact vs Marketing fantasy
 

Ähnlich wie Whats Next for Machine Learning

What's Next: Ogilvy x Google Chatbots Partnership
What's Next: Ogilvy x Google Chatbots PartnershipWhat's Next: Ogilvy x Google Chatbots Partnership
What's Next: Ogilvy x Google Chatbots PartnershipOgilvy Consulting
 
SkillsFuture Festival at NUS 2019- Artificial Intelligence for Everyone - A P...
SkillsFuture Festival at NUS 2019- Artificial Intelligence for Everyone - A P...SkillsFuture Festival at NUS 2019- Artificial Intelligence for Everyone - A P...
SkillsFuture Festival at NUS 2019- Artificial Intelligence for Everyone - A P...NUS-ISS
 
Algorithm Marketplace and the new "Algorithm Economy"
Algorithm Marketplace and the new "Algorithm Economy"Algorithm Marketplace and the new "Algorithm Economy"
Algorithm Marketplace and the new "Algorithm Economy"Diego Oppenheimer
 
Cocolevio AI Chatbot 9.20.19
Cocolevio AI Chatbot 9.20.19Cocolevio AI Chatbot 9.20.19
Cocolevio AI Chatbot 9.20.19Maurice Harris
 
Big Data LDN 2018: HOW AUTOMATION CAN ACCELERATE THE DELIVERY OF MACHINE LEAR...
Big Data LDN 2018: HOW AUTOMATION CAN ACCELERATE THE DELIVERY OF MACHINE LEAR...Big Data LDN 2018: HOW AUTOMATION CAN ACCELERATE THE DELIVERY OF MACHINE LEAR...
Big Data LDN 2018: HOW AUTOMATION CAN ACCELERATE THE DELIVERY OF MACHINE LEAR...Matt Stubbs
 
AI Orange Belt - Session 2
AI Orange Belt - Session 2AI Orange Belt - Session 2
AI Orange Belt - Session 2AI Black Belt
 
FROM BI TO APPLIED AI
FROM BI TO APPLIED AIFROM BI TO APPLIED AI
FROM BI TO APPLIED AILior Sidi
 
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
 
Understanding the New World of Cognitive Computing
Understanding the New World of Cognitive ComputingUnderstanding the New World of Cognitive Computing
Understanding the New World of Cognitive ComputingDATAVERSITY
 
Generative AI - The New Reality: How Key Players Are Progressing
Generative AI - The New Reality: How Key Players Are Progressing Generative AI - The New Reality: How Key Players Are Progressing
Generative AI - The New Reality: How Key Players Are Progressing Vishal Sharma
 
The implementation of Big Data and AI on Digital Marketing
The implementation of Big Data and AI on Digital MarketingThe implementation of Big Data and AI on Digital Marketing
The implementation of Big Data and AI on Digital MarketingMohamed Hanafy
 
EDW 2015 cognitive computing panel session
EDW 2015 cognitive computing panel session EDW 2015 cognitive computing panel session
EDW 2015 cognitive computing panel session Steve Ardire
 
Conversational AI is Now the Heart of Customer Experience.pdf
Conversational AI is Now the Heart of Customer Experience.pdfConversational AI is Now the Heart of Customer Experience.pdf
Conversational AI is Now the Heart of Customer Experience.pdfScallionRice
 
MongoDB World 2018: Building Intelligent Apps with MongoDB & Google Cloud
MongoDB World 2018: Building Intelligent Apps with MongoDB & Google CloudMongoDB World 2018: Building Intelligent Apps with MongoDB & Google Cloud
MongoDB World 2018: Building Intelligent Apps with MongoDB & Google CloudMongoDB
 
Présentation de Bruno Schroder au 20e #mforum (07/12/2016)
Présentation de Bruno Schroder au 20e #mforum (07/12/2016)Présentation de Bruno Schroder au 20e #mforum (07/12/2016)
Présentation de Bruno Schroder au 20e #mforum (07/12/2016)Agence du Numérique (AdN)
 
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.pptxgdgsurrey
 
How would AI shape Future Integrations?
How would AI shape Future Integrations?How would AI shape Future Integrations?
How would AI shape Future Integrations?Srinath Perera
 

Ähnlich wie Whats Next for Machine Learning (20)

What's Next: Ogilvy x Google Chatbots Partnership
What's Next: Ogilvy x Google Chatbots PartnershipWhat's Next: Ogilvy x Google Chatbots Partnership
What's Next: Ogilvy x Google Chatbots Partnership
 
SkillsFuture Festival at NUS 2019- Artificial Intelligence for Everyone - A P...
SkillsFuture Festival at NUS 2019- Artificial Intelligence for Everyone - A P...SkillsFuture Festival at NUS 2019- Artificial Intelligence for Everyone - A P...
SkillsFuture Festival at NUS 2019- Artificial Intelligence for Everyone - A P...
 
Algorithm Marketplace and the new "Algorithm Economy"
Algorithm Marketplace and the new "Algorithm Economy"Algorithm Marketplace and the new "Algorithm Economy"
Algorithm Marketplace and the new "Algorithm Economy"
 
Cocolevio AI Chatbot 9.20.19
Cocolevio AI Chatbot 9.20.19Cocolevio AI Chatbot 9.20.19
Cocolevio AI Chatbot 9.20.19
 
Big Data LDN 2018: HOW AUTOMATION CAN ACCELERATE THE DELIVERY OF MACHINE LEAR...
Big Data LDN 2018: HOW AUTOMATION CAN ACCELERATE THE DELIVERY OF MACHINE LEAR...Big Data LDN 2018: HOW AUTOMATION CAN ACCELERATE THE DELIVERY OF MACHINE LEAR...
Big Data LDN 2018: HOW AUTOMATION CAN ACCELERATE THE DELIVERY OF MACHINE LEAR...
 
AI Orange Belt - Session 2
AI Orange Belt - Session 2AI Orange Belt - Session 2
AI Orange Belt - Session 2
 
FROM BI TO APPLIED AI
FROM BI TO APPLIED AIFROM BI TO APPLIED AI
FROM BI TO APPLIED AI
 
Cognitive Automation - Your AI Coworker
Cognitive Automation - Your AI CoworkerCognitive Automation - Your AI Coworker
Cognitive Automation - Your AI Coworker
 
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)
 
Understanding the New World of Cognitive Computing
Understanding the New World of Cognitive ComputingUnderstanding the New World of Cognitive Computing
Understanding the New World of Cognitive Computing
 
Generative AI - The New Reality: How Key Players Are Progressing
Generative AI - The New Reality: How Key Players Are Progressing Generative AI - The New Reality: How Key Players Are Progressing
Generative AI - The New Reality: How Key Players Are Progressing
 
The implementation of Big Data and AI on Digital Marketing
The implementation of Big Data and AI on Digital MarketingThe implementation of Big Data and AI on Digital Marketing
The implementation of Big Data and AI on Digital Marketing
 
EDW 2015 cognitive computing panel session
EDW 2015 cognitive computing panel session EDW 2015 cognitive computing panel session
EDW 2015 cognitive computing panel session
 
AI 2023.pdf
AI 2023.pdfAI 2023.pdf
AI 2023.pdf
 
Conversational AI is Now the Heart of Customer Experience.pdf
Conversational AI is Now the Heart of Customer Experience.pdfConversational AI is Now the Heart of Customer Experience.pdf
Conversational AI is Now the Heart of Customer Experience.pdf
 
The Robot Marketeer
The Robot MarketeerThe Robot Marketeer
The Robot Marketeer
 
MongoDB World 2018: Building Intelligent Apps with MongoDB & Google Cloud
MongoDB World 2018: Building Intelligent Apps with MongoDB & Google CloudMongoDB World 2018: Building Intelligent Apps with MongoDB & Google Cloud
MongoDB World 2018: Building Intelligent Apps with MongoDB & Google Cloud
 
Présentation de Bruno Schroder au 20e #mforum (07/12/2016)
Présentation de Bruno Schroder au 20e #mforum (07/12/2016)Présentation de Bruno Schroder au 20e #mforum (07/12/2016)
Présentation de Bruno Schroder au 20e #mforum (07/12/2016)
 
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 would AI shape Future Integrations?
How would AI shape Future Integrations?How would AI shape Future Integrations?
How would AI shape Future Integrations?
 

Mehr von Ogilvy Consulting

The Return to Growth in Turbulent Times
The Return to Growth in Turbulent TimesThe Return to Growth in Turbulent Times
The Return to Growth in Turbulent TimesOgilvy Consulting
 
Using Brand to Drive M&A Value
Using Brand to Drive M&A ValueUsing Brand to Drive M&A Value
Using Brand to Drive M&A ValueOgilvy Consulting
 
Nudgestock 2020 – Necessity is the Mother of Reinvention
Nudgestock 2020 – Necessity is the Mother of ReinventionNudgestock 2020 – Necessity is the Mother of Reinvention
Nudgestock 2020 – Necessity is the Mother of ReinventionOgilvy Consulting
 
What's Next: How brands can capture value, mindset and experiences on their o...
What's Next: How brands can capture value, mindset and experiences on their o...What's Next: How brands can capture value, mindset and experiences on their o...
What's Next: How brands can capture value, mindset and experiences on their o...Ogilvy Consulting
 
What's Next: Celebrating Eid in a time of isolation
What's Next: Celebrating Eid in a time of isolationWhat's Next: Celebrating Eid in a time of isolation
What's Next: Celebrating Eid in a time of isolationOgilvy Consulting
 
What's Next: Unlocking a powerful corporate culture in turbulent times and be...
What's Next: Unlocking a powerful corporate culture in turbulent times and be...What's Next: Unlocking a powerful corporate culture in turbulent times and be...
What's Next: Unlocking a powerful corporate culture in turbulent times and be...Ogilvy Consulting
 
What's Next: Now, Next & Beyond - Preparing people to return to the workplace
What's Next: Now, Next & Beyond - Preparing people to return to the workplaceWhat's Next: Now, Next & Beyond - Preparing people to return to the workplace
What's Next: Now, Next & Beyond - Preparing people to return to the workplaceOgilvy Consulting
 
What's Next: Rapidly adjusting your customer experience strategy for the "new...
What's Next: Rapidly adjusting your customer experience strategy for the "new...What's Next: Rapidly adjusting your customer experience strategy for the "new...
What's Next: Rapidly adjusting your customer experience strategy for the "new...Ogilvy Consulting
 
What's Next: Using technology to engage employees & build businesses
What's Next: Using technology to engage employees & build businessesWhat's Next: Using technology to engage employees & build businesses
What's Next: Using technology to engage employees & build businessesOgilvy Consulting
 
What's Next: Health & Wellness - Disruption & Adapting for the Rebound
What's Next: Health & Wellness - Disruption & Adapting for the ReboundWhat's Next: Health & Wellness - Disruption & Adapting for the Rebound
What's Next: Health & Wellness - Disruption & Adapting for the ReboundOgilvy Consulting
 
What's Next: Using technology to engage employees and build businesses
What's Next: Using technology to engage employees and build businessesWhat's Next: Using technology to engage employees and build businesses
What's Next: Using technology to engage employees and build businessesOgilvy Consulting
 
What's Next: Steering Brands through COVID-19
What's Next: Steering Brands through COVID-19What's Next: Steering Brands through COVID-19
What's Next: Steering Brands through COVID-19Ogilvy Consulting
 
What's Next: The Next Frontier in Automotive Industry
What's Next: The Next Frontier in Automotive Industry What's Next: The Next Frontier in Automotive Industry
What's Next: The Next Frontier in Automotive Industry Ogilvy Consulting
 
What's Next: Social Commerce - from transaction to truly social
What's Next: Social Commerce - from transaction to truly socialWhat's Next: Social Commerce - from transaction to truly social
What's Next: Social Commerce - from transaction to truly socialOgilvy Consulting
 
What's Next: The Role of Brands in the Booming Original Content Business
What's Next: The Role of Brands in the Booming Original Content BusinessWhat's Next: The Role of Brands in the Booming Original Content Business
What's Next: The Role of Brands in the Booming Original Content BusinessOgilvy Consulting
 
What's Next: Trends for 2020
What's Next: Trends for 2020What's Next: Trends for 2020
What's Next: Trends for 2020Ogilvy Consulting
 
What's Next: Social Media Trends 2020
What's Next: Social Media Trends 2020 What's Next: Social Media Trends 2020
What's Next: Social Media Trends 2020 Ogilvy Consulting
 
What's Next: Michael Frohlich talks to us about the woes from a CEO during a ...
What's Next: Michael Frohlich talks to us about the woes from a CEO during a ...What's Next: Michael Frohlich talks to us about the woes from a CEO during a ...
What's Next: Michael Frohlich talks to us about the woes from a CEO during a ...Ogilvy Consulting
 

Mehr von Ogilvy Consulting (20)

How to Win in Marketplaces
How to Win in MarketplacesHow to Win in Marketplaces
How to Win in Marketplaces
 
The Return to Growth in Turbulent Times
The Return to Growth in Turbulent TimesThe Return to Growth in Turbulent Times
The Return to Growth in Turbulent Times
 
Using Brand to Drive M&A Value
Using Brand to Drive M&A ValueUsing Brand to Drive M&A Value
Using Brand to Drive M&A Value
 
Influencing our New Reality
Influencing our New RealityInfluencing our New Reality
Influencing our New Reality
 
Nudgestock 2020 – Necessity is the Mother of Reinvention
Nudgestock 2020 – Necessity is the Mother of ReinventionNudgestock 2020 – Necessity is the Mother of Reinvention
Nudgestock 2020 – Necessity is the Mother of Reinvention
 
What's Next: How brands can capture value, mindset and experiences on their o...
What's Next: How brands can capture value, mindset and experiences on their o...What's Next: How brands can capture value, mindset and experiences on their o...
What's Next: How brands can capture value, mindset and experiences on their o...
 
What's Next: Celebrating Eid in a time of isolation
What's Next: Celebrating Eid in a time of isolationWhat's Next: Celebrating Eid in a time of isolation
What's Next: Celebrating Eid in a time of isolation
 
What's Next: Unlocking a powerful corporate culture in turbulent times and be...
What's Next: Unlocking a powerful corporate culture in turbulent times and be...What's Next: Unlocking a powerful corporate culture in turbulent times and be...
What's Next: Unlocking a powerful corporate culture in turbulent times and be...
 
What's Next: Now, Next & Beyond - Preparing people to return to the workplace
What's Next: Now, Next & Beyond - Preparing people to return to the workplaceWhat's Next: Now, Next & Beyond - Preparing people to return to the workplace
What's Next: Now, Next & Beyond - Preparing people to return to the workplace
 
What's Next: Rapidly adjusting your customer experience strategy for the "new...
What's Next: Rapidly adjusting your customer experience strategy for the "new...What's Next: Rapidly adjusting your customer experience strategy for the "new...
What's Next: Rapidly adjusting your customer experience strategy for the "new...
 
What's Next: Using technology to engage employees & build businesses
What's Next: Using technology to engage employees & build businessesWhat's Next: Using technology to engage employees & build businesses
What's Next: Using technology to engage employees & build businesses
 
What's Next: Health & Wellness - Disruption & Adapting for the Rebound
What's Next: Health & Wellness - Disruption & Adapting for the ReboundWhat's Next: Health & Wellness - Disruption & Adapting for the Rebound
What's Next: Health & Wellness - Disruption & Adapting for the Rebound
 
What's Next: Using technology to engage employees and build businesses
What's Next: Using technology to engage employees and build businessesWhat's Next: Using technology to engage employees and build businesses
What's Next: Using technology to engage employees and build businesses
 
What's Next: Steering Brands through COVID-19
What's Next: Steering Brands through COVID-19What's Next: Steering Brands through COVID-19
What's Next: Steering Brands through COVID-19
 
What's Next: The Next Frontier in Automotive Industry
What's Next: The Next Frontier in Automotive Industry What's Next: The Next Frontier in Automotive Industry
What's Next: The Next Frontier in Automotive Industry
 
What's Next: Social Commerce - from transaction to truly social
What's Next: Social Commerce - from transaction to truly socialWhat's Next: Social Commerce - from transaction to truly social
What's Next: Social Commerce - from transaction to truly social
 
What's Next: The Role of Brands in the Booming Original Content Business
What's Next: The Role of Brands in the Booming Original Content BusinessWhat's Next: The Role of Brands in the Booming Original Content Business
What's Next: The Role of Brands in the Booming Original Content Business
 
What's Next: Trends for 2020
What's Next: Trends for 2020What's Next: Trends for 2020
What's Next: Trends for 2020
 
What's Next: Social Media Trends 2020
What's Next: Social Media Trends 2020 What's Next: Social Media Trends 2020
What's Next: Social Media Trends 2020
 
What's Next: Michael Frohlich talks to us about the woes from a CEO during a ...
What's Next: Michael Frohlich talks to us about the woes from a CEO during a ...What's Next: Michael Frohlich talks to us about the woes from a CEO during a ...
What's Next: Michael Frohlich talks to us about the woes from a CEO during a ...
 

Kürzlich hochgeladen

React Native vs Ionic - The Best Mobile App Framework
React Native vs Ionic - The Best Mobile App FrameworkReact Native vs Ionic - The Best Mobile App Framework
React Native vs Ionic - The Best Mobile App FrameworkPixlogix Infotech
 
Microservices, Docker deploy and Microservices source code in C#
Microservices, Docker deploy and Microservices source code in C#Microservices, Docker deploy and Microservices source code in C#
Microservices, Docker deploy and Microservices source code in C#Karmanjay Verma
 
Assure Ecommerce and Retail Operations Uptime with ThousandEyes
Assure Ecommerce and Retail Operations Uptime with ThousandEyesAssure Ecommerce and Retail Operations Uptime with ThousandEyes
Assure Ecommerce and Retail Operations Uptime with ThousandEyesThousandEyes
 
Digital Tools & AI in Career Development
Digital Tools & AI in Career DevelopmentDigital Tools & AI in Career Development
Digital Tools & AI in Career DevelopmentMahmoud Rabie
 
Potential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsPotential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsRavi Sanghani
 
Time Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsTime Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsNathaniel Shimoni
 
Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Hiroshi SHIBATA
 
Tampa BSides - The No BS SOC (slides from April 6, 2024 talk)
Tampa BSides - The No BS SOC (slides from April 6, 2024 talk)Tampa BSides - The No BS SOC (slides from April 6, 2024 talk)
Tampa BSides - The No BS SOC (slides from April 6, 2024 talk)Mark Simos
 
UiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to HeroUiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to HeroUiPathCommunity
 
Irene Moetsana-Moeng: Stakeholders in Cybersecurity: Collaborative Defence fo...
Irene Moetsana-Moeng: Stakeholders in Cybersecurity: Collaborative Defence fo...Irene Moetsana-Moeng: Stakeholders in Cybersecurity: Collaborative Defence fo...
Irene Moetsana-Moeng: Stakeholders in Cybersecurity: Collaborative Defence fo...itnewsafrica
 
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...Alkin Tezuysal
 
React JS; all concepts. Contains React Features, JSX, functional & Class comp...
React JS; all concepts. Contains React Features, JSX, functional & Class comp...React JS; all concepts. Contains React Features, JSX, functional & Class comp...
React JS; all concepts. Contains React Features, JSX, functional & Class comp...Karmanjay Verma
 
Transcript: New from BookNet Canada for 2024: BNC SalesData and LibraryData -...
Transcript: New from BookNet Canada for 2024: BNC SalesData and LibraryData -...Transcript: New from BookNet Canada for 2024: BNC SalesData and LibraryData -...
Transcript: New from BookNet Canada for 2024: BNC SalesData and LibraryData -...BookNet Canada
 
Zeshan Sattar- Assessing the skill requirements and industry expectations for...
Zeshan Sattar- Assessing the skill requirements and industry expectations for...Zeshan Sattar- Assessing the skill requirements and industry expectations for...
Zeshan Sattar- Assessing the skill requirements and industry expectations for...itnewsafrica
 
Design pattern talk by Kaya Weers - 2024 (v2)
Design pattern talk by Kaya Weers - 2024 (v2)Design pattern talk by Kaya Weers - 2024 (v2)
Design pattern talk by Kaya Weers - 2024 (v2)Kaya Weers
 
Generative AI - Gitex v1Generative AI - Gitex v1.pptx
Generative AI - Gitex v1Generative AI - Gitex v1.pptxGenerative AI - Gitex v1Generative AI - Gitex v1.pptx
Generative AI - Gitex v1Generative AI - Gitex v1.pptxfnnc6jmgwh
 
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...Wes McKinney
 
2024 April Patch Tuesday
2024 April Patch Tuesday2024 April Patch Tuesday
2024 April Patch TuesdayIvanti
 
Testing tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesTesting tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesKari Kakkonen
 
Email Marketing Automation for Bonterra Impact Management (fka Social Solutio...
Email Marketing Automation for Bonterra Impact Management (fka Social Solutio...Email Marketing Automation for Bonterra Impact Management (fka Social Solutio...
Email Marketing Automation for Bonterra Impact Management (fka Social Solutio...Jeffrey Haguewood
 

Kürzlich hochgeladen (20)

React Native vs Ionic - The Best Mobile App Framework
React Native vs Ionic - The Best Mobile App FrameworkReact Native vs Ionic - The Best Mobile App Framework
React Native vs Ionic - The Best Mobile App Framework
 
Microservices, Docker deploy and Microservices source code in C#
Microservices, Docker deploy and Microservices source code in C#Microservices, Docker deploy and Microservices source code in C#
Microservices, Docker deploy and Microservices source code in C#
 
Assure Ecommerce and Retail Operations Uptime with ThousandEyes
Assure Ecommerce and Retail Operations Uptime with ThousandEyesAssure Ecommerce and Retail Operations Uptime with ThousandEyes
Assure Ecommerce and Retail Operations Uptime with ThousandEyes
 
Digital Tools & AI in Career Development
Digital Tools & AI in Career DevelopmentDigital Tools & AI in Career Development
Digital Tools & AI in Career Development
 
Potential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsPotential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and Insights
 
Time Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsTime Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directions
 
Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024
 
Tampa BSides - The No BS SOC (slides from April 6, 2024 talk)
Tampa BSides - The No BS SOC (slides from April 6, 2024 talk)Tampa BSides - The No BS SOC (slides from April 6, 2024 talk)
Tampa BSides - The No BS SOC (slides from April 6, 2024 talk)
 
UiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to HeroUiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to Hero
 
Irene Moetsana-Moeng: Stakeholders in Cybersecurity: Collaborative Defence fo...
Irene Moetsana-Moeng: Stakeholders in Cybersecurity: Collaborative Defence fo...Irene Moetsana-Moeng: Stakeholders in Cybersecurity: Collaborative Defence fo...
Irene Moetsana-Moeng: Stakeholders in Cybersecurity: Collaborative Defence fo...
 
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
 
React JS; all concepts. Contains React Features, JSX, functional & Class comp...
React JS; all concepts. Contains React Features, JSX, functional & Class comp...React JS; all concepts. Contains React Features, JSX, functional & Class comp...
React JS; all concepts. Contains React Features, JSX, functional & Class comp...
 
Transcript: New from BookNet Canada for 2024: BNC SalesData and LibraryData -...
Transcript: New from BookNet Canada for 2024: BNC SalesData and LibraryData -...Transcript: New from BookNet Canada for 2024: BNC SalesData and LibraryData -...
Transcript: New from BookNet Canada for 2024: BNC SalesData and LibraryData -...
 
Zeshan Sattar- Assessing the skill requirements and industry expectations for...
Zeshan Sattar- Assessing the skill requirements and industry expectations for...Zeshan Sattar- Assessing the skill requirements and industry expectations for...
Zeshan Sattar- Assessing the skill requirements and industry expectations for...
 
Design pattern talk by Kaya Weers - 2024 (v2)
Design pattern talk by Kaya Weers - 2024 (v2)Design pattern talk by Kaya Weers - 2024 (v2)
Design pattern talk by Kaya Weers - 2024 (v2)
 
Generative AI - Gitex v1Generative AI - Gitex v1.pptx
Generative AI - Gitex v1Generative AI - Gitex v1.pptxGenerative AI - Gitex v1Generative AI - Gitex v1.pptx
Generative AI - Gitex v1Generative AI - Gitex v1.pptx
 
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
 
2024 April Patch Tuesday
2024 April Patch Tuesday2024 April Patch Tuesday
2024 April Patch Tuesday
 
Testing tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesTesting tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examples
 
Email Marketing Automation for Bonterra Impact Management (fka Social Solutio...
Email Marketing Automation for Bonterra Impact Management (fka Social Solutio...Email Marketing Automation for Bonterra Impact Management (fka Social Solutio...
Email Marketing Automation for Bonterra Impact Management (fka Social Solutio...
 

Whats Next for Machine Learning

  • 2. Hello! Andrew Van Aken Consultant, OgilvyOne Worldwide Laurie Close Global Brand Partnerships, OgilvyRED Michael McCarthy Senior Consultant, OgilvyOne Worldwide
  • 3. What’s the weather like in your city? Tell us where you’re dialing in from!
  • 4. Want this deck? It will be available for download shortly after the webinar on: slideshare.net/socialogilvy Ogilvy staff: It’s also on The Market! themarket.ogilvy.com Are you on the go? You can join our webinars on mobile, too! Download the GoToWebinar app from the App Store or Google Play
  • 5. This Talk • We will demystify machine learning (ML) and artificial intelligence (AI) • Why now for ML and AI? • Ogilvy case studies
  • 6. What is Machine Learning Machine learning gives “computers the ability to learn without being explicitly programmed.” -Arthur Samuel, 1959
  • 7. Any Type of Data
  • 8. Machine Learning Concept • Machine learning takes an input • to an output: David Ogilvy
  • 9. How does it do it? x1 x2 x3 y 23 146 1 91 x1 x2 x3 y 23 146 68 163
  • 12. Soccer/Football Example Visitor Goals Score Visitor Goals Allowed Home Goals Scored Home Goals Allowed Outcome 2 3 1 4 0 3 3 1 2 1 5 6 2 1 1
  • 15. All Models are Wrong • After the tree has been built, a calculation is done to show how accurate your model is • The algorithm will try its best to minimize the error
  • 17. New Example Visitor Goals Score Visitor Goals Allowed Home Goals Scored Home Goals Allowed Outcome 1 2 4 2 ? 4 3 1 4 ? 3 4 1 1 ?
  • 18. What is Artificial Intelligence “Artificial intelligence is whatever hasn't been done yet” -Larry Tesler, 1970
  • 19. Is This AI? • A program that can beat anyone in chess? • A software service that can tell you the answer to almost any question? • A digital assistant? • C3PO?
  • 24. Is This AI? • While not a universal definition, at Ogilvy we consider a main differentiation of AI versus Machine Learning to be the ability to “self-learn” or “self- update” • This is in terms of analytics techniques, while a different criteria might be applied to interactive marketing tools like ChatBots, etc.
  • 25. What is an Example of AI? • Example 1: Autonomous Media Buying
  • 26. What is an Example of AI? • Example 2: AI Generated Content
  • 29. Why Now • Big Data • Compute
  • 30. Google Trends - Machine Learning
  • 32. Why Now? “90% of the data in the world has been created in the past two years” -IBM, 2017
  • 36. But CPU’s are Slowing
  • 39. But at a Cost • A single GPU can cost up to $10,000 and uses tremendous amounts of power • Facebook recently used 256 GPUs to train 40,000 images a second • Can rent on the cloud for cheaper
  • 40. Where Next? • Do we just keep adding data and power? • Do we need new methods?
  • 41. What do we Think! • It’s complicated…
  • 43. Text Mining -> Chatbot Text mining analysis to provide insights into best use of Chatbot functionality
  • 44. The Challenge - Utility Client Social media customer service is a significant cost expenditure and usage continues to rise Competitors and businesses are implementing Chatbots, which are crucial to scaling customer service and making brand engagement more interactive Existing data around customer service conversations was insufficient to examine cost-effectiveness and feasibility of a Chatbot Business Case Landscape Existing Data
  • 45. The Ask Process Social Media Data Analyze Recommend Utilize Machine Learning to Extract Key Topics from Text Data Provide Recommendations on Deploying a Chatbot
  • 46. The Data CONVERSATIONS BY TYPE CONVERSATIONS BY SENTIMENT AVERAGE CONVERSATION LENGTH AVERAGE WORDS PER CONVERSATION 4.5 messages ~50
  • 47. The Solution Topic Modeling (Non-Negative Matrix Factorization) Programming Language Data Science Platform Machine Learning Package In-line Coding and Visualizations Data Science Toolkit Matrix Representation d1 d2 d3 bi1 1 0 1 bi2 0 2 0 bi3 0 1 4 Text Conversations ----- --- ------ Matrix Factorisation to Derive Topic Vectors ----- --- ------ Summarize Key Topics 1 2 .. 3
  • 48. Identifying Viral Tweets Text mining analysis revealed 28% of conservation activity could be directed away from customer care, with 6% related to viral or marketing activity. Revealed an opportunity for a heuristic or machine learning model to flag these tweets algorithmically. # # # # #
  • 49. Extracting Key Phrases by Sentiment Pulling out the top phrases by positive and negative customer service conversations gave insight into potential flags for a Chatbot to either continue chatting or divert a customer to a representative.
  • 50. Summarizing Customer Service Topics customer service, poor customer, service today, excellent customer, shocking customer, service advisor, worst customer Customer Service Seekers email address, change email, old email, send email, address received, details follows, got right, technical error Contact Us power cut, post code, red triangle, pls help, Saturday night, fuse box, know long, tell long, gets sorted, getting address Help Seekers A total of 9 topics were generated from the data through unsupervised topic modeling. Three key topics (below) show a diversity of customer service conversations not previously categorized by agents.
  • 51. Evaluating Chatbot Usage customer service… email address… power cut… Sentiment: 70% negative Complexity: ↑ average Recommendation: divert away from Chatbot Sentiment: 60% negative Complexity: ↑ average Recommendation: divert away from Chatbot Sentiment: 66% positive Complexity: ↓ average Recommendation: potential to utilize Chatbot Customer Service Seekers Contact Us Help Seekers
  • 52. Client Recommendations 1. Brand and Viral comments could be diverted to a Chatbot with machine learning algorithm 2. Negative and positive sentiment are distinguishable by key phrases, allowing for direction to Chatbot or human where necessary 3. After applying non-negative matrix factorization, we can determine which conversation types are suitable for a Chatbot based on conversation complexity and sentiment
  • 53. Customer Lifetime Value Scalable machine learning applied to millions of members
  • 54. LTV Challenge • Build reproducible, production level lifetime value model which scales to millions of users • Writes to database and allows others to use • Refreshes every month
  • 55. What did we Predict? • Revenue - a regression problem • Cost of goods sold - logistic problem • Coupons redeemed - Bayesian LTV = Revenue – COGS - Coupons
  • 57. Data Pipeline Data- warehouse Stored Procedure Trains Model Trains Model Trains Model Stored Procedure Predicts Predicts PRedicts Writes Error Metrics Data- warehouse Writes Scores User User User*Process takes less than an hour
  • 58. Going Forward • Develop a model to find what drives LTV • Will sending more emails affect LTV • What’s the optimal number of coupons to serve? • Segmenting users around LTV • What do we do with the most valuable • Do we do anything at all? • How do we engage users to spend more?
  • 59. Want to Stay Present? • We write weekly on machine learning, artificial intelligence, cloud computing and other technology • Cloudy with a Chance of AI - Subscribe today!
  • 60. Questions? Andrew Van Aken Consultant, OgilvyOne Worldwide Laurie Close Global Brand Partnerships, OgilvyRED Michael McCarthy Senior Consultant, OgilvyOne Worldwide