SlideShare a Scribd company logo
1 of 29
Leandro Ruiz
Teradata
BIG DATA: FROM HYPE TO
REALITY
2 7/14/2014 Teradata Confidential
What Is BIG DATA?
3 7/14/2014 Teradata Confidential
BIG DATABIG DATA
WEBWEB
PetabytesPetabytes
CRMCRM
TerabytesTerabytes
GigabytesGigabytes
ERPERP
ExabytesExabytes
INCREASING Data Variety and ComplexityINCREASING Data Variety and Complexity
User Generated
Content
Mobile Web
SMS/MMS
Sentiment
External
Demographics
HD Video
Speech to Text
Product/
Service Logs
Social Network
Business Data
Feeds
User Click Stream
Web Logs
Offer History A/B Testing
Dynamic Pricing
Affiliate Networks
Search Marketing
Behavioral
Targeting
Dynamic Funnels
Payment
Record Support Contacts
Customer Touches
Purchase
Detail
Purchase
Record
Offer Details
Segmentation
DECREASING Value Density in the DataDECREASING Value Density in the Data
Big Data: From Transactions to Interactions
Behavioral Analytics
ALL DATA
4 7/14/2014 Teradata Confidential
New Data Structures Across Industries
Finance:
5 7/14/2014 Teradata Confidential
Flow DATA -> INSIGHTS -> ACTIONS
Big Data is an Evolution not a Revolution
Flow BIG DATA -> INSIGHTS -> ACTIONS
Predictions
Events
Patterns
Hypothesis
Testing
Strategic
Actions
Operational
Actions
Is the Ultimate USE of Big Data Different? No.
6 7/14/2014 Teradata Confidential
Analysts Recommend:
Shift from a Single Platform to an Ecosystem
“We will abandon the old models
based on the desire to implement for
high-value analytic applications.”
"Logical" Data Warehouse
7 7/14/2014 Teradata Confidential
Discovery Platform
Data Warehouse/
Business Intelligence
Advanced
Analytics
The Problem
Proliferation of advanced analytics
environments has resulted in
fragmented data, higher costs,
expensive skills, longer time to insight
8 7/14/2014 Teradata Confidential
Discovery Platform
The Problem
Integrated
Discovery
Platform
(IDP)
Data Warehouse/
Business Intelligence
Advanced
Analytics
The Solution
Proliferation of advanced analytics
environments has resulted in
fragmented data, higher costs,
expensive skills, longer time to insight
Integrated discovery analytics provides
deeper insight, integrated access, ease of
use, lower costs, better insight
SQL Framework Access Layer
Pre-Built Analytics Functions
9 7/14/2014 Teradata Confidential
Discovery Platform Requirements
1
2
3
4
All Data
Multiple Analytic Methods
Diverse Enterprise Analysts
Rapid Exploration
10 7/14/2014 Teradata Confidential
What do you
want to
discover?Recommend
Analysis
Influence
Analysis
Website
Analysis
Satisfaction
Metrics
BusinessValue
TX
Data
IX
Logs
Review
Text
Social
Graph
Events
Time
Emails
Text
All Data: Web Analytics
11 7/14/2014 Teradata Confidential
Predictive
Analytics
Influencer
Analysis (6X)
Percentile
Analysis
Churn
Analysis
Behavioral
Analysis
(+25%)
BusinessValue
Statistics
Path
and Time Text SQL Graph Text
Better Predictive Results
Multiple Analytic Methods: Attrition
12 7/14/2014 Teradata Confidential
Diverse Enterprise Analysts
Business Analysts
Apps
Data Scientists
and Analysts
SQL, BI Tools
Developers
Workbench, IDE, Library
13 7/14/2014 Teradata Confidential
Rapid “Iterative” Exploration
Data Scientist
Business User
Rapid Exploration
Discovery More and Fail Fast
? Data
Acquisition
1
Data
Preparation
2
Visualization
4
Analysis
3
USE CASES
15 7/14/2014 Teradata Confidential
Customer Interactions Across Multiple Channels
Teller Withdrawal
Teller ComplaintATM Deposit
Online Transfer
Cancel accountEmail Complaint
Call Center Inquiry
16 7/14/2014 Teradata Confidential
What if you had a 360
degree view of all
interactions you are
having with the customer
and could proactively
identify high value
customers at risk of leaving
in the next 5 days?
17 7/14/2014 Teradata Confidential
• Customerize – Identify the customer in the data
• Sessionize – Identify the session occurrence in time
• Sojournize – Stich together sessions to recreate cross-channel journey
07:05:32 09:20:23 09:25:32 11:05:48 1:05:06 1:35:12 1:42:58 1:45:14 3:05:58 4:15:22
Omni-channel Customer Journey
18 7/14/2014 Teradata Confidential
Events Preceding Account Closure
19 7/14/2014 Teradata Confidential
Finding Signal in the Noise
SELECT * FROM npath (
ON (
SELECT …
WHERE u.event_description IN (
SELECT aper.event FROM attrition_paths_event_rank aper
ORDER BY aper.count DESC LIMIT 10)
)
…
PATTERN ('(OTHER|EVENT){1,20}$')
SYMBOLS (…) RESULT (…)
)
) n;
Interactive Analytics
Reducing the “Noise” to
find the “Signal”
20 7/14/2014 Teradata Confidential
Finding Signal in the Noise
SELECT *
FROM nPath (
ON (…)
PARTITION BY sba_id
ORDER BY datestamp
MODE (NONOVERLAPPING)
PATTERN ('(OTHER_EVENT|FEE_EVENT)+')
SYMBOLS (
event LIKE '%REVERSE FEE%' AS FEE_EVENT,
event NOT LIKE '%REVERSE FEE%' AS OTHER_EVENT)
RESULT (…)
) n;
Reducing the “Noise” to
find the “Signal”
Fee Reversal seems to
be a “Signal”
21 7/14/2014 Teradata Confidential
Delivering Outstanding Customer Experiences
What if I knew that this customer was likely to leave?
One could…
• Apologize
• Offer an explanation
• Reverse the $5 fee
Jan 5: Reverse Fee
Request Jan 10: Request Made Again
Jan 15: Request Made AgainJan 7: Request Made Again
Jan 20: Account Closed
GRAPH ANALYSIS
Enhancing Churn Prediction
23 7/14/2014 Teradata Confidential
Social Networks & Graph
May Leave
Likely to Leave
Happy Customer
Happy
Customer
Happy Customer
Power of Social Networks
• People interact with each other’s
behavior; influence each other
• People make decisions in a social
network context
• Ignoring social network context means
you’re missing a major influencer on
your customers’ choices
Graph models relationships
between objects like people
products and processes
Why Graph?
24 7/14/2014 Teradata Confidential
Advanced Churn Analysis Today
Statistical
Analysis + Multi Channel
Behavioral
Path Analysis
Churn
Potential
Statistical
Model
Behavioral
Model
=
Best in Class
Churn Analytics
WHAT IF I COULD GRAPH THESE CUSTOMERS?
+ Sentiment
Analysis
Sentiment
Score
+ =
25 7/14/2014 Teradata Confidential
Graph Churn Social Network
Nodes
High Churn
Risk
Low Churn
Risk
26 7/14/2014 Teradata Confidential
Enhanced Churn with Social Graph Analysis
Best in Class Churn Scores without Social
Graph analysis
Social Graph visualization can help visualize
associations and areas to investigate
Apply graph analytics, such as “Closeness” and
“LocalClusteringCoefficient” to calculate and provide
new insight on strong relationships!
27 7/14/2014 Teradata Confidential
Better Churn Scores on All Your Customers
+ = + =+
Churn
“Social Graph Visualized”
Churn
“Social Graph Analyzed”
28 7/14/2014 Teradata Confidential
Single SQL-MR/GR Statement in Aster
+ =+
ASTER DISCOVERY PLATFORM
TERADATA ASTER DATABASE
Conduct behavioral and
social network churn
analysis with prebuilt
functions
Generate
enhanced churn
ranking scores
Graph Analytics at Scale
on All Customers
29 7/14/2014 Teradata Confidential
Questions
and Answers
Questions
and Answers
Thank You!

