SlideShare a Scribd company logo
1 of 39
Download to read offline
Machine Learning Revenue Acceleration
Machine Learning + Predictive Analytics = Scale Sales - How?
Paul Johnston
@qubixpj
Stephen Bradbury
Chief Data Scientist
@qubixsteve
Copyright © 2016, Qubix International Ltd. All rights reserved. Leading Innovation in Business Analytics
Discussion Topics…
• Introduction to Qubix
• What is Machine Learning
• Why does Machine Learning Matter - Use Cases
• How can Machine Learning Accelerate Revenue
• Building the Business Case
• Your Next Steps
What’s Right for You?
# of Business
Analytics Projects….
300+
Customers Include:
•Lloyds Banking Group
•Nomura Bank
•Debenhams
•Canon
•Virgin Atlantic
•HMV
•NHS England
•Experian
•Angel Trains
•Schroders
•Mizuho Bank
•Carpetright
Global Presence:
350+ years of experience
Why Qubix?
Proven.
Trusted.
Flexible.
15+ Years Oracle
Platinum Partner
Incredible Customer List
UK • Slovenia • USA • Australia • Japan • India
Depth of capability…
Strategy
Design
Train
Optimise
Support
Integrate
Qubix Approach…
With You, Not to You
Outcome Driven
What’s right for you?
Qubix Journey Methodology
Deploy
Hyperion • BI • Big Data
Private & Confidential July, 2016
Expansive Team & Project Experience 5
‣ Abbott Diabetes Care (ADC)
‣ Abbott Labs
‣ Abu Dhabi Media Company
‣ Adecco
‣ Al Ghurair
‣ Alcon Laboratories Australia
‣ Allegion
‣ Angel Trains
‣ Banka Slovenije
‣ Bauer Media
‣ Baxters Food Group Ltd
‣ British Telecom
‣ Bupa
‣ Cairn Energy
‣ Canon
‣ Carpetright
‣ Charles Tyrwhitt LLP
‣ Civeo
‣ Coach, Inc
‣ Cornwall County Council
‣ Credit Suisse
‣ Dartford Borough Council
‣ Debenhams PLC
‣ Devon County Council
‣ DHL
‣ Dixons CarPhone
‣ Drake & Scull
‣ Durham CC
‣ Electronic Arts
‣ Emerson Network Power
‣ Endeka Ceramics
‣ Essex County Council
‣ ETI d.d.
‣ Experian
‣ First Quantum Minerals (UK) Ltd
‣ FRT.AT
‣ Gazal Corporation Limited
‣ GE Commercial Aviation Services
‣ Genworth
‣ Geopost
‣ Guardian Media Group
‣ Hampshire County Council
‣ Highland Council
‣ HIT Nova Gorica
‣ Hitachi Construction Machinery
‣ HMV Retail Ltd
‣ HSS Hire
‣ Hypertherm
‣ ICAP
‣ Infosys
‣ Ingersoll Rand
‣ Intrasoft
‣ Invesco
‣ Investec
‣ IPMIT d.o.o.
‣ Jumeirah
‣ Lehman Brothers
‣ Linbrook Services Ltd
‣ Lloyds ADM
‣ Lloyds International Private Banking
‣ Lloyds TSB Acquisition Finance
‣ London Borough of Croydon
‣ Luxottica
‣ Macquarie Bank Australia
‣ Maistra
‣ Majid Al Futtaim
‣ MERCATOR
‣ Mercedes Benz Retail
‣ Merck
‣ MIDIS Group
‣ Ministry of Defence
‣ Ministry of Justice
‣ Ministry of the Environment
‣ Mizuho
‣ Monarch Airlines
‣ Motability Operations
‣ MTS
‣ National Bank of Dubai
‣ National Trust
‣ NBTY Europe Ltd
‣ Network Rail
‣ NextGen Distribution Pty Ltd
‣ NHS England
‣ Nomura
‣ Nomura Bank (Japan)
‣ Norfolk & Suffolk Police
‣ North Yorkshire County Council
‣ Northumberland County Council
‣ Nottingham Building Society
‣ Nutricia
‣ Oasis Healthcare
‣ Ocado
‣ Oman Oil Company
‣ Oracle America, Inc
‣ PA Consulting
‣ Parsons Brinckerhoff
‣ Perkins Engines
‣ Port of Tyne
‣ QBE
‣ ResMed Ltd
‣ Ricoh
‣ RTV
‣ Rural Payments Agency
‣ Salmat Limited
‣ Scholastic
‣ Schroders Investment Management
‣ Sodexo
‣ Tabreed
‣ TAQA
‣ TDIC
‣ Tesco Bank
‣ The Travel Corporation Pty Ltd
‣ Tokyo Electron
‣ Transport Research Laboratory
‣ UBM
‣ United Nations
‣ UTS
‣ Virgin Atlantic
‣ Vodafone
‣ Wegmans
Copyright © 2016, Qubix International Ltd. All rights reserved. Leading Innovation in Business Analytics
What is
Machine
Learning?
Define
machine learning is more than just a buzzword.
A core driver of Artificial Intelligence. Machine Learning describes
computers learning from data with minimal programming.
If you use Google, Amazon, Netflix, or Uber you already use ML.
Define
traditional - MIS & BI
The Past The Future
machine - Predictive
Type 1
machine learning has three core flavors.
{Supervised}
This algorithm consist of a target / outcome variable (or dependent
variable) which is to be predicted from a given set of predictors
(independent variables)
Type 2
machine learning has three core flavors.
{Unsupervised Learning}
In this algorithm there is no target or outcome variable to predict /
estimate, so this approach is used for clustering in different groups
Type 3
machine learning has three core flavors.
{Reinforcement Learning}
Using this algorithm the machine is trained to make specific
decisions using trial and error
algorithms
{Linear Regression}
{Decision Tree}
{Logistic Regression}
{SVN}
{KNN}
{Naive Bayes}
{K-Mean} {Random Forest}
{Dimensionality Reduction Algorithms}
{Gradient Boost & Adaboost}
Algorithms in “English” (sort of)
Linear Regression Linear regression can be used to fit a predictive model to a set of observed values (data). This is useful, if
the goal is prediction, or forecasting, or reduction
Logistic Regression A mathematical model used in statistics to estimate the probability of an event occurring having been
given some previous data
SVN Support Vector Machines (SVN) are supervised learning models with associated learning algorithms that
analyze data used for classification and regression analysis
Decision Tree The goal is to create a model that predicts the value of a target variable based on several input variables
Naive Bayes A simple technique for constructing classifiers: models that assign class labels to problem instances,
represented in feature values, where the class labels are drawn from some finite set
Dimensionality
Reduction
Algorithms
The process of reducing the number of random variables under consideration, via obtaining a set of
principal variables. These are then divided into feature selection and feature extraction
K-Mean Is a simple and efficient way of deriving a non-hierarchical model used in clustering
Random Forest A collection of Decision Trees. To classify a new object based on attributes, each tree gives a
classification and the tree “votes” for that class
KNN K nearest neighbors (KNN) is a simple algorithm that stores all available cases and classifies new cases
by a majority vote of its k neighbors
Gradient Boost &
Adaboost
A boosting algorithm that combines multiple weak or average predictors to build a stronger predictor
Copyright © 2016, Qubix International Ltd. All rights reserved. Leading Innovation in Business Analytics
ML Use Cases
for Today
Benefits
of 168 businesses actively targeting higher growth with ML
of businesses credit ML for improvements in sales KPIs
38% of businesses achieved 2x improvement
achieved a 5x improvement across key sales KPIs
have experienced a doubling in accelerated sales process
76%
38%
2x
41%
33%
improvement in sales process speed with A/B testing5x
Audience Insight
naturally occurring tribes
social & cultural fingerprint
segment
into interest based clusters
Recommendation
12% of revenue comes
from recommendations
5.5 times higher
conversion rates
learned promotion of products & services
Clone Best Rep
identify successful behaviours
best next steps
task automation
predict outcomes
learn and scale successful habits
Clone Best Customer
conversion patterns
historical signals
interaction monitoring
probability ranking
learn and scale successful habits
Predictive Scoring
which leads will convert
and why
where to find more leads
embed into process
Predictive Forecasting
probability of bookings
range of outcomes
what-if scenarios
make more profitable decisions
A/B Experimentation
price based A/B testing
customer journey optimization
learn at scale
be more relevant than competition
Churn Reduction
identify signals of customer risk
integrate social media sentiment
prioritize customer success teams
automate counter measures
Renewal Optimize
probability of renewal cluster
social sentiment analysis
learned interventions
priority ranking
ML & Revenue…
Add algorithmic rigor to human intuition
Scientific enhancement of revenue supply chain
Data Driven experimentation & learning
Automation and scalability
Create revenue faster with more predictability
1
2
3
4
5
Copyright © 2016, Qubix International Ltd. All rights reserved. Leading Innovation in Business Analytics
How to Change
How to Change
ask what will happen?
agree strategic intent
don’t over engineer
work with data experts
Our clients…
Copyright © 2016, Qubix International Ltd. All rights reserved. Leading Innovation in Business Analytics
Insight-as-a-Service
• A new “as-a-service” model
• Results without the
‣ delays
‣ complexity
‣ & cost
Create Success…
Executive Support and Sponsorship
Collaborative Approach
Effective Project Management
Change Management
Knowledge Transfer
1
2
3
4
5
Specifics…
Data doesn’t have to be perfect
Systems don’t have to be modern
Lower dependency on internal resources
Infrastructure is optional
Need identified business problem / opportunity
1
2
3
4
5
How Does it Feel?
Before
Overwhelmed | Sceptical | Out of Date | Unsure
During
Involved | See Proof | Hopeful
After
Empowered | Informed | Ambitious | Leader
Copyright © 2016, Qubix International Ltd. All rights reserved. Leading Innovation in Business Analytics
Business Case
Benefits
of 168 businesses actively targeting higher growth with ML
of businesses credit ML for improvements in sales KPIs
38% of businesses achieved 2x improvement
achieved a 5x improvement across key sales KPIs
have experienced a doubling in accelerated sales process
76%
38%
2x
41%
33%
improvement in sales process speed with A/B testing5x
Copyright © 2016, Qubix International Ltd. All rights reserved. Leading Innovation in Business Analytics
Revenue
Acceleration
Cloud Service
Copyright © 2016, Qubix International Ltd. All rights reserved. Leading Innovation in Business Analytics
Example: Machine Learning Approach
Revenue Acceleration Cloud Service
Copyright © 2016, Qubix International Ltd. All rights reserved. Leading Innovation in Business Analytics
What Next?
Where Next on Your Journey?
Free: 4 Hour Machine Learning Workshop
www.qubix.com/predict

