SlideShare a Scribd company logo
1 of 19
Download to read offline
Machine Learning in
Customer Analytics

January 23, 2014 | Proprietary and Confidential
Transformation Through Integration: Realizing
the Full Potential of Your Information

blueocean is a next-generation services organization with a deep focus on analytics, market
intelligence and digital media, all uniquely delivered under one roof by 650 plus professionals.
Our 360 Discovery TM process ensures the comprehensive utilization of all available structured and
unstructured data sources, enabling us to bring the best to bear against each project.
By combining the talent, speed and cost benefit of a flat world, along with our scalable delivery
model, we are able to achieve a more nuanced and comprehensive understanding of the market at
the delivery speed and price advantage that today’s business climate demands.

2
What is Machine Learning?
Machine learns
patterns in the training
data using input
features

Patterns learned
applied to unseen data
to ensure generalization

If generalization fails,
input features modified;
more training data fed to
algorithm

Regression or
classification performed

3
Machine Learning Comes of Age
The era of Analytics 3.0 combines structured
transactional data and unstructured text data with
complex machine learning algorithms to generate
better and faster insights
Analytics 1.0

Implementing business intelligence
Reporting
Descriptive Analytics
Focus on internal, structured data

•
•
•
•

Key Technology Enablers for
Machine Learning
•

Better and inexpensive storage capacities

•

Increased processing power of machines

•

Large scale availability of data

•

Open source revolution

•

Advent of Hadoop ,NoSQL technologies

Key Business Enablers for
Machine Learning
•
•
Analytics 3.0
• Combining structured and unstructured data formats
• Analytics central to the business strategy
• Faster technologies
• Analytics model embedded into operational and decision processes
4

Applications in unconventional fields
thus gaining wider acceptance
Organizations have higher analytics
maturity curve

•

Lower implementation cost
From Science to Enterprise – How Big Data is Assisting
Machine Learning

•
•

Big Data Analytics offers access to speech, text and social analytics tools and expertise on demand
Machine Learning allows rapid processing of large amounts of customer centric data including customer
conversations in the form of calls, email, chat
Unstructured data comes from multiple sources:

CCTV camera
data
CDR data
(Telecom)

Digital pictures
and videos
posted online

Sensors used
to gather
information
5

Telephonic conversation
Emails and
feedbacks

GPS data
(from
mobile
devices)

Transaction records Access
Logs
Posts to social media sites

To churn big data to actionable insights brings in new
practical and theoretical challenges:

Data Acquisition l Storage l
Processing l Data Transport and
Dissemination l Data Management
and Curation l Archiving l Security
l Analyzing for Business Actions
What can Machine Learning Do for Business?
Learn – Algorithms and
computational models
to learn and gain
knowledge about users
Cloud Computing
Natural Language
Processing –
Sentiment Analysis
Text Classification
Knowledge
Acquisition
Multilingual
language
processing

Predict – Predictive
analytics to provide
actionable information
for organizations
Big data
Algorithms
• Bayesian
Classifier
• Neural Networks
• SVM

With machine learning everybody wins
Wide applications across industries:

• Recommender Systems
• Biotechnology
• Supply chain
optimization
6

• Product Marketing
• Counter-Terrorism
• Fraud Detection
Use-Case: Machine Learning in Customer Analytics
(Telecom)
Build single view
of customer

STRUCTURED

Network data

Analytics Engine

Call Data Records

Data
Aggregation
GPRS Data Records

Next Best offer
Churn prediction
Campaign Mgmt
Social Network Analytics

Contact Centre logs

UNSTRUCTURED

7
Categories of Machine Learning Algorithms
Supervised Learning Algorithms:
•
•

Training the machine on a training dataset with set of input features and a
corresponding output
Generalization: Machine learns a mathematical function which could be generalized
and applied to unseen data

Examples:
•
•
•

Classifying email as spam/not spam
Predict loan default ( Yes/No)
Forecast stock prices

Unsupervised Learning Algorithms:
•
•
•

Training dataset does not require labeled outputs.
Function mapping from inputs to output not done.
Objective is to understand structure in the data.

Examples:
•
•

8

Discovering different segments of telecom subscribers based on their call patterns and
data usage.
Social Network Analysis: Discovering communities within large groups of people.
Advantages of Machine Learning

•
•

Large scale deployments of Machine
Learning beneficial in terms of
improved speed and accuracy

•

Understands non-linearity in the data
and generates a function mapping
input to output (Supervised Learning)

•

Recommended for solving classification
and regression problems

•

Ensures better profiling of customers to
understand their needs

•

9

Useful where large scale data is
available

Helps serve customers better and
reduce attrition
Disadvantages of Machine Learning

• Limited understanding of the
machinery of classifiers (Black Box)
• Requires significant amount of data
• May not work in cases where data
collection is difficult or expensive

• Problem of over-fitting if model fitted
on small dataset

10
Challenges in Machine Learning Implementation

•

Integration of data from different sources within the organization

•

Good business understanding required to build better input features

•

Thorough understanding of algorithms required before it can be
deployed

•

Appropriate selection of machine learning algorithm essential

•

Implementing algorithms
interpretability and insights

11

which

can

give

more

business
Statistics in the Age of Machine Learning

• Statistics: Mainly deals with probabilistic or deterministic approach
• Popular in fields where data collection can be difficult or
expensive in nature
• Provides good understanding of population where only sample
data can be collected e.g. Brand survey, quality control checks,
clinical trials
• Intuitively provides more understanding about drivers of the
objective function
12
Case Studies

13
Case Study: Gender Prediction Using Supervised
Learning Algorithms
Challenge

Machine Learning

•
•
•
•

The client is a pioneer in measurement of mobile subscriber behavior
The metering application installed on smart devices captures behavior of the device accurately
The client wanted to predict gender of the subscribers based on installed mobile Applications
This information was to be used by advertisers in order to ensure focused and targeted marketing.

Approach
•
•
•
•
•

Initial data provided by the client was a set of user IDs along with the application names
Data cleansing and transformations were performed in order to ensure data can be fed to a supervised learning
algorithm
The data provided was highly imbalanced and skewed towards males as it was the dominant class to be
predicted
Applied weighted measures to give more importance to the minority class
Support Vector Machines Learning Algorithm was applied to predict gender of the subscribers

Result
•
•

14