More Related Content

What's hot

Databeers Dub #1 - Krithika Ram - Customer Journey Analytics
Databeers Dub #1 - Krithika Ram - Customer Journey AnalyticsDatabeers Dub #1 - Krithika Ram - Customer Journey Analytics
Databeers Dub #1 - Krithika Ram - Customer Journey AnalyticsDatabeers Dublin
 
Is the Martech Stack Missing Its Brain?
Is the Martech Stack Missing Its Brain?Is the Martech Stack Missing Its Brain?
Is the Martech Stack Missing Its Brain?Amy Cross
 
Idiro Analytics - Analytics & Big Data
Idiro Analytics - Analytics & Big DataIdiro Analytics - Analytics & Big Data
Idiro Analytics - Analytics & Big DataIdiro Analytics
 
State Farm presentation at the Chief Analytics Officer Forum East Coast USA (...
State Farm presentation at the Chief Analytics Officer Forum East Coast USA (...State Farm presentation at the Chief Analytics Officer Forum East Coast USA (...
State Farm presentation at the Chief Analytics Officer Forum East Coast USA (...Chief Analytics Officer Forum
 
Improve Customer Experiences With Big Data #DataTalk
Improve Customer Experiences With Big Data #DataTalkImprove Customer Experiences With Big Data #DataTalk
Improve Customer Experiences With Big Data #DataTalkExperian_US
 
Lauren Moores Keynote
Lauren Moores KeynoteLauren Moores Keynote
Lauren Moores KeynoteData Con LA
 
Webinar: Building a Business Case for Enterprise Search
Webinar: Building a Business Case for Enterprise SearchWebinar: Building a Business Case for Enterprise Search
Webinar: Building a Business Case for Enterprise SearchLucidworks
 
Big data’s Last Crusade
Big data’s Last CrusadeBig data’s Last Crusade
Big data’s Last CrusadeDipock Das
 
Taming Social Data: How Social Data Framing liberates analysis and accelerate...
Taming Social Data: How Social Data Framing liberates analysis and accelerate...Taming Social Data: How Social Data Framing liberates analysis and accelerate...
Taming Social Data: How Social Data Framing liberates analysis and accelerate...DataSift
 
Personal 2014-white paper-business intelligence analytics trends
Personal 2014-white paper-business intelligence analytics trendsPersonal 2014-white paper-business intelligence analytics trends
Personal 2014-white paper-business intelligence analytics trendsSoorjaneel Chaterjie
 
Dow Chemical presentation at the Chief Analytics Officer Forum East Coast USA...
Dow Chemical presentation at the Chief Analytics Officer Forum East Coast USA...Dow Chemical presentation at the Chief Analytics Officer Forum East Coast USA...
Dow Chemical presentation at the Chief Analytics Officer Forum East Coast USA...Chief Analytics Officer Forum
 
Improve customer experience with a customer intelligence platform
Improve customer experience with a customer intelligence platformImprove customer experience with a customer intelligence platform
Improve customer experience with a customer intelligence platformDavid Corrigan
 
ANTS - 360 view of your customer - bigdata innovation summit 2016
ANTS - 360 view of your customer - bigdata innovation summit 2016ANTS - 360 view of your customer - bigdata innovation summit 2016
ANTS - 360 view of your customer - bigdata innovation summit 2016Dinh Le Dat (Kevin D.)
 
Big Data & The Role Analytics Can Play In Our Organizations
Big Data & The Role Analytics Can Play In Our OrganizationsBig Data & The Role Analytics Can Play In Our Organizations
Big Data & The Role Analytics Can Play In Our OrganizationsAgile Technologies
 
How to Use Data for Good
How to Use Data for Good How to Use Data for Good
How to Use Data for Good Experian_US
 
5 Big Data Visualization Maps that Will Make Your HEAD EXPLODE
5 Big Data Visualization Maps that Will Make Your HEAD EXPLODE5 Big Data Visualization Maps that Will Make Your HEAD EXPLODE
5 Big Data Visualization Maps that Will Make Your HEAD EXPLODEBI Brainz
 

What's hot (20)

Databeers Dub #1 - Krithika Ram - Customer Journey Analytics
Databeers Dub #1 - Krithika Ram - Customer Journey AnalyticsDatabeers Dub #1 - Krithika Ram - Customer Journey Analytics
Databeers Dub #1 - Krithika Ram - Customer Journey Analytics
 
Is the Martech Stack Missing Its Brain?
Is the Martech Stack Missing Its Brain?Is the Martech Stack Missing Its Brain?
Is the Martech Stack Missing Its Brain?
 
Idiro Analytics - Analytics & Big Data
Idiro Analytics - Analytics & Big DataIdiro Analytics - Analytics & Big Data
Idiro Analytics - Analytics & Big Data
 
State Farm presentation at the Chief Analytics Officer Forum East Coast USA (...
State Farm presentation at the Chief Analytics Officer Forum East Coast USA (...State Farm presentation at the Chief Analytics Officer Forum East Coast USA (...
State Farm presentation at the Chief Analytics Officer Forum East Coast USA (...
 
Delphi spot nov 2014
Delphi spot nov 2014Delphi spot nov 2014
Delphi spot nov 2014
 
Improve Customer Experiences With Big Data #DataTalk
Improve Customer Experiences With Big Data #DataTalkImprove Customer Experiences With Big Data #DataTalk
Improve Customer Experiences With Big Data #DataTalk
 
Infographic: CIOs & Big Data
Infographic: CIOs & Big DataInfographic: CIOs & Big Data
Infographic: CIOs & Big Data
 
Lauren Moores Keynote
Lauren Moores KeynoteLauren Moores Keynote
Lauren Moores Keynote
 
Webinar: Building a Business Case for Enterprise Search
Webinar: Building a Business Case for Enterprise SearchWebinar: Building a Business Case for Enterprise Search
Webinar: Building a Business Case for Enterprise Search
 
Unlock Your Data
Unlock Your DataUnlock Your Data
Unlock Your Data
 
Big data’s Last Crusade
Big data’s Last CrusadeBig data’s Last Crusade
Big data’s Last Crusade
 
Taming Social Data: How Social Data Framing liberates analysis and accelerate...
Taming Social Data: How Social Data Framing liberates analysis and accelerate...Taming Social Data: How Social Data Framing liberates analysis and accelerate...
Taming Social Data: How Social Data Framing liberates analysis and accelerate...
 
Personal 2014-white paper-business intelligence analytics trends
Personal 2014-white paper-business intelligence analytics trendsPersonal 2014-white paper-business intelligence analytics trends
Personal 2014-white paper-business intelligence analytics trends
 
Dow Chemical presentation at the Chief Analytics Officer Forum East Coast USA...
Dow Chemical presentation at the Chief Analytics Officer Forum East Coast USA...Dow Chemical presentation at the Chief Analytics Officer Forum East Coast USA...
Dow Chemical presentation at the Chief Analytics Officer Forum East Coast USA...
 
Improve customer experience with a customer intelligence platform
Improve customer experience with a customer intelligence platformImprove customer experience with a customer intelligence platform
Improve customer experience with a customer intelligence platform
 
ANTS - 360 view of your customer - bigdata innovation summit 2016
ANTS - 360 view of your customer - bigdata innovation summit 2016ANTS - 360 view of your customer - bigdata innovation summit 2016
ANTS - 360 view of your customer - bigdata innovation summit 2016
 
Big Data & The Role Analytics Can Play In Our Organizations
Big Data & The Role Analytics Can Play In Our OrganizationsBig Data & The Role Analytics Can Play In Our Organizations
Big Data & The Role Analytics Can Play In Our Organizations
 
How to Use Data for Good
How to Use Data for Good How to Use Data for Good
How to Use Data for Good
 
5 Big Data Visualization Maps that Will Make Your HEAD EXPLODE
5 Big Data Visualization Maps that Will Make Your HEAD EXPLODE5 Big Data Visualization Maps that Will Make Your HEAD EXPLODE
5 Big Data Visualization Maps that Will Make Your HEAD EXPLODE
 
Data analytics
Data analyticsData analytics
Data analytics
 

Viewers also liked

Big data solutions on cloud – the way forward
Big data solutions on cloud – the way forwardBig data solutions on cloud – the way forward
Big data solutions on cloud – the way forwardKiththi Perera
 
Data Driven Business with Big Data
Data Driven Business with Big DataData Driven Business with Big Data
Data Driven Business with Big DataThomas van manen
 
The Next Generation of Big Data Analytics
The Next Generation of Big Data AnalyticsThe Next Generation of Big Data Analytics
The Next Generation of Big Data AnalyticsHortonworks
 
ปกใช้ หน่วยที่ 2 เครื่องมือช่างไม้ครุภัณฑ์1
ปกใช้ หน่วยที่ 2 เครื่องมือช่างไม้ครุภัณฑ์1ปกใช้ หน่วยที่ 2 เครื่องมือช่างไม้ครุภัณฑ์1
ปกใช้ หน่วยที่ 2 เครื่องมือช่างไม้ครุภัณฑ์1อำนาจ ศรีทิม
 
новогодние сказки
новогодние сказкиновогодние сказки
новогодние сказкиmsikanov
 
Enterprise presenation assignment(computers r us)
Enterprise presenation assignment(computers r us)Enterprise presenation assignment(computers r us)
Enterprise presenation assignment(computers r us)James_92
 
Серия мастер-классов
Серия мастер-классовСерия мастер-классов
Серия мастер-классовmsikanov
 
華藝世界美術資料庫2012
華藝世界美術資料庫2012華藝世界美術資料庫2012
華藝世界美術資料庫2012airiti-all
 
วิวัฒนาการของดนตรีสากล
วิวัฒนาการของดนตรีสากลวิวัฒนาการของดนตรีสากล
วิวัฒนาการของดนตรีสากลอำนาจ ศรีทิม
 
Productos y Servicios Innovadores en Tecnología Digital para la industria Fin...
Productos y Servicios Innovadores en Tecnología Digital para la industria Fin...Productos y Servicios Innovadores en Tecnología Digital para la industria Fin...
Productos y Servicios Innovadores en Tecnología Digital para la industria Fin...Asociación de Marketing Bancario Argentino
 
неделя игры и игрушки
неделя игры и игрушкинеделя игры и игрушки
неделя игры и игрушкиmsikanov
 
Aos#2 aust. history
Aos#2 aust. historyAos#2 aust. history
Aos#2 aust. history08695554
 
торжественная линейка)
торжественная линейка)торжественная линейка)
торжественная линейка)msikanov
 
Questionnaire analysis
Questionnaire analysisQuestionnaire analysis
Questionnaire analysiszarif7861
 

Viewers also liked (20)

Big data solutions on cloud – the way forward
Big data solutions on cloud – the way forwardBig data solutions on cloud – the way forward
Big data solutions on cloud – the way forward
 
Data Driven Business with Big Data
Data Driven Business with Big DataData Driven Business with Big Data
Data Driven Business with Big Data
 
The Next Generation of Big Data Analytics
The Next Generation of Big Data AnalyticsThe Next Generation of Big Data Analytics
The Next Generation of Big Data Analytics
 
ปกใช้ หน่วยที่ 2 เครื่องมือช่างไม้ครุภัณฑ์1
ปกใช้ หน่วยที่ 2 เครื่องมือช่างไม้ครุภัณฑ์1ปกใช้ หน่วยที่ 2 เครื่องมือช่างไม้ครุภัณฑ์1
ปกใช้ หน่วยที่ 2 เครื่องมือช่างไม้ครุภัณฑ์1
 
การใช้กระบี่
การใช้กระบี่การใช้กระบี่
การใช้กระบี่
 
новогодние сказки
новогодние сказкиновогодние сказки
новогодние сказки
 
Enterprise presenation assignment(computers r us)
Enterprise presenation assignment(computers r us)Enterprise presenation assignment(computers r us)
Enterprise presenation assignment(computers r us)
 
Серия мастер-классов
Серия мастер-классовСерия мастер-классов
Серия мастер-классов
 
Functional science
Functional scienceFunctional science
Functional science
 
002.safetymanagement v3
002.safetymanagement v3002.safetymanagement v3
002.safetymanagement v3
 
華藝世界美術資料庫2012
華藝世界美術資料庫2012華藝世界美術資料庫2012
華藝世界美術資料庫2012
 
วิวัฒนาการของดนตรีสากล
วิวัฒนาการของดนตรีสากลวิวัฒนาการของดนตรีสากล
วิวัฒนาการของดนตรีสากล
 
집단
집단집단
집단
 
Productos y Servicios Innovadores en Tecnología Digital para la industria Fin...
Productos y Servicios Innovadores en Tecnología Digital para la industria Fin...Productos y Servicios Innovadores en Tecnología Digital para la industria Fin...
Productos y Servicios Innovadores en Tecnología Digital para la industria Fin...
 
неделя игры и игрушки
неделя игры и игрушкинеделя игры и игрушки
неделя игры и игрушки
 
בסיסי
בסיסיבסיסי
בסיסי
 
Aos#2 aust. history
Aos#2 aust. historyAos#2 aust. history
Aos#2 aust. history
 
Posgrado de Especialización en Administración de Organizaciones Financieras
Posgrado de Especialización en Administración de Organizaciones FinancierasPosgrado de Especialización en Administración de Organizaciones Financieras
Posgrado de Especialización en Administración de Organizaciones Financieras
 
торжественная линейка)
торжественная линейка)торжественная линейка)
торжественная линейка)
 