More Related Content

What's hot

Transforming Testing : Bruce McLeod
Transforming Testing : Bruce McLeod Transforming Testing : Bruce McLeod
Transforming Testing : Bruce McLeod Thoughtworks
 
High Performance BPO Infographic
High Performance BPO InfographicHigh Performance BPO Infographic
High Performance BPO Infographicaccenture
 
ADP ReThink Global HCM 2015: Driving Innovation, Expertise and Insight
ADP ReThink Global HCM 2015: Driving Innovation, Expertise and InsightADP ReThink Global HCM 2015: Driving Innovation, Expertise and Insight
ADP ReThink Global HCM 2015: Driving Innovation, Expertise and InsightADP, LLC
 
100 day plan - Technology Vision Australian Perspective
100 day plan - Technology Vision Australian Perspective100 day plan - Technology Vision Australian Perspective
100 day plan - Technology Vision Australian Perspectiveaccenture
 
Use Application Portfolio Optimization to accelerate IT value
Use Application Portfolio Optimization to accelerate IT valueUse Application Portfolio Optimization to accelerate IT value
Use Application Portfolio Optimization to accelerate IT valueaccenture
 
Industrial asset optimization overview slideshare
Industrial asset optimization   overview slideshareIndustrial asset optimization   overview slideshare
Industrial asset optimization overview slideshareGenpact Ltd
 
Hexaware Technologies Corporate overview
Hexaware Technologies Corporate overviewHexaware Technologies Corporate overview
Hexaware Technologies Corporate overviewPaulo Boschetti
 
Intetics Geo Company Presentation
Intetics Geo Company PresentationIntetics Geo Company Presentation
Intetics Geo Company PresentationPavel Yalovol
 