Achieved accuracy close to 80% for both classes of interest
Developed an integrated solution with a GUI to enable real time results to be obtained based on real time data
feeds to the learning algorithm
Case Study: Incentivizing existing policies for a leading
Insurance Company
Challenge
Machine Learning & Predictive Analytics

•
•

Approach
•
•
•

The two policies Traditional and ULIP were in two states – In-force and Lapsed.
Data cleansing was done using a proprietary statistical tool
A binary logistic regression algorithm was applied on each of the policies with lapsed and in-force data

Result
•

•

15

Access lapsed insurance policies having a potential of repayment (and hence reactivation) within a specific time
frame
Identify criteria to incentivize existing in-force policies

Predictors that influenced the predictive model were:
o Premium to be paid
o Income of the policy holder
o Occupation and total sum assured at the end of maturity
It was important to target lapsed policies within a specific time frame beyond which customers would be difficult
to be re-activated
Case Study : Applying face recognition to enable
multiple applications
Challenge
•

Design a face detection and recognition algorithm for applications across multiple domains

Approach
•
•

Create a databases of faces and performed face detection using Haar cascades algorithm
Matched captured face images in the existing database of facial images of people. - We used face recognition
algorithms using Principle component analysis

Result
•
•

16

Achieved accuracy close to 60% for face recognition and 70% for face detection
Can be applied to strengthening security measures in organizations, identifying and providing offers to repeat
customers in retail stores
In Summary

• With big data a reality machine learning is finding wider acceptance across
various industries
• Machine learning is paving the way to solve complex business challenges in an
efficient and effective manner
• To reap the benefits of machine learning it is essential to identify the areas
where it can be applied effectively
• Good business understanding is required to build smarter solutions
17
Blueocean Analytics Service Areas
Customer Analytics

Marketing Analytics

Focus on better customer
experience through enhanced
engagement
•
•
•
•
•
•
•

Customer Acquisition
Portfolio Management
Attrition/Churn Analysis
Loyalty Management
Customer Contact Analytics
Customer Risk Analytics
Others …

Special Focus Areas

Develop and optimize marketing
strategies through smart
evaluation of programs
•
•
•
•
•
•

ROMI
Market Mix Modelling
Simulated Pricing Models
Promotion Analytics
Product Analysis
Others …

Specialized intelligent solutions
that keep pace with socioeconomic trends
•
•
•
•
•
•
•
•

Collections Analytics
Real Time Analytics
Social Network Analytics
Telemetry
Visual Analytics
Speech and Text Analytics
Social Media Analytics
Others…

Data Management, Big Data and Smart Business Intelligence
Focus on creating a single source of “truth” and providing insightful analysis rather than plethora of reports

Datamart Solution
18

Reporting and Smart
BI Services

Big Data Services
Thank you
For more information:
Durjoy Patranabish
Senior Vice President
durjoy.p@blueoceanmi.com
Eron Kar
Analytics Delivery Lead
eron.k@blueoceanmi.com
analytics@blueoceanmi.com

19

More Related Content

What's hot

Software management renaissance
Software management renaissanceSoftware management renaissance
Software management renaissanceKuppusamy P
 
Machine learning for predictive maintenance external
Machine learning for predictive maintenance   externalMachine learning for predictive maintenance   external
Machine learning for predictive maintenance externalPrashant K Dhingra
 
SQX Solution Day 2013 Q2 - Milestone Update
SQX Solution Day 2013 Q2 - Milestone UpdateSQX Solution Day 2013 Q2 - Milestone Update
SQX Solution Day 2013 Q2 - Milestone UpdateAlex Kwan
 
Cost Benefit Analysis Method
Cost Benefit Analysis MethodCost Benefit Analysis Method
Cost Benefit Analysis MethodHimanshu
 
Machine Learning & Predictive Maintenance
Machine Learning &  Predictive MaintenanceMachine Learning &  Predictive Maintenance
Machine Learning & Predictive MaintenanceArnab Biswas
 
"An Introduction to Machine Learning and How to Teach Machines to See," a Pre...
"An Introduction to Machine Learning and How to Teach Machines to See," a Pre..."An Introduction to Machine Learning and How to Teach Machines to See," a Pre...
"An Introduction to Machine Learning and How to Teach Machines to See," a Pre...Edge AI and Vision Alliance
 
The Human: Eye and vision
The Human: Eye and visionThe Human: Eye and vision
The Human: Eye and visionhcicourse
 
Lect4 software economics
Lect4 software economicsLect4 software economics
Lect4 software economicsmeena466141
 
Smart Data Slides: Machine Learning - Case Studies
Smart Data Slides: Machine Learning - Case StudiesSmart Data Slides: Machine Learning - Case Studies
Smart Data Slides: Machine Learning - Case StudiesDATAVERSITY
 
Principles Of Good Screen Design
Principles Of Good Screen DesignPrinciples Of Good Screen Design
Principles Of Good Screen Designguest7af47
 
Anomaly detection - TIBCO Data Science Central
Anomaly detection - TIBCO Data Science CentralAnomaly detection - TIBCO Data Science Central
Anomaly detection - TIBCO Data Science CentralMichael O'Connell
 
Unit 6 input modeling
Unit 6 input modeling Unit 6 input modeling
Unit 6 input modeling raksharao
 
Chapter3 general principles of discrete event simulation
Chapter3   general principles of discrete event simulationChapter3   general principles of discrete event simulation
Chapter3 general principles of discrete event simulationDe La Salle University-Manila
 

What's hot (20)

Production based system
Production based systemProduction based system
Production based system
 
Software management renaissance
Software management renaissanceSoftware management renaissance
Software management renaissance
 
Machine learning for predictive maintenance external
Machine learning for predictive maintenance   externalMachine learning for predictive maintenance   external
Machine learning for predictive maintenance external
 
SQX Solution Day 2013 Q2 - Milestone Update
SQX Solution Day 2013 Q2 - Milestone UpdateSQX Solution Day 2013 Q2 - Milestone Update
SQX Solution Day 2013 Q2 - Milestone Update
 
Cost Benefit Analysis Method
Cost Benefit Analysis MethodCost Benefit Analysis Method
Cost Benefit Analysis Method
 
Machine Learning & Predictive Maintenance
Machine Learning &  Predictive MaintenanceMachine Learning &  Predictive Maintenance
Machine Learning & Predictive Maintenance
 
Swarm intelligence
Swarm intelligenceSwarm intelligence
Swarm intelligence
 