Questionnaire analysis
Questionnaire analysisQuestionnaire analysis
Questionnaire analysis
 

Similar to Big Data: Del Mito a la Realidad

Turning Big Data into More Effective Customer Experiences
Turning Big Data into More Effective Customer ExperiencesTurning Big Data into More Effective Customer Experiences
Turning Big Data into More Effective Customer ExperiencesNG DATA
 
Impact of big data on analytics
Impact of big data on analyticsImpact of big data on analytics
Impact of big data on analyticsCapgemini
 
Open-BDA Hadoop Summit 2014 - Mr. Krish Krishnan (Driving Business Value – Bi...
Open-BDA Hadoop Summit 2014 - Mr. Krish Krishnan (Driving Business Value – Bi...Open-BDA Hadoop Summit 2014 - Mr. Krish Krishnan (Driving Business Value – Bi...
Open-BDA Hadoop Summit 2014 - Mr. Krish Krishnan (Driving Business Value – Bi...Innovative Management Services
 
IW14 Session: Mike Gualtieri, Forrester Research
IW14 Session: Mike Gualtieri, Forrester ResearchIW14 Session: Mike Gualtieri, Forrester Research
IW14 Session: Mike Gualtieri, Forrester ResearchSoftware AG
 
Becoming a Customer Centric Bank
Becoming a Customer Centric BankBecoming a Customer Centric Bank
Becoming a Customer Centric BankNG DATA
 
Applying Data Quality Best Practices at Big Data Scale
Applying Data Quality Best Practices at Big Data ScaleApplying Data Quality Best Practices at Big Data Scale
Applying Data Quality Best Practices at Big Data ScalePrecisely
 
Making Sense of Graph Databases
Making Sense of Graph DatabasesMaking Sense of Graph Databases
Making Sense of Graph DatabasesInfiniteGraph
 
Big data webinar
Big data webinarBig data webinar
Big data webinarLora Cecere
 
Déjeuner Conférence - L'analyse prédictive agile avec SAP Predictive Analytic...
Déjeuner Conférence - L'analyse prédictive agile avec SAP Predictive Analytic...Déjeuner Conférence - L'analyse prédictive agile avec SAP Predictive Analytic...
Déjeuner Conférence - L'analyse prédictive agile avec SAP Predictive Analytic...agileDSS
 
How GetNinjas uses data to make smarter product decisions
How GetNinjas uses data to make smarter product decisionsHow GetNinjas uses data to make smarter product decisions
How GetNinjas uses data to make smarter product decisionsBernardo Srulzon
 
Big Data LDN 2017: Building a Data-Driven Culture
Big Data LDN 2017: Building a Data-Driven CultureBig Data LDN 2017: Building a Data-Driven Culture
Big Data LDN 2017: Building a Data-Driven CultureMatt Stubbs
 
How to Use Data Analytics and Response Models to Reach, Realize, and Retain C...
How to Use Data Analytics and Response Models to Reach, Realize, and Retain C...How to Use Data Analytics and Response Models to Reach, Realize, and Retain C...
How to Use Data Analytics and Response Models to Reach, Realize, and Retain C...Caserta
 
From Data to Data Driven - Applications that will change your business
From Data to Data Driven - Applications that will change your businessFrom Data to Data Driven - Applications that will change your business
From Data to Data Driven - Applications that will change your businessNG DATA
 
The Data Driven Enterprise - Roadmap to Big Data & Analytics Success
The Data Driven Enterprise - Roadmap to Big Data & Analytics SuccessThe Data Driven Enterprise - Roadmap to Big Data & Analytics Success
The Data Driven Enterprise - Roadmap to Big Data & Analytics SuccessBigInsights
 
Finance and Accounting BPM
Finance and Accounting BPMFinance and Accounting BPM
Finance and Accounting BPMBob Samuels
 
How to get started in extracting business value from big data 1 of 2 oct 2013
How to get started in extracting business value from big data 1 of 2 oct 2013How to get started in extracting business value from big data 1 of 2 oct 2013
How to get started in extracting business value from big data 1 of 2 oct 2013Jaime Nistal
 
The Value of Pervasive Analytics
The Value of Pervasive AnalyticsThe Value of Pervasive Analytics
The Value of Pervasive AnalyticsCloudera, Inc.
 
How to Use Data to Inform Your Design and Drive Your Business
How to Use Data to Inform Your Design and Drive Your BusinessHow to Use Data to Inform Your Design and Drive Your Business
How to Use Data to Inform Your Design and Drive Your BusinessKissmetrics on SlideShare
 
Taming the Data Lake with Scalable Metrics Model Framework
Taming the Data Lake with Scalable Metrics Model FrameworkTaming the Data Lake with Scalable Metrics Model Framework
Taming the Data Lake with Scalable Metrics Model FrameworkRamkumar Ravichandran
 

Similar to Big Data: Del Mito a la Realidad (20)

Turning Big Data into More Effective Customer Experiences
Turning Big Data into More Effective Customer ExperiencesTurning Big Data into More Effective Customer Experiences
Turning Big Data into More Effective Customer Experiences
 
Impact of big data on analytics
Impact of big data on analyticsImpact of big data on analytics
Impact of big data on analytics
 
Open-BDA Hadoop Summit 2014 - Mr. Krish Krishnan (Driving Business Value – Bi...
Open-BDA Hadoop Summit 2014 - Mr. Krish Krishnan (Driving Business Value – Bi...Open-BDA Hadoop Summit 2014 - Mr. Krish Krishnan (Driving Business Value – Bi...
Open-BDA Hadoop Summit 2014 - Mr. Krish Krishnan (Driving Business Value – Bi...
 
IW14 Session: Mike Gualtieri, Forrester Research
IW14 Session: Mike Gualtieri, Forrester ResearchIW14 Session: Mike Gualtieri, Forrester Research
IW14 Session: Mike Gualtieri, Forrester Research
 
Becoming a Customer Centric Bank
Becoming a Customer Centric BankBecoming a Customer Centric Bank
Becoming a Customer Centric Bank
 
Applying Data Quality Best Practices at Big Data Scale
Applying Data Quality Best Practices at Big Data ScaleApplying Data Quality Best Practices at Big Data Scale
Applying Data Quality Best Practices at Big Data Scale
 
Making Sense of Graph Databases
Making Sense of Graph DatabasesMaking Sense of Graph Databases
Making Sense of Graph Databases
 
Big data webinar
Big data webinarBig data webinar
Big data webinar
 
Déjeuner Conférence - L'analyse prédictive agile avec SAP Predictive Analytic...
Déjeuner Conférence - L'analyse prédictive agile avec SAP Predictive Analytic...Déjeuner Conférence - L'analyse prédictive agile avec SAP Predictive Analytic...
Déjeuner Conférence - L'analyse prédictive agile avec SAP Predictive Analytic...
 
How GetNinjas uses data to make smarter product decisions
How GetNinjas uses data to make smarter product decisionsHow GetNinjas uses data to make smarter product decisions
How GetNinjas uses data to make smarter product decisions
 
Big Data LDN 2017: Building a Data-Driven Culture
Big Data LDN 2017: Building a Data-Driven CultureBig Data LDN 2017: Building a Data-Driven Culture
Big Data LDN 2017: Building a Data-Driven Culture
 
How to Use Data Analytics and Response Models to Reach, Realize, and Retain C...
How to Use Data Analytics and Response Models to Reach, Realize, and Retain C...How to Use Data Analytics and Response Models to Reach, Realize, and Retain C...
How to Use Data Analytics and Response Models to Reach, Realize, and Retain C...
 
From Data to Data Driven - Applications that will change your business
From Data to Data Driven - Applications that will change your businessFrom Data to Data Driven - Applications that will change your business
From Data to Data Driven - Applications that will change your business
 
The Data Driven Enterprise - Roadmap to Big Data & Analytics Success
The Data Driven Enterprise - Roadmap to Big Data & Analytics SuccessThe Data Driven Enterprise - Roadmap to Big Data & Analytics Success
The Data Driven Enterprise - Roadmap to Big Data & Analytics Success
 
Finance and Accounting BPM
Finance and Accounting BPMFinance and Accounting BPM
Finance and Accounting BPM
 
How to get started in extracting business value from big data 1 of 2 oct 2013
How to get started in extracting business value from big data 1 of 2 oct 2013How to get started in extracting business value from big data 1 of 2 oct 2013
How to get started in extracting business value from big data 1 of 2 oct 2013
 
Big data
Big dataBig data
Big data
 
The Value of Pervasive Analytics
The Value of Pervasive AnalyticsThe Value of Pervasive Analytics
The Value of Pervasive Analytics
 
How to Use Data to Inform Your Design and Drive Your Business
How to Use Data to Inform Your Design and Drive Your BusinessHow to Use Data to Inform Your Design and Drive Your Business
How to Use Data to Inform Your Design and Drive Your Business
 
Taming the Data Lake with Scalable Metrics Model Framework
Taming the Data Lake with Scalable Metrics Model FrameworkTaming the Data Lake with Scalable Metrics Model Framework
Taming the Data Lake with Scalable Metrics Model Framework
 

More from Asociación de Marketing Bancario Argentino

Digital Transformation, The Future of the "Digital Experience" - Por Kwafo Of...
Digital Transformation, The Future of the "Digital Experience" - Por Kwafo Of...Digital Transformation, The Future of the "Digital Experience" - Por Kwafo Of...
Digital Transformation, The Future of the "Digital Experience" - Por Kwafo Of...Asociación de Marketing Bancario Argentino
 
TRANSFORMACIÓN DIGITAL EN EL PROCESO DE "VENTA SIN PAPEL” DE PRODUCTOS EN BAN...
TRANSFORMACIÓN DIGITAL EN EL PROCESO DE "VENTA SIN PAPEL” DE PRODUCTOS EN BAN...TRANSFORMACIÓN DIGITAL EN EL PROCESO DE "VENTA SIN PAPEL” DE PRODUCTOS EN BAN...
TRANSFORMACIÓN DIGITAL EN EL PROCESO DE "VENTA SIN PAPEL” DE PRODUCTOS EN BAN...Asociación de Marketing Bancario Argentino
 
EL DESAFÍO DE LA INCLUSIÓN FINANCIERA EN LA ARGENTINA: Un caso de éxito cont...
EL DESAFÍO DE LA INCLUSIÓN FINANCIERA EN LA ARGENTINA:  Un caso de éxito cont...EL DESAFÍO DE LA INCLUSIÓN FINANCIERA EN LA ARGENTINA:  Un caso de éxito cont...
EL DESAFÍO DE LA INCLUSIÓN FINANCIERA EN LA ARGENTINA: Un caso de éxito cont...Asociación de Marketing Bancario Argentino
 

More from Asociación de Marketing Bancario Argentino (20)

"Tarjetas de Crédito, en el Banco Digital" - por Damian Otaegui
"Tarjetas de Crédito, en el Banco Digital" - por Damian Otaegui"Tarjetas de Crédito, en el Banco Digital" - por Damian Otaegui
"Tarjetas de Crédito, en el Banco Digital" - por Damian Otaegui
 
Innovación - Por Alejandra Rodriguez
Innovación - Por Alejandra RodriguezInnovación - Por Alejandra Rodriguez
Innovación - Por Alejandra Rodriguez
 
Presentación Verint
Presentación VerintPresentación Verint
Presentación Verint
 
Nubi: Un producto pensado para el cliente - por Felipe Kusserow
Nubi: Un producto pensado para el cliente - por Felipe KusserowNubi: Un producto pensado para el cliente - por Felipe Kusserow
Nubi: Un producto pensado para el cliente - por Felipe Kusserow
 
¿Banco o Empresa de Tecnologia Financiera? - por Walter Risi
¿Banco o Empresa de Tecnologia Financiera? - por Walter Risi¿Banco o Empresa de Tecnologia Financiera? - por Walter Risi
¿Banco o Empresa de Tecnologia Financiera? - por Walter Risi
 
La Divina Comedia Digital - por Esteban Socorro
La Divina Comedia Digital - por Esteban SocorroLa Divina Comedia Digital - por Esteban Socorro
La Divina Comedia Digital - por Esteban Socorro
 
Digital Transformation, The Future of the "Digital Experience" - Por Kwafo Of...
Digital Transformation, The Future of the "Digital Experience" - Por Kwafo Of...Digital Transformation, The Future of the "Digital Experience" - Por Kwafo Of...
Digital Transformation, The Future of the "Digital Experience" - Por Kwafo Of...
 
Santiago Sinelnicof - Cultura Avierta para la Innovación Eficaz
Santiago Sinelnicof - Cultura Avierta para la Innovación EficazSantiago Sinelnicof - Cultura Avierta para la Innovación Eficaz
Santiago Sinelnicof - Cultura Avierta para la Innovación Eficaz
 
Alejandra Rodriguez - Innovación
Alejandra Rodriguez - InnovaciónAlejandra Rodriguez - Innovación
Alejandra Rodriguez - Innovación
 
Presentacion Miguez Diez, Genesys - Club Banca Digital Julio
Presentacion Miguez Diez, Genesys - Club Banca Digital JulioPresentacion Miguez Diez, Genesys - Club Banca Digital Julio
Presentacion Miguez Diez, Genesys - Club Banca Digital Julio
 
Presentación Guillermo Tolosa, ICBC - Club Banca Digital Julio
Presentación Guillermo Tolosa, ICBC - Club Banca Digital JulioPresentación Guillermo Tolosa, ICBC - Club Banca Digital Julio
Presentación Guillermo Tolosa, ICBC - Club Banca Digital Julio
 
Factores de éxito en la transformación digital
Factores de éxito en la transformación digitalFactores de éxito en la transformación digital
Factores de éxito en la transformación digital
 
TRANSFORMACIÓN DIGITAL EN EL PROCESO DE "VENTA SIN PAPEL” DE PRODUCTOS EN BAN...
TRANSFORMACIÓN DIGITAL EN EL PROCESO DE "VENTA SIN PAPEL” DE PRODUCTOS EN BAN...TRANSFORMACIÓN DIGITAL EN EL PROCESO DE "VENTA SIN PAPEL” DE PRODUCTOS EN BAN...
TRANSFORMACIÓN DIGITAL EN EL PROCESO DE "VENTA SIN PAPEL” DE PRODUCTOS EN BAN...
 
MACHINE LEARNING EN OPERACIONES DE TI. CASO ICBC ARGENTINA.
MACHINE LEARNING EN OPERACIONES DE TI. CASO ICBC ARGENTINA.MACHINE LEARNING EN OPERACIONES DE TI. CASO ICBC ARGENTINA.
MACHINE LEARNING EN OPERACIONES DE TI. CASO ICBC ARGENTINA.
 
EL DESAFÍO DE LA INCLUSIÓN FINANCIERA EN LA ARGENTINA: Un caso de éxito cont...
EL DESAFÍO DE LA INCLUSIÓN FINANCIERA EN LA ARGENTINA:  Un caso de éxito cont...EL DESAFÍO DE LA INCLUSIÓN FINANCIERA EN LA ARGENTINA:  Un caso de éxito cont...
EL DESAFÍO DE LA INCLUSIÓN FINANCIERA EN LA ARGENTINA: Un caso de éxito cont...
 
"Coquetear con el envejecimiento"
"Coquetear con el envejecimiento" "Coquetear con el envejecimiento"
"Coquetear con el envejecimiento"
 
Monedas virtuales
Monedas virtualesMonedas virtuales
Monedas virtuales
 
Viaje en billetera al mundo extrabancario
Viaje en billetera al mundo extrabancarioViaje en billetera al mundo extrabancario
Viaje en billetera al mundo extrabancario
 
Experiencia del Cliente. De la teoría a la práctica
Experiencia del Cliente. De la teoría a la prácticaExperiencia del Cliente. De la teoría a la práctica
Experiencia del Cliente. De la teoría a la práctica
 
Los desafíos de la innovación en un mundo exponencial
Los desafíos de la innovación en un mundo exponencialLos desafíos de la innovación en un mundo exponencial
Los desafíos de la innovación en un mundo exponencial
 

Recently uploaded

Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .Alan Dix
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxhariprasad279825
 
Training state-of-the-art general text embedding
Training state-of-the-art general text embeddingTraining state-of-the-art general text embedding
Training state-of-the-art general text embeddingZilliz
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxLoriGlavin3
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersNicole Novielli
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Manik S Magar
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLScyllaDB
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.Curtis Poe
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxLoriGlavin3
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionDilum Bandara
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxLoriGlavin3
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenHervé Boutemy
 

Recently uploaded (20)

Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptx
 
Training state-of-the-art general text embedding
Training state-of-the-art general text embeddingTraining state-of-the-art general text embedding
Training state-of-the-art general text embedding
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software Developers
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQL
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An Introduction
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptx
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache Maven
 

Big Data: Del Mito a la Realidad

  • 1. Leandro Ruiz Teradata BIG DATA: FROM HYPE TO REALITY
  • 2. 2 7/14/2014 Teradata Confidential What Is BIG DATA?
  • 3. 3 7/14/2014 Teradata Confidential BIG DATABIG DATA WEBWEB PetabytesPetabytes CRMCRM TerabytesTerabytes GigabytesGigabytes ERPERP ExabytesExabytes INCREASING Data Variety and ComplexityINCREASING Data Variety and Complexity User Generated Content Mobile Web SMS/MMS Sentiment External Demographics HD Video Speech to Text Product/ Service Logs Social Network Business Data Feeds User Click Stream Web Logs Offer History A/B Testing Dynamic Pricing Affiliate Networks Search Marketing Behavioral Targeting Dynamic Funnels Payment Record Support Contacts Customer Touches Purchase Detail Purchase Record Offer Details Segmentation DECREASING Value Density in the DataDECREASING Value Density in the Data Big Data: From Transactions to Interactions Behavioral Analytics ALL DATA
  • 4. 4 7/14/2014 Teradata Confidential New Data Structures Across Industries Finance:
  • 5. 5 7/14/2014 Teradata Confidential Flow DATA -> INSIGHTS -> ACTIONS Big Data is an Evolution not a Revolution Flow BIG DATA -> INSIGHTS -> ACTIONS Predictions Events Patterns Hypothesis Testing Strategic Actions Operational Actions Is the Ultimate USE of Big Data Different? No.
  • 6. 6 7/14/2014 Teradata Confidential Analysts Recommend: Shift from a Single Platform to an Ecosystem “We will abandon the old models based on the desire to implement for high-value analytic applications.” "Logical" Data Warehouse
  • 7. 7 7/14/2014 Teradata Confidential Discovery Platform Data Warehouse/ Business Intelligence Advanced Analytics The Problem Proliferation of advanced analytics environments has resulted in fragmented data, higher costs, expensive skills, longer time to insight
  • 8. 8 7/14/2014 Teradata Confidential Discovery Platform The Problem Integrated Discovery Platform (IDP) Data Warehouse/ Business Intelligence Advanced Analytics The Solution Proliferation of advanced analytics environments has resulted in fragmented data, higher costs, expensive skills, longer time to insight Integrated discovery analytics provides deeper insight, integrated access, ease of use, lower costs, better insight SQL Framework Access Layer Pre-Built Analytics Functions
  • 9. 9 7/14/2014 Teradata Confidential Discovery Platform Requirements 1 2 3 4 All Data Multiple Analytic Methods Diverse Enterprise Analysts Rapid Exploration
  • 10. 10 7/14/2014 Teradata Confidential What do you want to discover?Recommend Analysis Influence Analysis Website Analysis Satisfaction Metrics BusinessValue TX Data IX Logs Review Text Social Graph Events Time Emails Text All Data: Web Analytics
  • 11. 11 7/14/2014 Teradata Confidential Predictive Analytics Influencer Analysis (6X) Percentile Analysis Churn Analysis Behavioral Analysis (+25%) BusinessValue Statistics Path and Time Text SQL Graph Text Better Predictive Results Multiple Analytic Methods: Attrition
  • 12. 12 7/14/2014 Teradata Confidential Diverse Enterprise Analysts Business Analysts Apps Data Scientists and Analysts SQL, BI Tools Developers Workbench, IDE, Library
  • 13. 13 7/14/2014 Teradata Confidential Rapid “Iterative” Exploration Data Scientist Business User Rapid Exploration Discovery More and Fail Fast ? Data Acquisition 1 Data Preparation 2 Visualization 4 Analysis 3
  • 15. 15 7/14/2014 Teradata Confidential Customer Interactions Across Multiple Channels Teller Withdrawal Teller ComplaintATM Deposit Online Transfer Cancel accountEmail Complaint Call Center Inquiry
  • 16. 16 7/14/2014 Teradata Confidential What if you had a 360 degree view of all interactions you are having with the customer and could proactively identify high value customers at risk of leaving in the next 5 days?
  • 17. 17 7/14/2014 Teradata Confidential • Customerize – Identify the customer in the data • Sessionize – Identify the session occurrence in time • Sojournize – Stich together sessions to recreate cross-channel journey 07:05:32 09:20:23 09:25:32 11:05:48 1:05:06 1:35:12 1:42:58 1:45:14 3:05:58 4:15:22 Omni-channel Customer Journey
  • 18. 18 7/14/2014 Teradata Confidential Events Preceding Account Closure
  • 19. 19 7/14/2014 Teradata Confidential Finding Signal in the Noise SELECT * FROM npath ( ON ( SELECT … WHERE u.event_description IN ( SELECT aper.event FROM attrition_paths_event_rank aper ORDER BY aper.count DESC LIMIT 10) ) … PATTERN ('(OTHER|EVENT){1,20}$') SYMBOLS (…) RESULT (…) ) ) n; Interactive Analytics Reducing the “Noise” to find the “Signal”
  • 20. 20 7/14/2014 Teradata Confidential Finding Signal in the Noise SELECT * FROM nPath ( ON (…) PARTITION BY sba_id ORDER BY datestamp MODE (NONOVERLAPPING) PATTERN ('(OTHER_EVENT|FEE_EVENT)+') SYMBOLS ( event LIKE '%REVERSE FEE%' AS FEE_EVENT, event NOT LIKE '%REVERSE FEE%' AS OTHER_EVENT) RESULT (…) ) n; Reducing the “Noise” to find the “Signal” Fee Reversal seems to be a “Signal”
  • 21. 21 7/14/2014 Teradata Confidential Delivering Outstanding Customer Experiences What if I knew that this customer was likely to leave? One could… • Apologize • Offer an explanation • Reverse the $5 fee Jan 5: Reverse Fee Request Jan 10: Request Made Again Jan 15: Request Made AgainJan 7: Request Made Again Jan 20: Account Closed
  • 23. 23 7/14/2014 Teradata Confidential Social Networks & Graph May Leave Likely to Leave Happy Customer Happy Customer Happy Customer Power of Social Networks • People interact with each other’s behavior; influence each other • People make decisions in a social network context • Ignoring social network context means you’re missing a major influencer on your customers’ choices Graph models relationships between objects like people products and processes Why Graph?
  • 24. 24 7/14/2014 Teradata Confidential Advanced Churn Analysis Today Statistical Analysis + Multi Channel Behavioral Path Analysis Churn Potential Statistical Model Behavioral Model = Best in Class Churn Analytics WHAT IF I COULD GRAPH THESE CUSTOMERS? + Sentiment Analysis Sentiment Score + =
  • 25. 25 7/14/2014 Teradata Confidential Graph Churn Social Network Nodes High Churn Risk Low Churn Risk
  • 26. 26 7/14/2014 Teradata Confidential Enhanced Churn with Social Graph Analysis Best in Class Churn Scores without Social Graph analysis Social Graph visualization can help visualize associations and areas to investigate Apply graph analytics, such as “Closeness” and “LocalClusteringCoefficient” to calculate and provide new insight on strong relationships!
  • 27. 27 7/14/2014 Teradata Confidential Better Churn Scores on All Your Customers + = + =+ Churn “Social Graph Visualized” Churn “Social Graph Analyzed”
  • 28. 28 7/14/2014 Teradata Confidential Single SQL-MR/GR Statement in Aster + =+ ASTER DISCOVERY PLATFORM TERADATA ASTER DATABASE Conduct behavioral and social network churn analysis with prebuilt functions Generate enhanced churn ranking scores Graph Analytics at Scale on All Customers
  • 29. 29 7/14/2014 Teradata Confidential Questions and Answers Questions and Answers Thank You!