A New Blueprint for HR
A New Blueprint for HRA New Blueprint for HR
A New Blueprint for HRaccenture
 
4 Ways of bridging multi-country payroll gaps
4 Ways of bridging multi-country payroll gaps4 Ways of bridging multi-country payroll gaps
4 Ways of bridging multi-country payroll gapsNGA Human Resources
 
Sales Planning like it’s 1999
Sales Planning like it’s 1999Sales Planning like it’s 1999
Sales Planning like it’s 1999accenture
 
The Digitization of Human Resources
The Digitization of Human ResourcesThe Digitization of Human Resources
The Digitization of Human ResourcesAccenture Technology
 
How FinTech is changing the Regulatory Environment: Compliance Keynote at Next
How FinTech is changing the Regulatory Environment: Compliance Keynote at NextHow FinTech is changing the Regulatory Environment: Compliance Keynote at Next
How FinTech is changing the Regulatory Environment: Compliance Keynote at Nextaccenture
 
Navigating the Crude Cycle: 10 Strategic Actions for National Oil Companies
Navigating the Crude Cycle: 10 Strategic Actions for National Oil CompaniesNavigating the Crude Cycle: 10 Strategic Actions for National Oil Companies
Navigating the Crude Cycle: 10 Strategic Actions for National Oil Companiesaccenture
 
Navigating the Crude Cycle: 10 Strategic Actions for exploration and producti...
Navigating the Crude Cycle: 10 Strategic Actions for exploration and producti...Navigating the Crude Cycle: 10 Strategic Actions for exploration and producti...
Navigating the Crude Cycle: 10 Strategic Actions for exploration and producti...accenture
 
Data-driven Product Management
Data-driven Product ManagementData-driven Product Management
Data-driven Product ManagementTathagat Varma
 
Selling in the Age of Distraction – Accenture Strategy
Selling in the Age of Distraction – Accenture StrategySelling in the Age of Distraction – Accenture Strategy
Selling in the Age of Distraction – Accenture Strategyaccenture
 
HMSHost International: The Global Human Capital Management Journey
HMSHost International: The Global Human Capital Management JourneyHMSHost International: The Global Human Capital Management Journey
HMSHost International: The Global Human Capital Management JourneyADP, LLC
 

What's hot (20)

Transforming Testing : Bruce McLeod
Transforming Testing : Bruce McLeod Transforming Testing : Bruce McLeod
Transforming Testing : Bruce McLeod
 
High Performance BPO Infographic
High Performance BPO InfographicHigh Performance BPO Infographic
High Performance BPO Infographic
 
ADP ReThink Global HCM 2015: Driving Innovation, Expertise and Insight
ADP ReThink Global HCM 2015: Driving Innovation, Expertise and InsightADP ReThink Global HCM 2015: Driving Innovation, Expertise and Insight
ADP ReThink Global HCM 2015: Driving Innovation, Expertise and Insight
 
100 day plan - Technology Vision Australian Perspective
100 day plan - Technology Vision Australian Perspective100 day plan - Technology Vision Australian Perspective
100 day plan - Technology Vision Australian Perspective
 
Use Application Portfolio Optimization to accelerate IT value
Use Application Portfolio Optimization to accelerate IT valueUse Application Portfolio Optimization to accelerate IT value
Use Application Portfolio Optimization to accelerate IT value
 
Hexaware corporate overview nov10
Hexaware corporate overview nov10Hexaware corporate overview nov10
Hexaware corporate overview nov10
 
Industrial asset optimization overview slideshare
Industrial asset optimization   overview slideshareIndustrial asset optimization   overview slideshare
Industrial asset optimization overview slideshare
 
Hexaware Technologies Corporate overview
Hexaware Technologies Corporate overviewHexaware Technologies Corporate overview
Hexaware Technologies Corporate overview
 
Intetics Geo Company Presentation
Intetics Geo Company PresentationIntetics Geo Company Presentation
Intetics Geo Company Presentation
 
A New Blueprint for HR
A New Blueprint for HRA New Blueprint for HR
A New Blueprint for HR
 
4 Ways of bridging multi-country payroll gaps
4 Ways of bridging multi-country payroll gaps4 Ways of bridging multi-country payroll gaps
4 Ways of bridging multi-country payroll gaps
 
Sales Planning like it’s 1999
Sales Planning like it’s 1999Sales Planning like it’s 1999
Sales Planning like it’s 1999
 
The Digitization of Human Resources
The Digitization of Human ResourcesThe Digitization of Human Resources
The Digitization of Human Resources
 
How FinTech is changing the Regulatory Environment: Compliance Keynote at Next
How FinTech is changing the Regulatory Environment: Compliance Keynote at NextHow FinTech is changing the Regulatory Environment: Compliance Keynote at Next
How FinTech is changing the Regulatory Environment: Compliance Keynote at Next
 
Navigating the Crude Cycle: 10 Strategic Actions for National Oil Companies
Navigating the Crude Cycle: 10 Strategic Actions for National Oil CompaniesNavigating the Crude Cycle: 10 Strategic Actions for National Oil Companies
Navigating the Crude Cycle: 10 Strategic Actions for National Oil Companies
 
Navigating the Crude Cycle: 10 Strategic Actions for exploration and producti...
Navigating the Crude Cycle: 10 Strategic Actions for exploration and producti...Navigating the Crude Cycle: 10 Strategic Actions for exploration and producti...
Navigating the Crude Cycle: 10 Strategic Actions for exploration and producti...
 
Data-driven Product Management
Data-driven Product ManagementData-driven Product Management
Data-driven Product Management
 
Selling in the Age of Distraction – Accenture Strategy
Selling in the Age of Distraction – Accenture StrategySelling in the Age of Distraction – Accenture Strategy
Selling in the Age of Distraction – Accenture Strategy
 
PPM-IT
PPM-ITPPM-IT
PPM-IT
 
HMSHost International: The Global Human Capital Management Journey
HMSHost International: The Global Human Capital Management JourneyHMSHost International: The Global Human Capital Management Journey
HMSHost International: The Global Human Capital Management Journey
 

Viewers also liked

Comparative and superlative
Comparative and superlativeComparative and superlative
Comparative and superlativewikiworks
 
Eyejusters
EyejustersEyejusters
Eyejusterstriptiji
 