Discrete event-simulation
Discrete event-simulationDiscrete event-simulation
Discrete event-simulation
 
"An Introduction to Machine Learning and How to Teach Machines to See," a Pre...
"An Introduction to Machine Learning and How to Teach Machines to See," a Pre..."An Introduction to Machine Learning and How to Teach Machines to See," a Pre...
"An Introduction to Machine Learning and How to Teach Machines to See," a Pre...
 
Spm unit 4
Spm unit 4Spm unit 4
Spm unit 4
 
The Human: Eye and vision
The Human: Eye and visionThe Human: Eye and vision
The Human: Eye and vision
 
Lect4 software economics
Lect4 software economicsLect4 software economics
Lect4 software economics
 
Tpm final
Tpm finalTpm final
Tpm final
 
Smart Data Slides: Machine Learning - Case Studies
Smart Data Slides: Machine Learning - Case StudiesSmart Data Slides: Machine Learning - Case Studies
Smart Data Slides: Machine Learning - Case Studies
 
Value Stream Mapping
Value Stream MappingValue Stream Mapping
Value Stream Mapping
 
Principles Of Good Screen Design
Principles Of Good Screen DesignPrinciples Of Good Screen Design
Principles Of Good Screen Design
 
Anomaly detection - TIBCO Data Science Central
Anomaly detection - TIBCO Data Science CentralAnomaly detection - TIBCO Data Science Central
Anomaly detection - TIBCO Data Science Central
 
Dendral
DendralDendral
Dendral
 
Unit 6 input modeling
Unit 6 input modeling Unit 6 input modeling
Unit 6 input modeling
 
Chapter3 general principles of discrete event simulation
Chapter3   general principles of discrete event simulationChapter3   general principles of discrete event simulation
Chapter3 general principles of discrete event simulation
 

Similar to Machine Learning in Customer Analytics

Smart Data Module 4 d drive_business models
Smart Data Module 4 d drive_business modelsSmart Data Module 4 d drive_business models
Smart Data Module 4 d drive_business modelscaniceconsulting
 
Tips --Break Down the Barriers to Better Data Analytics
Tips --Break Down the Barriers to Better Data AnalyticsTips --Break Down the Barriers to Better Data Analytics
Tips --Break Down the Barriers to Better Data AnalyticsAbhishek Sood
 
Scaling Training Data for AI Applications
Scaling Training Data for AI ApplicationsScaling Training Data for AI Applications
Scaling Training Data for AI ApplicationsApplause
 
2023 Trends in Enterprise Analytics
2023 Trends in Enterprise Analytics2023 Trends in Enterprise Analytics
2023 Trends in Enterprise AnalyticsDATAVERSITY
 
Analytics in manufacturing
Analytics in manufacturingAnalytics in manufacturing
Analytics in manufacturingSaurav Kumar
 
Winning with data
Winning with dataWinning with data
Winning with dataNUS-ISS
 
Data Strategy - Executive MBA Class, IE Business School
Data Strategy - Executive MBA Class, IE Business SchoolData Strategy - Executive MBA Class, IE Business School
Data Strategy - Executive MBA Class, IE Business SchoolGam Dias
 
Do You Trust Your Machine Learning Outcomes?
 Do You Trust Your Machine Learning Outcomes?  Do You Trust Your Machine Learning Outcomes?
Do You Trust Your Machine Learning Outcomes? Precisely
 
Artificial intelligence capabilities overview yashowardhan sowale cwin18-india
Artificial intelligence capabilities overview yashowardhan sowale cwin18-indiaArtificial intelligence capabilities overview yashowardhan sowale cwin18-india
Artificial intelligence capabilities overview yashowardhan sowale cwin18-indiaCapgemini
 
Digital strategy overview
Digital strategy overviewDigital strategy overview
Digital strategy overviewAshish Bhasin
 
WHAT IS BUSINESS ANALYTICS um hj mnjh nit 1 ppt only kjjn
WHAT IS BUSINESS ANALYTICS um hj mnjh nit 1 ppt only kjjnWHAT IS BUSINESS ANALYTICS um hj mnjh nit 1 ppt only kjjn
WHAT IS BUSINESS ANALYTICS um hj mnjh nit 1 ppt only kjjnRohitKumar639388
 
Machine intelligence data science methodology 060420
Machine intelligence data science methodology 060420Machine intelligence data science methodology 060420
Machine intelligence data science methodology 060420Jeremy Lehman
 
Why is Data Science still not a mainstream in corporations - Sasa Radovanovic
Why is Data Science still not a mainstream in corporations - Sasa RadovanovicWhy is Data Science still not a mainstream in corporations - Sasa Radovanovic
Why is Data Science still not a mainstream in corporations - Sasa RadovanovicInstitute of Contemporary Sciences
 
Challenges in adapting predictive analytics
Challenges  in  adapting  predictive  analyticsChallenges  in  adapting  predictive  analytics
Challenges in adapting predictive analyticsPrasad Narasimhan
 
Business Intelligence, Data Analytics, and AI
Business Intelligence, Data Analytics, and AIBusiness Intelligence, Data Analytics, and AI
Business Intelligence, Data Analytics, and AIJohnny Jepp
 
Customer Relationship Management unit 5 trends in crm
Customer Relationship Management unit 5 trends in crmCustomer Relationship Management unit 5 trends in crm
Customer Relationship Management unit 5 trends in crmGanesha Pandian
 
Simplify your analytics strategy
Simplify your analytics strategySimplify your analytics strategy
Simplify your analytics strategyShaun Kollannur
 

Similar to Machine Learning in Customer Analytics (20)

Smart Data Module 4 d drive_business models
Smart Data Module 4 d drive_business modelsSmart Data Module 4 d drive_business models
Smart Data Module 4 d drive_business models
 
Get your data analytics strategy right!
Get your data analytics strategy right!Get your data analytics strategy right!
Get your data analytics strategy right!
 
Tips --Break Down the Barriers to Better Data Analytics
Tips --Break Down the Barriers to Better Data AnalyticsTips --Break Down the Barriers to Better Data Analytics
Tips --Break Down the Barriers to Better Data Analytics
 
Scaling Training Data for AI Applications
Scaling Training Data for AI ApplicationsScaling Training Data for AI Applications
Scaling Training Data for AI Applications
 
Deep learning
Deep learningDeep learning
Deep learning
 
2023 Trends in Enterprise Analytics
2023 Trends in Enterprise Analytics2023 Trends in Enterprise Analytics
2023 Trends in Enterprise Analytics
 
Analytics in manufacturing
Analytics in manufacturingAnalytics in manufacturing
Analytics in manufacturing
 
Winning with data
Winning with dataWinning with data
Winning with data
 
Data Strategy - Executive MBA Class, IE Business School
Data Strategy - Executive MBA Class, IE Business SchoolData Strategy - Executive MBA Class, IE Business School
Data Strategy - Executive MBA Class, IE Business School
 
8 issues that obstruct Manufacturing Sectors.pptx
8 issues that obstruct Manufacturing Sectors.pptx8 issues that obstruct Manufacturing Sectors.pptx
8 issues that obstruct Manufacturing Sectors.pptx
 
Do You Trust Your Machine Learning Outcomes?
 Do You Trust Your Machine Learning Outcomes?  Do You Trust Your Machine Learning Outcomes?
Do You Trust Your Machine Learning Outcomes?
 
Artificial intelligence capabilities overview yashowardhan sowale cwin18-india
Artificial intelligence capabilities overview yashowardhan sowale cwin18-indiaArtificial intelligence capabilities overview yashowardhan sowale cwin18-india
Artificial intelligence capabilities overview yashowardhan sowale cwin18-india
 
Digital strategy overview
Digital strategy overviewDigital strategy overview
Digital strategy overview
 
WHAT IS BUSINESS ANALYTICS um hj mnjh nit 1 ppt only kjjn
WHAT IS BUSINESS ANALYTICS um hj mnjh nit 1 ppt only kjjnWHAT IS BUSINESS ANALYTICS um hj mnjh nit 1 ppt only kjjn
WHAT IS BUSINESS ANALYTICS um hj mnjh nit 1 ppt only kjjn
 
Machine intelligence data science methodology 060420
Machine intelligence data science methodology 060420Machine intelligence data science methodology 060420
Machine intelligence data science methodology 060420
 
Why is Data Science still not a mainstream in corporations - Sasa Radovanovic
Why is Data Science still not a mainstream in corporations - Sasa RadovanovicWhy is Data Science still not a mainstream in corporations - Sasa Radovanovic
Why is Data Science still not a mainstream in corporations - Sasa Radovanovic
 
Challenges in adapting predictive analytics
Challenges  in  adapting  predictive  analyticsChallenges  in  adapting  predictive  analytics
Challenges in adapting predictive analytics
 
Business Intelligence, Data Analytics, and AI
Business Intelligence, Data Analytics, and AIBusiness Intelligence, Data Analytics, and AI
Business Intelligence, Data Analytics, and AI
 
Customer Relationship Management unit 5 trends in crm
Customer Relationship Management unit 5 trends in crmCustomer Relationship Management unit 5 trends in crm
Customer Relationship Management unit 5 trends in crm
 
Simplify your analytics strategy
Simplify your analytics strategySimplify your analytics strategy
Simplify your analytics strategy
 

More from Course5i

Webinar: Optimizing Digital Spend Using Consumer Search Behavior
Webinar: Optimizing Digital Spend Using Consumer Search BehaviorWebinar: Optimizing Digital Spend Using Consumer Search Behavior
Webinar: Optimizing Digital Spend Using Consumer Search BehaviorCourse5i
 
Webinar: Accelerated Market Research
Webinar: Accelerated Market ResearchWebinar: Accelerated Market Research
Webinar: Accelerated Market ResearchCourse5i
 
Webinar: AI driven Research Operations
Webinar: AI driven Research OperationsWebinar: AI driven Research Operations
Webinar: AI driven Research OperationsCourse5i
 
Webinar: Customer Experience Analytics 2023
Webinar: Customer Experience Analytics 2023Webinar: Customer Experience Analytics 2023
Webinar: Customer Experience Analytics 2023Course5i
 
TMRE 2018 Event Presentation Deck
TMRE 2018 Event Presentation DeckTMRE 2018 Event Presentation Deck
TMRE 2018 Event Presentation DeckCourse5i
 
CEO SUMMIT EUROPE
CEO SUMMIT EUROPECEO SUMMIT EUROPE
CEO SUMMIT EUROPECourse5i
 
The accelerating effects-of AI in the world of Market Research
The accelerating effects-of AI in the world of Market ResearchThe accelerating effects-of AI in the world of Market Research
The accelerating effects-of AI in the world of Market ResearchCourse5i
 
Course5 & Lenovo: Analytics driven Digital Trading Desk
Course5 & Lenovo: Analytics driven Digital Trading DeskCourse5 & Lenovo: Analytics driven Digital Trading Desk
Course5 & Lenovo: Analytics driven Digital Trading DeskCourse5i
 
Webinar: ‘Research’ on Research – Your Very Own Insights Jukebox!
 Webinar: ‘Research’ on Research – Your Very Own Insights Jukebox! Webinar: ‘Research’ on Research – Your Very Own Insights Jukebox!
Webinar: ‘Research’ on Research – Your Very Own Insights Jukebox!Course5i
 
Massive Operating Efficiencies of the Digital Customer Experience
Massive Operating Efficiencies of the Digital Customer ExperienceMassive Operating Efficiencies of the Digital Customer Experience
Massive Operating Efficiencies of the Digital Customer ExperienceCourse5i
 
Why Digital Customer Experience (DCX)?
Why Digital Customer Experience (DCX)?Why Digital Customer Experience (DCX)?
Why Digital Customer Experience (DCX)?Course5i
 
Telco Paper by Blueocean Market Intelligence
Telco Paper by Blueocean Market IntelligenceTelco Paper by Blueocean Market Intelligence
Telco Paper by Blueocean Market IntelligenceCourse5i
 
Gaining competitive advantage through customer feedback
Gaining competitive advantage through customer feedbackGaining competitive advantage through customer feedback
Gaining competitive advantage through customer feedbackCourse5i
 
How to leverage hiring data for competitive insights
How to leverage hiring data for competitive insightsHow to leverage hiring data for competitive insights
How to leverage hiring data for competitive insightsCourse5i
 
Using Unstructured Text Data to Stay Ahead of Market Trends and Quantify Cust...
Using Unstructured Text Data to Stay Ahead of Market Trends and Quantify Cust...Using Unstructured Text Data to Stay Ahead of Market Trends and Quantify Cust...
Using Unstructured Text Data to Stay Ahead of Market Trends and Quantify Cust...Course5i
 