Eval tercer bim 1 c imp
Eval tercer bim 1 c impEval tercer bim 1 c imp
Eval tercer bim 1 c impDiana Carranza
 
Girls generation
Girls generationGirls generation
Girls generationwikiworks
 
1st and 2nd conditional
1st and 2nd conditional1st and 2nd conditional
1st and 2nd conditionalwikiworks
 
Window treaments
Window treamentsWindow treaments
Window treamentstsarah16
 
Present perfect for experiences and with
Present perfect for experiences and withPresent perfect for experiences and with
Present perfect for experiences and withwikiworks
 
ใบงาน2 8
ใบงาน2 8ใบงาน2 8
ใบงาน2 8Aimie 'owo
 
AПDЯЄÏ ѪAПÏБβΔS Values Education 9 LM
AПDЯЄÏ ѪAПÏБβΔS Values Education 9 LMAПDЯЄÏ ѪAПÏБβΔS Values Education 9 LM
AПDЯЄÏ ѪAПÏБβΔS Values Education 9 LMAndrei Manigbas
 
Graphing Traits Unit
Graphing Traits UnitGraphing Traits Unit
Graphing Traits UnitAngela522
 

Viewers also liked (20)

Os nefilins
Os nefilinsOs nefilins
Os nefilins
 
Sashimi choyero
Sashimi choyeroSashimi choyero
Sashimi choyero
 
Comparative and superlative
Comparative and superlativeComparative and superlative
Comparative and superlative
 
Ngày chung đôi
Ngày chung đôiNgày chung đôi
Ngày chung đôi
 
Eyejusters
EyejustersEyejusters
Eyejusters
 
Eval tercer bim 1 c imp
Eval tercer bim 1 c impEval tercer bim 1 c imp
Eval tercer bim 1 c imp
 
Girls generation
Girls generationGirls generation
Girls generation
 
Untitled Presentation
Untitled PresentationUntitled Presentation
Untitled Presentation
 
1st and 2nd conditional
1st and 2nd conditional1st and 2nd conditional
1st and 2nd conditional
 
เกม 2
เกม 2เกม 2
เกม 2
 
Window treaments
Window treamentsWindow treaments
Window treaments
 
Present perfect for experiences and with
Present perfect for experiences and withPresent perfect for experiences and with
Present perfect for experiences and with
 
Pancakes recipe
Pancakes recipePancakes recipe
Pancakes recipe
 
ใบงาน2 8
ใบงาน2 8ใบงาน2 8
ใบงาน2 8
 
Visually
VisuallyVisually
Visually
 
Graphic file types
Graphic file typesGraphic file types
Graphic file types
 
Graphic file types
Graphic file typesGraphic file types
Graphic file types
 
AПDЯЄÏ ѪAПÏБβΔS Values Education 9 LM
AПDЯЄÏ ѪAПÏБβΔS Values Education 9 LMAПDЯЄÏ ѪAПÏБβΔS Values Education 9 LM
AПDЯЄÏ ѪAПÏБβΔS Values Education 9 LM
 
I 7 sprechi_(7_wastes)
I 7 sprechi_(7_wastes)I 7 sprechi_(7_wastes)
I 7 sprechi_(7_wastes)
 
Graphing Traits Unit
Graphing Traits UnitGraphing Traits Unit
Graphing Traits Unit
 

Similar to Using Machine Learning to Accelerate Revenue

final5stepstodigitalfinanceleadershipslideshare-160915102639
final5stepstodigitalfinanceleadershipslideshare-160915102639final5stepstodigitalfinanceleadershipslideshare-160915102639
final5stepstodigitalfinanceleadershipslideshare-160915102639Andy Reynolds
 
Transforming Business with Smarter Analytics
Transforming Business with Smarter AnalyticsTransforming Business with Smarter Analytics
Transforming Business with Smarter AnalyticsCTI Group
 
Data Science Introduction by Emerging India Analytics
Data Science Introduction by Emerging India AnalyticsData Science Introduction by Emerging India Analytics
Data Science Introduction by Emerging India AnalyticsAyeshaSharma29
 
Business Intelligence, Data Analytics, and AI
Business Intelligence, Data Analytics, and AIBusiness Intelligence, Data Analytics, and AI
Business Intelligence, Data Analytics, and AIJohnny Jepp
 
Smarter analytics101 v2.0.1
Smarter analytics101 v2.0.1Smarter analytics101 v2.0.1
Smarter analytics101 v2.0.1Jenawahl
 
Energy Trading and Prescriptive Analytics
Energy Trading and Prescriptive AnalyticsEnergy Trading and Prescriptive Analytics
Energy Trading and Prescriptive AnalyticsChris McManaman
 
Analytics: What is it really and how can it help my organization?
Analytics: What is it really and how can it help my organization?Analytics: What is it really and how can it help my organization?
Analytics: What is it really and how can it help my organization?SAS Canada
 
Fuel for the cognitive age: What's new in IBM predictive analytics
Fuel for the cognitive age: What's new in IBM predictive analytics Fuel for the cognitive age: What's new in IBM predictive analytics
Fuel for the cognitive age: What's new in IBM predictive analytics IBM SPSS Software
 
Driving the Future of Sales Operations
Driving the Future of Sales OperationsDriving the Future of Sales Operations
Driving the Future of Sales OperationsApttus
 
Automation, Analytics, and Artificial Intelligence - Panel
Automation, Analytics, and Artificial Intelligence - PanelAutomation, Analytics, and Artificial Intelligence - Panel
Automation, Analytics, and Artificial Intelligence - PanelAnandSRao1962
 
Meet the new champ: Why HR managers go wild for QlikView 9 people intelligenc...
Meet the new champ: Why HR managers go wild for QlikView 9 people intelligenc...Meet the new champ: Why HR managers go wild for QlikView 9 people intelligenc...
Meet the new champ: Why HR managers go wild for QlikView 9 people intelligenc...TopLine Strategies
 
La Importancia del Análisis de la Información
La Importancia del Análisis de la InformaciónLa Importancia del Análisis de la Información
La Importancia del Análisis de la InformaciónNexolution
 
What's New in Predictive Analytics IBM SPSS
What's New in Predictive Analytics IBM SPSSWhat's New in Predictive Analytics IBM SPSS
What's New in Predictive Analytics IBM SPSSVirginia Fernandez
 
What's New in Predictive Analytics IBM SPSS - Apr 2016
What's New in Predictive Analytics IBM SPSS - Apr 2016What's New in Predictive Analytics IBM SPSS - Apr 2016
What's New in Predictive Analytics IBM SPSS - Apr 2016Edgar Alejandro Villegas
 
Off Root | Company presentation
Off Root | Company presentationOff Root | Company presentation
Off Root | Company presentationXavier Payage
 
Barga Galvanize Sept 2015
Barga Galvanize Sept 2015Barga Galvanize Sept 2015
Barga Galvanize Sept 2015Roger Barga
 
Erfolgreicher agieren mit Analytics_Markus Barmettler_IBM Symposium 2013
Erfolgreicher agieren mit Analytics_Markus Barmettler_IBM Symposium 2013Erfolgreicher agieren mit Analytics_Markus Barmettler_IBM Symposium 2013
Erfolgreicher agieren mit Analytics_Markus Barmettler_IBM Symposium 2013IBM Switzerland
 

Similar to Using Machine Learning to Accelerate Revenue (20)

final5stepstodigitalfinanceleadershipslideshare-160915102639
final5stepstodigitalfinanceleadershipslideshare-160915102639final5stepstodigitalfinanceleadershipslideshare-160915102639
final5stepstodigitalfinanceleadershipslideshare-160915102639
 
Transforming Business with Smarter Analytics
Transforming Business with Smarter AnalyticsTransforming Business with Smarter Analytics
Transforming Business with Smarter Analytics
 
AI Planning Workshop overview
AI Planning Workshop overviewAI Planning Workshop overview
AI Planning Workshop overview
 
Data Science Introduction by Emerging India Analytics
Data Science Introduction by Emerging India AnalyticsData Science Introduction by Emerging India Analytics
Data Science Introduction by Emerging India Analytics
 
Business Intelligence, Data Analytics, and AI
Business Intelligence, Data Analytics, and AIBusiness Intelligence, Data Analytics, and AI
Business Intelligence, Data Analytics, and AI
 
Gazelle presentation
Gazelle presentationGazelle presentation
Gazelle presentation
 
Smarter analytics101 v2.0.1
Smarter analytics101 v2.0.1Smarter analytics101 v2.0.1
Smarter analytics101 v2.0.1
 
Energy Trading and Prescriptive Analytics
Energy Trading and Prescriptive AnalyticsEnergy Trading and Prescriptive Analytics
Energy Trading and Prescriptive Analytics
 
Analytics: What is it really and how can it help my organization?
Analytics: What is it really and how can it help my organization?Analytics: What is it really and how can it help my organization?
Analytics: What is it really and how can it help my organization?
 
Fuel for the cognitive age: What's new in IBM predictive analytics
Fuel for the cognitive age: What's new in IBM predictive analytics Fuel for the cognitive age: What's new in IBM predictive analytics
Fuel for the cognitive age: What's new in IBM predictive analytics
 
Driving the Future of Sales Operations
Driving the Future of Sales OperationsDriving the Future of Sales Operations
Driving the Future of Sales Operations
 
Join Axtria - Ingenious Insights
Join Axtria - Ingenious InsightsJoin Axtria - Ingenious Insights
Join Axtria - Ingenious Insights
 
Automation, Analytics, and Artificial Intelligence - Panel
Automation, Analytics, and Artificial Intelligence - PanelAutomation, Analytics, and Artificial Intelligence - Panel
Automation, Analytics, and Artificial Intelligence - Panel
 
Meet the new champ: Why HR managers go wild for QlikView 9 people intelligenc...
Meet the new champ: Why HR managers go wild for QlikView 9 people intelligenc...Meet the new champ: Why HR managers go wild for QlikView 9 people intelligenc...
Meet the new champ: Why HR managers go wild for QlikView 9 people intelligenc...
 
La Importancia del Análisis de la Información
La Importancia del Análisis de la InformaciónLa Importancia del Análisis de la Información
La Importancia del Análisis de la Información
 
What's New in Predictive Analytics IBM SPSS
What's New in Predictive Analytics IBM SPSSWhat's New in Predictive Analytics IBM SPSS
What's New in Predictive Analytics IBM SPSS
 
What's New in Predictive Analytics IBM SPSS - Apr 2016
What's New in Predictive Analytics IBM SPSS - Apr 2016What's New in Predictive Analytics IBM SPSS - Apr 2016
What's New in Predictive Analytics IBM SPSS - Apr 2016
 
Off Root | Company presentation
Off Root | Company presentationOff Root | Company presentation
Off Root | Company presentation
 
Barga Galvanize Sept 2015
Barga Galvanize Sept 2015Barga Galvanize Sept 2015
Barga Galvanize Sept 2015
 
Erfolgreicher agieren mit Analytics_Markus Barmettler_IBM Symposium 2013
Erfolgreicher agieren mit Analytics_Markus Barmettler_IBM Symposium 2013Erfolgreicher agieren mit Analytics_Markus Barmettler_IBM Symposium 2013
Erfolgreicher agieren mit Analytics_Markus Barmettler_IBM Symposium 2013
 

Recently uploaded

Call Girls In Bellandur ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bellandur ☎ 7737669865 🥵 Book Your One night StandCall Girls In Bellandur ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bellandur ☎ 7737669865 🥵 Book Your One night Standamitlee9823
 
Vip Mumbai Call Girls Thane West Call On 9920725232 With Body to body massage...
Vip Mumbai Call Girls Thane West Call On 9920725232 With Body to body massage...Vip Mumbai Call Girls Thane West Call On 9920725232 With Body to body massage...
Vip Mumbai Call Girls Thane West Call On 9920725232 With Body to body massage...amitlee9823
 
➥🔝 7737669865 🔝▻ Thrissur Call-girls in Women Seeking Men 🔝Thrissur🔝 Escor...
➥🔝 7737669865 🔝▻ Thrissur Call-girls in Women Seeking Men  🔝Thrissur🔝   Escor...➥🔝 7737669865 🔝▻ Thrissur Call-girls in Women Seeking Men  🔝Thrissur🔝   Escor...
➥🔝 7737669865 🔝▻ Thrissur Call-girls in Women Seeking Men 🔝Thrissur🔝 Escor...amitlee9823
 
Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...amitlee9823
 