Generating insights in a hyperconnected and data riven world
Generating insights in a hyperconnected and data riven worldGenerating insights in a hyperconnected and data riven world
Generating insights in a hyperconnected and data riven worldCourse5i
 
Customer experience measurement in the utilities industry – closing the loop
Customer experience measurement in the utilities industry – closing the loopCustomer experience measurement in the utilities industry – closing the loop
Customer experience measurement in the utilities industry – closing the loopCourse5i
 
How to Create More Effective Storytelling by Leveraging Data
How to Create More Effective Storytelling by Leveraging DataHow to Create More Effective Storytelling by Leveraging Data
How to Create More Effective Storytelling by Leveraging DataCourse5i
 
Persona™
Persona™Persona™
Persona™Course5i
 
Persona™
Persona™Persona™
Persona™Course5i
 

More from Course5i (20)

Webinar: Optimizing Digital Spend Using Consumer Search Behavior
Webinar: Optimizing Digital Spend Using Consumer Search BehaviorWebinar: Optimizing Digital Spend Using Consumer Search Behavior
Webinar: Optimizing Digital Spend Using Consumer Search Behavior
 
Webinar: Accelerated Market Research
Webinar: Accelerated Market ResearchWebinar: Accelerated Market Research
Webinar: Accelerated Market Research
 
Webinar: AI driven Research Operations
Webinar: AI driven Research OperationsWebinar: AI driven Research Operations
Webinar: AI driven Research Operations
 
Webinar: Customer Experience Analytics 2023
Webinar: Customer Experience Analytics 2023Webinar: Customer Experience Analytics 2023
Webinar: Customer Experience Analytics 2023
 
TMRE 2018 Event Presentation Deck
TMRE 2018 Event Presentation DeckTMRE 2018 Event Presentation Deck
TMRE 2018 Event Presentation Deck
 
CEO SUMMIT EUROPE
CEO SUMMIT EUROPECEO SUMMIT EUROPE
CEO SUMMIT EUROPE
 
The accelerating effects-of AI in the world of Market Research
The accelerating effects-of AI in the world of Market ResearchThe accelerating effects-of AI in the world of Market Research
The accelerating effects-of AI in the world of Market Research
 
Course5 & Lenovo: Analytics driven Digital Trading Desk
Course5 & Lenovo: Analytics driven Digital Trading DeskCourse5 & Lenovo: Analytics driven Digital Trading Desk
Course5 & Lenovo: Analytics driven Digital Trading Desk
 
Webinar: ‘Research’ on Research – Your Very Own Insights Jukebox!
 Webinar: ‘Research’ on Research – Your Very Own Insights Jukebox! Webinar: ‘Research’ on Research – Your Very Own Insights Jukebox!
Webinar: ‘Research’ on Research – Your Very Own Insights Jukebox!
 
Massive Operating Efficiencies of the Digital Customer Experience
Massive Operating Efficiencies of the Digital Customer ExperienceMassive Operating Efficiencies of the Digital Customer Experience
Massive Operating Efficiencies of the Digital Customer Experience
 
Why Digital Customer Experience (DCX)?
Why Digital Customer Experience (DCX)?Why Digital Customer Experience (DCX)?
Why Digital Customer Experience (DCX)?
 
Telco Paper by Blueocean Market Intelligence
Telco Paper by Blueocean Market IntelligenceTelco Paper by Blueocean Market Intelligence
Telco Paper by Blueocean Market Intelligence
 
Gaining competitive advantage through customer feedback
Gaining competitive advantage through customer feedbackGaining competitive advantage through customer feedback
Gaining competitive advantage through customer feedback
 
How to leverage hiring data for competitive insights
How to leverage hiring data for competitive insightsHow to leverage hiring data for competitive insights
How to leverage hiring data for competitive insights
 
Using Unstructured Text Data to Stay Ahead of Market Trends and Quantify Cust...
Using Unstructured Text Data to Stay Ahead of Market Trends and Quantify Cust...Using Unstructured Text Data to Stay Ahead of Market Trends and Quantify Cust...
Using Unstructured Text Data to Stay Ahead of Market Trends and Quantify Cust...
 
Generating insights in a hyperconnected and data riven world
Generating insights in a hyperconnected and data riven worldGenerating insights in a hyperconnected and data riven world
Generating insights in a hyperconnected and data riven world
 
Customer experience measurement in the utilities industry – closing the loop
Customer experience measurement in the utilities industry – closing the loopCustomer experience measurement in the utilities industry – closing the loop
Customer experience measurement in the utilities industry – closing the loop
 
How to Create More Effective Storytelling by Leveraging Data
How to Create More Effective Storytelling by Leveraging DataHow to Create More Effective Storytelling by Leveraging Data
How to Create More Effective Storytelling by Leveraging Data
 
Persona™
Persona™Persona™
Persona™
 
Persona™
Persona™Persona™
Persona™
 

Recently uploaded

Vip Female Escorts Noida 9711199171 Greater Noida Escorts Service
Vip Female Escorts Noida 9711199171 Greater Noida Escorts ServiceVip Female Escorts Noida 9711199171 Greater Noida Escorts Service
Vip Female Escorts Noida 9711199171 Greater Noida Escorts Serviceankitnayak356677
 
Non Text Magic Studio Magic Design for Presentations L&P.pptx
Non Text Magic Studio Magic Design for Presentations L&P.pptxNon Text Magic Studio Magic Design for Presentations L&P.pptx
Non Text Magic Studio Magic Design for Presentations L&P.pptxAbhayThakur200703
 
Call Girls Pune Just Call 9907093804 Top Class Call Girl Service Available
Call Girls Pune Just Call 9907093804 Top Class Call Girl Service AvailableCall Girls Pune Just Call 9907093804 Top Class Call Girl Service Available
Call Girls Pune Just Call 9907093804 Top Class Call Girl Service AvailableDipal Arora
 
Enhancing and Restoring Safety & Quality Cultures - Dave Litwiller - May 2024...
Enhancing and Restoring Safety & Quality Cultures - Dave Litwiller - May 2024...Enhancing and Restoring Safety & Quality Cultures - Dave Litwiller - May 2024...
Enhancing and Restoring Safety & Quality Cultures - Dave Litwiller - May 2024...Dave Litwiller
 