Probability Grade 10 Third Quarter Lessons
Probability Grade 10 Third Quarter LessonsProbability Grade 10 Third Quarter Lessons
Probability Grade 10 Third Quarter LessonsJoseMangaJr1
 
Capstone Project on IBM Data Analytics Program
Capstone Project on IBM Data Analytics ProgramCapstone Project on IBM Data Analytics Program
Capstone Project on IBM Data Analytics ProgramMoniSankarHazra
 
5CL-ADBA,5cladba, Chinese supplier, safety is guaranteed
5CL-ADBA,5cladba, Chinese supplier, safety is guaranteed5CL-ADBA,5cladba, Chinese supplier, safety is guaranteed
5CL-ADBA,5cladba, Chinese supplier, safety is guaranteedamy56318795
 
April 2024 - Crypto Market Report's Analysis
April 2024 - Crypto Market Report's AnalysisApril 2024 - Crypto Market Report's Analysis
April 2024 - Crypto Market Report's Analysismanisha194592
 
➥🔝 7737669865 🔝▻ Dindigul Call-girls in Women Seeking Men 🔝Dindigul🔝 Escor...
➥🔝 7737669865 🔝▻ Dindigul Call-girls in Women Seeking Men  🔝Dindigul🔝   Escor...➥🔝 7737669865 🔝▻ Dindigul Call-girls in Women Seeking Men  🔝Dindigul🔝   Escor...
➥🔝 7737669865 🔝▻ Dindigul Call-girls in Women Seeking Men 🔝Dindigul🔝 Escor...amitlee9823
 
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...Valters Lauzums
 
Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...amitlee9823
 
Call Girls In Nandini Layout ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Nandini Layout ☎ 7737669865 🥵 Book Your One night StandCall Girls In Nandini Layout ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Nandini Layout ☎ 7737669865 🥵 Book Your One night Standamitlee9823
 
Midocean dropshipping via API with DroFx
Midocean dropshipping via API with DroFxMidocean dropshipping via API with DroFx
Midocean dropshipping via API with DroFxolyaivanovalion
 
Detecting Credit Card Fraud: A Machine Learning Approach
Detecting Credit Card Fraud: A Machine Learning ApproachDetecting Credit Card Fraud: A Machine Learning Approach
Detecting Credit Card Fraud: A Machine Learning ApproachBoston Institute of Analytics
 
Call Girls In Doddaballapur Road ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Doddaballapur Road ☎ 7737669865 🥵 Book Your One night StandCall Girls In Doddaballapur Road ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Doddaballapur Road ☎ 7737669865 🥵 Book Your One night Standamitlee9823
 