/:Call Girls In Jaypee Siddharth - 5 Star Hotel New Delhi ➥9990211544 Top Esc...
/:Call Girls In Jaypee Siddharth - 5 Star Hotel New Delhi ➥9990211544 Top Esc.../:Call Girls In Jaypee Siddharth - 5 Star Hotel New Delhi ➥9990211544 Top Esc...
/:Call Girls In Jaypee Siddharth - 5 Star Hotel New Delhi ➥9990211544 Top Esc...lizamodels9
 
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...Dipal Arora
 
Lucknow 💋 Escorts in Lucknow - 450+ Call Girl Cash Payment 8923113531 Neha Th...
Lucknow 💋 Escorts in Lucknow - 450+ Call Girl Cash Payment 8923113531 Neha Th...Lucknow 💋 Escorts in Lucknow - 450+ Call Girl Cash Payment 8923113531 Neha Th...
Lucknow 💋 Escorts in Lucknow - 450+ Call Girl Cash Payment 8923113531 Neha Th...anilsa9823
 
Intro to BCG's Carbon Emissions Benchmark_vF.pdf
Intro to BCG's Carbon Emissions Benchmark_vF.pdfIntro to BCG's Carbon Emissions Benchmark_vF.pdf
Intro to BCG's Carbon Emissions Benchmark_vF.pdfpollardmorgan
 
Insurers' journeys to build a mastery in the IoT usage
Insurers' journeys to build a mastery in the IoT usageInsurers' journeys to build a mastery in the IoT usage
Insurers' journeys to build a mastery in the IoT usageMatteo Carbone
 
Russian Faridabad Call Girls(Badarpur) : ☎ 8168257667, @4999
Russian Faridabad Call Girls(Badarpur) : ☎ 8168257667, @4999Russian Faridabad Call Girls(Badarpur) : ☎ 8168257667, @4999
Russian Faridabad Call Girls(Badarpur) : ☎ 8168257667, @4999Tina Ji
 
Catalogue ONG NUOC PPR DE NHAT .pdf
Catalogue ONG NUOC PPR DE NHAT      .pdfCatalogue ONG NUOC PPR DE NHAT      .pdf
Catalogue ONG NUOC PPR DE NHAT .pdfOrient Homes
 
Cash Payment 9602870969 Escort Service in Udaipur Call Girls
Cash Payment 9602870969 Escort Service in Udaipur Call GirlsCash Payment 9602870969 Escort Service in Udaipur Call Girls
Cash Payment 9602870969 Escort Service in Udaipur Call GirlsApsara Of India
 
GD Birla and his contribution in management
GD Birla and his contribution in managementGD Birla and his contribution in management
GD Birla and his contribution in managementchhavia330
 
Vip Dewas Call Girls #9907093804 Contact Number Escorts Service Dewas
Vip Dewas Call Girls #9907093804 Contact Number Escorts Service DewasVip Dewas Call Girls #9907093804 Contact Number Escorts Service Dewas
Vip Dewas Call Girls #9907093804 Contact Number Escorts Service Dewasmakika9823
 
0183760ssssssssssssssssssssssssssss00101011 (27).pdf
0183760ssssssssssssssssssssssssssss00101011 (27).pdf0183760ssssssssssssssssssssssssssss00101011 (27).pdf
0183760ssssssssssssssssssssssssssss00101011 (27).pdfRenandantas16
 
2024 Numerator Consumer Study of Cannabis Usage
2024 Numerator Consumer Study of Cannabis Usage2024 Numerator Consumer Study of Cannabis Usage
2024 Numerator Consumer Study of Cannabis UsageNeil Kimberley
 
Monte Carlo simulation : Simulation using MCSM
Monte Carlo simulation : Simulation using MCSMMonte Carlo simulation : Simulation using MCSM
Monte Carlo simulation : Simulation using MCSMRavindra Nath Shukla
 
Lowrate Call Girls In Laxmi Nagar Delhi ❤️8860477959 Escorts 100% Genuine Ser...
Lowrate Call Girls In Laxmi Nagar Delhi ❤️8860477959 Escorts 100% Genuine Ser...Lowrate Call Girls In Laxmi Nagar Delhi ❤️8860477959 Escorts 100% Genuine Ser...
Lowrate Call Girls In Laxmi Nagar Delhi ❤️8860477959 Escorts 100% Genuine Ser...lizamodels9
 
Grateful 7 speech thanking everyone that has helped.pdf
Grateful 7 speech thanking everyone that has helped.pdfGrateful 7 speech thanking everyone that has helped.pdf
Grateful 7 speech thanking everyone that has helped.pdfPaul Menig
 

Recently uploaded (20)

Vip Female Escorts Noida 9711199171 Greater Noida Escorts Service
Vip Female Escorts Noida 9711199171 Greater Noida Escorts ServiceVip Female Escorts Noida 9711199171 Greater Noida Escorts Service
Vip Female Escorts Noida 9711199171 Greater Noida Escorts Service
 
Non Text Magic Studio Magic Design for Presentations L&P.pptx
Non Text Magic Studio Magic Design for Presentations L&P.pptxNon Text Magic Studio Magic Design for Presentations L&P.pptx
Non Text Magic Studio Magic Design for Presentations L&P.pptx
 
Call Girls Pune Just Call 9907093804 Top Class Call Girl Service Available
Call Girls Pune Just Call 9907093804 Top Class Call Girl Service AvailableCall Girls Pune Just Call 9907093804 Top Class Call Girl Service Available
Call Girls Pune Just Call 9907093804 Top Class Call Girl Service Available
 
Enhancing and Restoring Safety & Quality Cultures - Dave Litwiller - May 2024...
Enhancing and Restoring Safety & Quality Cultures - Dave Litwiller - May 2024...Enhancing and Restoring Safety & Quality Cultures - Dave Litwiller - May 2024...
Enhancing and Restoring Safety & Quality Cultures - Dave Litwiller - May 2024...
 
/:Call Girls In Jaypee Siddharth - 5 Star Hotel New Delhi ➥9990211544 Top Esc...
/:Call Girls In Jaypee Siddharth - 5 Star Hotel New Delhi ➥9990211544 Top Esc.../:Call Girls In Jaypee Siddharth - 5 Star Hotel New Delhi ➥9990211544 Top Esc...
/:Call Girls In Jaypee Siddharth - 5 Star Hotel New Delhi ➥9990211544 Top Esc...
 
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...
 
Lucknow 💋 Escorts in Lucknow - 450+ Call Girl Cash Payment 8923113531 Neha Th...
Lucknow 💋 Escorts in Lucknow - 450+ Call Girl Cash Payment 8923113531 Neha Th...Lucknow 💋 Escorts in Lucknow - 450+ Call Girl Cash Payment 8923113531 Neha Th...
Lucknow 💋 Escorts in Lucknow - 450+ Call Girl Cash Payment 8923113531 Neha Th...
 
Intro to BCG's Carbon Emissions Benchmark_vF.pdf
Intro to BCG's Carbon Emissions Benchmark_vF.pdfIntro to BCG's Carbon Emissions Benchmark_vF.pdf
Intro to BCG's Carbon Emissions Benchmark_vF.pdf
 
Insurers' journeys to build a mastery in the IoT usage
Insurers' journeys to build a mastery in the IoT usageInsurers' journeys to build a mastery in the IoT usage
Insurers' journeys to build a mastery in the IoT usage
 
Russian Faridabad Call Girls(Badarpur) : ☎ 8168257667, @4999
Russian Faridabad Call Girls(Badarpur) : ☎ 8168257667, @4999Russian Faridabad Call Girls(Badarpur) : ☎ 8168257667, @4999
Russian Faridabad Call Girls(Badarpur) : ☎ 8168257667, @4999
 
Catalogue ONG NUOC PPR DE NHAT .pdf
Catalogue ONG NUOC PPR DE NHAT      .pdfCatalogue ONG NUOC PPR DE NHAT      .pdf
Catalogue ONG NUOC PPR DE NHAT .pdf
 
Cash Payment 9602870969 Escort Service in Udaipur Call Girls
Cash Payment 9602870969 Escort Service in Udaipur Call GirlsCash Payment 9602870969 Escort Service in Udaipur Call Girls
Cash Payment 9602870969 Escort Service in Udaipur Call Girls
 
GD Birla and his contribution in management
GD Birla and his contribution in managementGD Birla and his contribution in management
GD Birla and his contribution in management
 
Vip Dewas Call Girls #9907093804 Contact Number Escorts Service Dewas
Vip Dewas Call Girls #9907093804 Contact Number Escorts Service DewasVip Dewas Call Girls #9907093804 Contact Number Escorts Service Dewas
Vip Dewas Call Girls #9907093804 Contact Number Escorts Service Dewas
 
0183760ssssssssssssssssssssssssssss00101011 (27).pdf
0183760ssssssssssssssssssssssssssss00101011 (27).pdf0183760ssssssssssssssssssssssssssss00101011 (27).pdf
0183760ssssssssssssssssssssssssssss00101011 (27).pdf
 
2024 Numerator Consumer Study of Cannabis Usage
2024 Numerator Consumer Study of Cannabis Usage2024 Numerator Consumer Study of Cannabis Usage
2024 Numerator Consumer Study of Cannabis Usage
 
Monte Carlo simulation : Simulation using MCSM
Monte Carlo simulation : Simulation using MCSMMonte Carlo simulation : Simulation using MCSM
Monte Carlo simulation : Simulation using MCSM
 
Lowrate Call Girls In Laxmi Nagar Delhi ❤️8860477959 Escorts 100% Genuine Ser...
Lowrate Call Girls In Laxmi Nagar Delhi ❤️8860477959 Escorts 100% Genuine Ser...Lowrate Call Girls In Laxmi Nagar Delhi ❤️8860477959 Escorts 100% Genuine Ser...
Lowrate Call Girls In Laxmi Nagar Delhi ❤️8860477959 Escorts 100% Genuine Ser...
 
Grateful 7 speech thanking everyone that has helped.pdf
Grateful 7 speech thanking everyone that has helped.pdfGrateful 7 speech thanking everyone that has helped.pdf
Grateful 7 speech thanking everyone that has helped.pdf
 
Forklift Operations: Safety through Cartoons
Forklift Operations: Safety through CartoonsForklift Operations: Safety through Cartoons
Forklift Operations: Safety through Cartoons
 