Escorts Service Kumaraswamy Layout ☎ 7737669865☎ Book Your One night Stand (B...
Escorts Service Kumaraswamy Layout ☎ 7737669865☎ Book Your One night Stand (B...Escorts Service Kumaraswamy Layout ☎ 7737669865☎ Book Your One night Stand (B...
Escorts Service Kumaraswamy Layout ☎ 7737669865☎ Book Your One night Stand (B...amitlee9823
 
Call Girls In Attibele ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Attibele ☎ 7737669865 🥵 Book Your One night StandCall Girls In Attibele ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Attibele ☎ 7737669865 🥵 Book Your One night Standamitlee9823
 

Recently uploaded (20)

Call Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts Service
Call Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts ServiceCall Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts Service
Call Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts Service
 
Predicting Loan Approval: A Data Science Project
Predicting Loan Approval: A Data Science ProjectPredicting Loan Approval: A Data Science Project
Predicting Loan Approval: A Data Science Project
 
Call Girls In Bellandur ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bellandur ☎ 7737669865 🥵 Book Your One night StandCall Girls In Bellandur ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bellandur ☎ 7737669865 🥵 Book Your One night Stand
 
Vip Mumbai Call Girls Thane West Call On 9920725232 With Body to body massage...
Vip Mumbai Call Girls Thane West Call On 9920725232 With Body to body massage...Vip Mumbai Call Girls Thane West Call On 9920725232 With Body to body massage...
Vip Mumbai Call Girls Thane West Call On 9920725232 With Body to body massage...
 
Abortion pills in Jeddah | +966572737505 | Get Cytotec
Abortion pills in Jeddah | +966572737505 | Get CytotecAbortion pills in Jeddah | +966572737505 | Get Cytotec
Abortion pills in Jeddah | +966572737505 | Get Cytotec
 
➥🔝 7737669865 🔝▻ Thrissur Call-girls in Women Seeking Men 🔝Thrissur🔝 Escor...
➥🔝 7737669865 🔝▻ Thrissur Call-girls in Women Seeking Men  🔝Thrissur🔝   Escor...➥🔝 7737669865 🔝▻ Thrissur Call-girls in Women Seeking Men  🔝Thrissur🔝   Escor...
➥🔝 7737669865 🔝▻ Thrissur Call-girls in Women Seeking Men 🔝Thrissur🔝 Escor...
 
Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
 
Probability Grade 10 Third Quarter Lessons
Probability Grade 10 Third Quarter LessonsProbability Grade 10 Third Quarter Lessons
Probability Grade 10 Third Quarter Lessons
 
Capstone Project on IBM Data Analytics Program
Capstone Project on IBM Data Analytics ProgramCapstone Project on IBM Data Analytics Program
Capstone Project on IBM Data Analytics Program
 
5CL-ADBA,5cladba, Chinese supplier, safety is guaranteed
5CL-ADBA,5cladba, Chinese supplier, safety is guaranteed5CL-ADBA,5cladba, Chinese supplier, safety is guaranteed
5CL-ADBA,5cladba, Chinese supplier, safety is guaranteed
 
April 2024 - Crypto Market Report's Analysis
April 2024 - Crypto Market Report's AnalysisApril 2024 - Crypto Market Report's Analysis
April 2024 - Crypto Market Report's Analysis
 
➥🔝 7737669865 🔝▻ Dindigul Call-girls in Women Seeking Men 🔝Dindigul🔝 Escor...
➥🔝 7737669865 🔝▻ Dindigul Call-girls in Women Seeking Men  🔝Dindigul🔝   Escor...➥🔝 7737669865 🔝▻ Dindigul Call-girls in Women Seeking Men  🔝Dindigul🔝   Escor...
➥🔝 7737669865 🔝▻ Dindigul Call-girls in Women Seeking Men 🔝Dindigul🔝 Escor...
 
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
 
Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
 
Call Girls In Nandini Layout ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Nandini Layout ☎ 7737669865 🥵 Book Your One night StandCall Girls In Nandini Layout ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Nandini Layout ☎ 7737669865 🥵 Book Your One night Stand
 
Midocean dropshipping via API with DroFx
Midocean dropshipping via API with DroFxMidocean dropshipping via API with DroFx
Midocean dropshipping via API with DroFx
 
Detecting Credit Card Fraud: A Machine Learning Approach
Detecting Credit Card Fraud: A Machine Learning ApproachDetecting Credit Card Fraud: A Machine Learning Approach
Detecting Credit Card Fraud: A Machine Learning Approach
 
Call Girls In Doddaballapur Road ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Doddaballapur Road ☎ 7737669865 🥵 Book Your One night StandCall Girls In Doddaballapur Road ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Doddaballapur Road ☎ 7737669865 🥵 Book Your One night Stand
 
Escorts Service Kumaraswamy Layout ☎ 7737669865☎ Book Your One night Stand (B...
Escorts Service Kumaraswamy Layout ☎ 7737669865☎ Book Your One night Stand (B...Escorts Service Kumaraswamy Layout ☎ 7737669865☎ Book Your One night Stand (B...
Escorts Service Kumaraswamy Layout ☎ 7737669865☎ Book Your One night Stand (B...
 
Call Girls In Attibele ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Attibele ☎ 7737669865 🥵 Book Your One night StandCall Girls In Attibele ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Attibele ☎ 7737669865 🥵 Book Your One night Stand
 

Using Machine Learning to Accelerate Revenue

  • 1. Machine Learning Revenue Acceleration Machine Learning + Predictive Analytics = Scale Sales - How?
  • 3. Copyright © 2016, Qubix International Ltd. All rights reserved. Leading Innovation in Business Analytics Discussion Topics… • Introduction to Qubix • What is Machine Learning • Why does Machine Learning Matter - Use Cases • How can Machine Learning Accelerate Revenue • Building the Business Case • Your Next Steps
  • 4. What’s Right for You? # of Business Analytics Projects…. 300+ Customers Include: •Lloyds Banking Group •Nomura Bank •Debenhams •Canon •Virgin Atlantic •HMV •NHS England •Experian •Angel Trains •Schroders •Mizuho Bank •Carpetright Global Presence: 350+ years of experience Why Qubix? Proven. Trusted. Flexible. 15+ Years Oracle Platinum Partner Incredible Customer List UK • Slovenia • USA • Australia • Japan • India Depth of capability… Strategy Design Train Optimise Support Integrate Qubix Approach… With You, Not to You Outcome Driven What’s right for you? Qubix Journey Methodology Deploy Hyperion • BI • Big Data
  • 5. Private & Confidential July, 2016 Expansive Team & Project Experience 5 ‣ Abbott Diabetes Care (ADC) ‣ Abbott Labs ‣ Abu Dhabi Media Company ‣ Adecco ‣ Al Ghurair ‣ Alcon Laboratories Australia ‣ Allegion ‣ Angel Trains ‣ Banka Slovenije ‣ Bauer Media ‣ Baxters Food Group Ltd ‣ British Telecom ‣ Bupa ‣ Cairn Energy ‣ Canon ‣ Carpetright ‣ Charles Tyrwhitt LLP ‣ Civeo ‣ Coach, Inc ‣ Cornwall County Council ‣ Credit Suisse ‣ Dartford Borough Council ‣ Debenhams PLC ‣ Devon County Council ‣ DHL ‣ Dixons CarPhone ‣ Drake & Scull ‣ Durham CC ‣ Electronic Arts ‣ Emerson Network Power ‣ Endeka Ceramics ‣ Essex County Council ‣ ETI d.d. ‣ Experian ‣ First Quantum Minerals (UK) Ltd ‣ FRT.AT ‣ Gazal Corporation Limited ‣ GE Commercial Aviation Services ‣ Genworth ‣ Geopost ‣ Guardian Media Group ‣ Hampshire County Council ‣ Highland Council ‣ HIT Nova Gorica ‣ Hitachi Construction Machinery ‣ HMV Retail Ltd ‣ HSS Hire ‣ Hypertherm ‣ ICAP ‣ Infosys ‣ Ingersoll Rand ‣ Intrasoft ‣ Invesco ‣ Investec ‣ IPMIT d.o.o. ‣ Jumeirah ‣ Lehman Brothers ‣ Linbrook Services Ltd ‣ Lloyds ADM ‣ Lloyds International Private Banking ‣ Lloyds TSB Acquisition Finance ‣ London Borough of Croydon ‣ Luxottica ‣ Macquarie Bank Australia ‣ Maistra ‣ Majid Al Futtaim ‣ MERCATOR ‣ Mercedes Benz Retail ‣ Merck ‣ MIDIS Group ‣ Ministry of Defence ‣ Ministry of Justice ‣ Ministry of the Environment ‣ Mizuho ‣ Monarch Airlines ‣ Motability Operations ‣ MTS ‣ National Bank of Dubai ‣ National Trust ‣ NBTY Europe Ltd ‣ Network Rail ‣ NextGen Distribution Pty Ltd ‣ NHS England ‣ Nomura ‣ Nomura Bank (Japan) ‣ Norfolk & Suffolk Police ‣ North Yorkshire County Council ‣ Northumberland County Council ‣ Nottingham Building Society ‣ Nutricia ‣ Oasis Healthcare ‣ Ocado ‣ Oman Oil Company ‣ Oracle America, Inc ‣ PA Consulting ‣ Parsons Brinckerhoff ‣ Perkins Engines ‣ Port of Tyne ‣ QBE ‣ ResMed Ltd ‣ Ricoh ‣ RTV ‣ Rural Payments Agency ‣ Salmat Limited ‣ Scholastic ‣ Schroders Investment Management ‣ Sodexo ‣ Tabreed ‣ TAQA ‣ TDIC ‣ Tesco Bank ‣ The Travel Corporation Pty Ltd ‣ Tokyo Electron ‣ Transport Research Laboratory ‣ UBM ‣ United Nations ‣ UTS ‣ Virgin Atlantic ‣ Vodafone ‣ Wegmans
  • 6. Copyright © 2016, Qubix International Ltd. All rights reserved. Leading Innovation in Business Analytics What is Machine Learning?
  • 7. Define machine learning is more than just a buzzword. A core driver of Artificial Intelligence. Machine Learning describes computers learning from data with minimal programming. If you use Google, Amazon, Netflix, or Uber you already use ML.
  • 8. Define traditional - MIS & BI The Past The Future machine - Predictive
  • 9. Type 1 machine learning has three core flavors. {Supervised} This algorithm consist of a target / outcome variable (or dependent variable) which is to be predicted from a given set of predictors (independent variables)
  • 10. Type 2 machine learning has three core flavors. {Unsupervised Learning} In this algorithm there is no target or outcome variable to predict / estimate, so this approach is used for clustering in different groups
  • 11. Type 3 machine learning has three core flavors. {Reinforcement Learning} Using this algorithm the machine is trained to make specific decisions using trial and error
  • 12. algorithms {Linear Regression} {Decision Tree} {Logistic Regression} {SVN} {KNN} {Naive Bayes} {K-Mean} {Random Forest} {Dimensionality Reduction Algorithms} {Gradient Boost & Adaboost}
  • 13. Algorithms in “English” (sort of) Linear Regression Linear regression can be used to fit a predictive model to a set of observed values (data). This is useful, if the goal is prediction, or forecasting, or reduction Logistic Regression A mathematical model used in statistics to estimate the probability of an event occurring having been given some previous data SVN Support Vector Machines (SVN) are supervised learning models with associated learning algorithms that analyze data used for classification and regression analysis Decision Tree The goal is to create a model that predicts the value of a target variable based on several input variables Naive Bayes A simple technique for constructing classifiers: models that assign class labels to problem instances, represented in feature values, where the class labels are drawn from some finite set Dimensionality Reduction Algorithms The process of reducing the number of random variables under consideration, via obtaining a set of principal variables. These are then divided into feature selection and feature extraction K-Mean Is a simple and efficient way of deriving a non-hierarchical model used in clustering Random Forest A collection of Decision Trees. To classify a new object based on attributes, each tree gives a classification and the tree “votes” for that class KNN K nearest neighbors (KNN) is a simple algorithm that stores all available cases and classifies new cases by a majority vote of its k neighbors Gradient Boost & Adaboost A boosting algorithm that combines multiple weak or average predictors to build a stronger predictor
  • 14. Copyright © 2016, Qubix International Ltd. All rights reserved. Leading Innovation in Business Analytics ML Use Cases for Today
  • 15. Benefits of 168 businesses actively targeting higher growth with ML of businesses credit ML for improvements in sales KPIs 38% of businesses achieved 2x improvement achieved a 5x improvement across key sales KPIs have experienced a doubling in accelerated sales process 76% 38% 2x 41% 33% improvement in sales process speed with A/B testing5x
  • 16. Audience Insight naturally occurring tribes social & cultural fingerprint segment into interest based clusters
  • 17. Recommendation 12% of revenue comes from recommendations 5.5 times higher conversion rates learned promotion of products & services
  • 18. Clone Best Rep identify successful behaviours best next steps task automation predict outcomes learn and scale successful habits
  • 19. Clone Best Customer conversion patterns historical signals interaction monitoring probability ranking learn and scale successful habits
  • 20. Predictive Scoring which leads will convert and why where to find more leads embed into process
  • 21. Predictive Forecasting probability of bookings range of outcomes what-if scenarios make more profitable decisions
  • 22. A/B Experimentation price based A/B testing customer journey optimization learn at scale be more relevant than competition
  • 23. Churn Reduction identify signals of customer risk integrate social media sentiment prioritize customer success teams automate counter measures
  • 24. Renewal Optimize probability of renewal cluster social sentiment analysis learned interventions priority ranking
  • 25. ML & Revenue… Add algorithmic rigor to human intuition Scientific enhancement of revenue supply chain Data Driven experimentation & learning Automation and scalability Create revenue faster with more predictability 1 2 3 4 5
  • 26. Copyright © 2016, Qubix International Ltd. All rights reserved. Leading Innovation in Business Analytics How to Change
  • 27. How to Change ask what will happen? agree strategic intent don’t over engineer work with data experts Our clients…
  • 28. Copyright © 2016, Qubix International Ltd. All rights reserved. Leading Innovation in Business Analytics Insight-as-a-Service • A new “as-a-service” model • Results without the ‣ delays ‣ complexity ‣ & cost
  • 29. Create Success… Executive Support and Sponsorship Collaborative Approach Effective Project Management Change Management Knowledge Transfer 1 2 3 4 5
  • 30. Specifics… Data doesn’t have to be perfect Systems don’t have to be modern Lower dependency on internal resources Infrastructure is optional Need identified business problem / opportunity 1 2 3 4 5
  • 31. How Does it Feel? Before Overwhelmed | Sceptical | Out of Date | Unsure During Involved | See Proof | Hopeful After Empowered | Informed | Ambitious | Leader
  • 32. Copyright © 2016, Qubix International Ltd. All rights reserved. Leading Innovation in Business Analytics Business Case
  • 33.
  • 34. Benefits of 168 businesses actively targeting higher growth with ML of businesses credit ML for improvements in sales KPIs 38% of businesses achieved 2x improvement achieved a 5x improvement across key sales KPIs have experienced a doubling in accelerated sales process 76% 38% 2x 41% 33% improvement in sales process speed with A/B testing5x
  • 35. Copyright © 2016, Qubix International Ltd. All rights reserved. Leading Innovation in Business Analytics Revenue Acceleration Cloud Service
  • 36. Copyright © 2016, Qubix International Ltd. All rights reserved. Leading Innovation in Business Analytics Example: Machine Learning Approach Revenue Acceleration Cloud Service
  • 37.
  • 38. Copyright © 2016, Qubix International Ltd. All rights reserved. Leading Innovation in Business Analytics What Next?
  • 39. Where Next on Your Journey? Free: 4 Hour Machine Learning Workshop www.qubix.com/predict