Machine Learning in Customer Analytics

  • 1. Machine Learning in Customer Analytics January 23, 2014 | Proprietary and Confidential
  • 2. Transformation Through Integration: Realizing the Full Potential of Your Information blueocean is a next-generation services organization with a deep focus on analytics, market intelligence and digital media, all uniquely delivered under one roof by 650 plus professionals. Our 360 Discovery TM process ensures the comprehensive utilization of all available structured and unstructured data sources, enabling us to bring the best to bear against each project. By combining the talent, speed and cost benefit of a flat world, along with our scalable delivery model, we are able to achieve a more nuanced and comprehensive understanding of the market at the delivery speed and price advantage that today’s business climate demands. 2
  • 3. What is Machine Learning? Machine learns patterns in the training data using input features Patterns learned applied to unseen data to ensure generalization If generalization fails, input features modified; more training data fed to algorithm Regression or classification performed 3
  • 4. Machine Learning Comes of Age The era of Analytics 3.0 combines structured transactional data and unstructured text data with complex machine learning algorithms to generate better and faster insights Analytics 1.0 Implementing business intelligence Reporting Descriptive Analytics Focus on internal, structured data • • • • Key Technology Enablers for Machine Learning • Better and inexpensive storage capacities • Increased processing power of machines • Large scale availability of data • Open source revolution • Advent of Hadoop ,NoSQL technologies Key Business Enablers for Machine Learning • • Analytics 3.0 • Combining structured and unstructured data formats • Analytics central to the business strategy • Faster technologies • Analytics model embedded into operational and decision processes 4 Applications in unconventional fields thus gaining wider acceptance Organizations have higher analytics maturity curve • Lower implementation cost
  • 5. From Science to Enterprise – How Big Data is Assisting Machine Learning • • Big Data Analytics offers access to speech, text and social analytics tools and expertise on demand Machine Learning allows rapid processing of large amounts of customer centric data including customer conversations in the form of calls, email, chat Unstructured data comes from multiple sources: CCTV camera data CDR data (Telecom) Digital pictures and videos posted online Sensors used to gather information 5 Telephonic conversation Emails and feedbacks GPS data (from mobile devices) Transaction records Access Logs Posts to social media sites To churn big data to actionable insights brings in new practical and theoretical challenges: Data Acquisition l Storage l Processing l Data Transport and Dissemination l Data Management and Curation l Archiving l Security l Analyzing for Business Actions
  • 6. What can Machine Learning Do for Business? Learn – Algorithms and computational models to learn and gain knowledge about users Cloud Computing Natural Language Processing – Sentiment Analysis Text Classification Knowledge Acquisition Multilingual language processing Predict – Predictive analytics to provide actionable information for organizations Big data Algorithms • Bayesian Classifier • Neural Networks • SVM With machine learning everybody wins Wide applications across industries: • Recommender Systems • Biotechnology • Supply chain optimization 6 • Product Marketing • Counter-Terrorism • Fraud Detection
  • 7. Use-Case: Machine Learning in Customer Analytics (Telecom) Build single view of customer STRUCTURED Network data Analytics Engine Call Data Records Data Aggregation GPRS Data Records Next Best offer Churn prediction Campaign Mgmt Social Network Analytics Contact Centre logs UNSTRUCTURED 7
  • 8. Categories of Machine Learning Algorithms Supervised Learning Algorithms: • • Training the machine on a training dataset with set of input features and a corresponding output Generalization: Machine learns a mathematical function which could be generalized and applied to unseen data Examples: • • • Classifying email as spam/not spam Predict loan default ( Yes/No) Forecast stock prices Unsupervised Learning Algorithms: • • • Training dataset does not require labeled outputs. Function mapping from inputs to output not done. Objective is to understand structure in the data. Examples: • • 8 Discovering different segments of telecom subscribers based on their call patterns and data usage. Social Network Analysis: Discovering communities within large groups of people.
  • 9. Advantages of Machine Learning • • Large scale deployments of Machine Learning beneficial in terms of improved speed and accuracy • Understands non-linearity in the data and generates a function mapping input to output (Supervised Learning) • Recommended for solving classification and regression problems • Ensures better profiling of customers to understand their needs • 9 Useful where large scale data is available Helps serve customers better and reduce attrition
  • 10. Disadvantages of Machine Learning • Limited understanding of the machinery of classifiers (Black Box) • Requires significant amount of data • May not work in cases where data collection is difficult or expensive • Problem of over-fitting if model fitted on small dataset 10
  • 11. Challenges in Machine Learning Implementation • Integration of data from different sources within the organization • Good business understanding required to build better input features • Thorough understanding of algorithms required before it can be deployed • Appropriate selection of machine learning algorithm essential • Implementing algorithms interpretability and insights 11 which can give more business
  • 12. Statistics in the Age of Machine Learning • Statistics: Mainly deals with probabilistic or deterministic approach • Popular in fields where data collection can be difficult or expensive in nature • Provides good understanding of population where only sample data can be collected e.g. Brand survey, quality control checks, clinical trials • Intuitively provides more understanding about drivers of the objective function 12
  • 14. Case Study: Gender Prediction Using Supervised Learning Algorithms Challenge Machine Learning • • • • The client is a pioneer in measurement of mobile subscriber behavior The metering application installed on smart devices captures behavior of the device accurately The client wanted to predict gender of the subscribers based on installed mobile Applications This information was to be used by advertisers in order to ensure focused and targeted marketing. Approach • • • • • Initial data provided by the client was a set of user IDs along with the application names Data cleansing and transformations were performed in order to ensure data can be fed to a supervised learning algorithm The data provided was highly imbalanced and skewed towards males as it was the dominant class to be predicted Applied weighted measures to give more importance to the minority class Support Vector Machines Learning Algorithm was applied to predict gender of the subscribers Result • • 14 Achieved accuracy close to 80% for both classes of interest Developed an integrated solution with a GUI to enable real time results to be obtained based on real time data feeds to the learning algorithm
  • 15. Case Study: Incentivizing existing policies for a leading Insurance Company Challenge Machine Learning & Predictive Analytics • • Approach • • • The two policies Traditional and ULIP were in two states – In-force and Lapsed. Data cleansing was done using a proprietary statistical tool A binary logistic regression algorithm was applied on each of the policies with lapsed and in-force data Result • • 15 Access lapsed insurance policies having a potential of repayment (and hence reactivation) within a specific time frame Identify criteria to incentivize existing in-force policies Predictors that influenced the predictive model were: o Premium to be paid o Income of the policy holder o Occupation and total sum assured at the end of maturity It was important to target lapsed policies within a specific time frame beyond which customers would be difficult to be re-activated
  • 16. Case Study : Applying face recognition to enable multiple applications Challenge • Design a face detection and recognition algorithm for applications across multiple domains Approach • • Create a databases of faces and performed face detection using Haar cascades algorithm Matched captured face images in the existing database of facial images of people. - We used face recognition algorithms using Principle component analysis Result • • 16 Achieved accuracy close to 60% for face recognition and 70% for face detection Can be applied to strengthening security measures in organizations, identifying and providing offers to repeat customers in retail stores
  • 17. In Summary • With big data a reality machine learning is finding wider acceptance across various industries • Machine learning is paving the way to solve complex business challenges in an efficient and effective manner • To reap the benefits of machine learning it is essential to identify the areas where it can be applied effectively • Good business understanding is required to build smarter solutions 17
  • 18. Blueocean Analytics Service Areas Customer Analytics Marketing Analytics Focus on better customer experience through enhanced engagement • • • • • • • Customer Acquisition Portfolio Management Attrition/Churn Analysis Loyalty Management Customer Contact Analytics Customer Risk Analytics Others … Special Focus Areas Develop and optimize marketing strategies through smart evaluation of programs • • • • • • ROMI Market Mix Modelling Simulated Pricing Models Promotion Analytics Product Analysis Others … Specialized intelligent solutions that keep pace with socioeconomic trends • • • • • • • • Collections Analytics Real Time Analytics Social Network Analytics Telemetry Visual Analytics Speech and Text Analytics Social Media Analytics Others… Data Management, Big Data and Smart Business Intelligence Focus on creating a single source of “truth” and providing insightful analysis rather than plethora of reports Datamart Solution 18 Reporting and Smart BI Services Big Data Services
  • 19. Thank you For more information: Durjoy Patranabish Senior Vice President durjoy.p@blueoceanmi.com Eron Kar Analytics Delivery Lead eron.k@blueoceanmi.com analytics@blueoceanmi.com 19