SlideShare uma empresa Scribd logo
1 de 113
Baixar para ler offline
Demystifying Data Science
What does it mean in practice?
Jonathan Sedar

Principal Data Scientist

Applied AI Ltd

www.applied.ai

@applied_ai

@jonsedar
Applied AI is a Data Science Consultancy
We create a competitive advantage for financial services
companies through applied artificial intelligence
www.applied.ai
@applied_ai
@jonsedar
Know Your Customers Develop Your Market Manage Risk & Regulation
Innovate & Experiment Streamline Operations Embed Data Science
Demystifying Data Science
Motivations
A Maturity Model
An Ecosystem Model
Practical Examples & Advice
Data Science
$> DATA.SCIENCE()
Intelligently Learning
From Data
Extracting information from all
that Big Data you're collecting
.. and the small stuff too
Discovering correlations, inferring
patterns of behaviour ... and training
models to predict outcomes
Running the business more
effectively ... and systematising
insights and products
How wonderful for you
Learning from data is
nothing new
Most of our business
is doing it already
Trading & Quant Finance
Increase Revenue
Process Optimisation
Reduce Costs
Portfolio Risk Modelling
Manage Risk
Reserves & Stress Testing
Meet Compliance
Learning from data benefits
the whole business
Increase Revenue
tune risk profile

understand the competition
optimise business processes

improve customer retention
inform & adapt to regulatory change

demonstrate leadership
innovate product-market fit

increase customer base
Reduce Cost
Manage Risk Meet Compliance
Data Science
Maturity Model
Sophisticated Analyses
• Hypothesis testing & data
discovery

• Advanced statistics & predictive
modelling

• Deliver immediate value, guide
strategy
• Advanced data science is
supported thought the organisation
and embedded in:

• Products & Services

• Senior Decision Making

• Business Administration
Full Capability Data Science
• Identify new opportunities and
useful data sources

• Basic modelling

• Senior leaders help to define &
develop the business case
Getting Started
• Create ‘data products’, reports,
new systems to embed change

• Replace legacy systems

• Build internal knowledge and skills
Business Operations
• Auto Insurer: “Help me price correctly”
• Extracted, cleaned, parsed data from messy
internal & external sources
• Lightweight multidimensional analysis of customer
base inc interactive dashboards
• Reports and strategic recommendations to board
level, proving the need for further analysis
Getting Started
Sophisticated Analyses
• Life & Pensions: “Help me model my customer churn
(a credit risk situation)”
• Sourced, cleaned, prepared internal & external data
• Created advanced time-to-event models using
Bayesian statistics
• Churn modelling output identified key risk groups &
potentially large new revenues and cost savings
Business Operations
• Asset Management Co: “Help me price real estate
at the optimal market price”
• Sourced, cleaned, prepared data, undertook initial
investigations and statistical modelling
• Created a price prediction “engine” within a
microservice API, now used within daily operations
• Accurate estimates and reduced manual effort
Full Capability Data Science
• The holy grail!
• A centre of excellence guiding:
• Products
• Decision Making
• Business Administration
Data Science
Ecosystem
Data Curation
• Making the right data available for
modelling and maintaining it well.
• Garbage-in-garbage-out
• Getting to ‘good data’ is subtle
• 80% of the process
Machine Learning
• Learning from data
• The empirical practice at the heart of
statistics.
• A machine (aka computer or model) is
trained on a dataset to predict values
• Predict or infer real-word behaviours.
Business Integration
• Conventional business analysis lives and
dies within spreadsheets & presentations
• Expensive dashboards require unstable
data pipelines.
• Huge data warehouses and "lakes" are so
complicated they're barely utilised.
• Business integration is hard, but critical
Three Stories of Data
Science in Practice
Data Curation
Curating external datasets to
better understand customers
Clustering
Introspection
Visualisation
We work mainly with insurance companies
They don’t have a reputation for being exciting
But from a data science point of view…
It’s quite interesting!
“Our term insurance policies are
lapsing before they become profitable”
We modelled lapse using survival analysis
(more of which later)
Along the way noticed something…
The churn rate was sky-high
in new estates
Geographic Effects
And Socioeconomic Effects
We could use these effects to:
Identify lapse-prone customers
More accurately price credit risk
Identify new markets
… we’re not the first people to
think of this
We can do it better and
cheaper ourselves
First: geocode the customer base
Get lat/long based on address
Used Nominatim (FOSS, based on PostGIS)
rather than Google, because …
Irish addresses are
pathological!
Second: go shopping for
socioeconomic data
Irish census produced every 5 years
15 themes, 500+ features
Captures almost everything about daily life
Aggregated to ‘small areas’ approx 200 households
Census themes
Theme Subject Theme Subject
1 Sex, Age & Migration 9 Social Class
2 Ethnicity & Language 10 Education
3 Irish Langage 11 Commuting
4 Families 12 Health
5 Private Housholds 13 Occupation
6 Housing 14 Industries
7 Hospitals & Prisons 15 PC & Internet
8 Principal Status
We could do what Experian does,
and also:
We would own the code
We could integrate with any internal project
We could tune it to fit our needs
Lets take a look at the data
Not a trivial task…
What we have is a really big matrix
18,488 rows x 767 columns
Data Compression
Visualisation
Clustering (unsupervised learning)
Data Compression
Singular Value Decomposition
Rotate and scale data into new frame of reference
Compress into fewer features while maintaining
information
Compressed 500+ columns into 100
Data Visualisation
t-Distributed Stochastic Neighbor
Embedding (t-SNE)
Visualise 100D in 2D space
View natural clustering in the data
Clustering
Hierarchical Agglomerative Clustering
(Ward Clustering)
Progressively group nearby datapoints into larger clusters
Cut nested hierarchy of clusters to fit
Interpreting the Clusters
…carefully
Now we can place each
small area on a map
Using shapefiles and PostGIS
Dublin, Ireland
2011
Interactive dashboard showing
each Small Area (200 people),
plotted by location and cluster id
Data Curation
• A centralised, up-to-date, traceable,
documented repository for structured
text, tabular & image datasets
• Augment with public data to keep up
with competitors and gain an edge
• Update, maintain and optimise your
primary data sources to allow for high
risk/reward POC projects
Machine Learning
Learning from data to predict
outcomes and infer behaviours
Supervised (classification, regression)
Unsupervised (clustering, pattern matching)
Reinforcement (behavioural rewards)
Hot new area, thus word soup
artificial intelligence
machine intelligence
statistical modelling
robotic process automation
cognitive computing
deep learning
…
Statistics <3 Machine Learning
Example 1: time to event modelling
“What’s our projected customer churn
(and thus projected credit risk)
Supervised Regression
Basic idea: estimate this curve
Counts: Kaplan Meier
Parametric (or semi-parametric) models
Exponential, Weibull, Cox PH Regression etc
Time-varying coefficients
Piecewise, Aalen-Additive Regression etc
Sidenote: Bayesian Inference is perfect
for time-based regression
Treat observed values as a realisation of a
probability distribution
Big wins: capture prior knowledge, preserve
uncertainty, model introspection and inference
Create predictions with qualified
uncertainty: “credible regions”
Straightforward to extend models
e.g. time-varying effects
Straightforward to make models robust
e.g. outlier detection, mixture models
Example 2: topic modelling
“Can we learn the topics of conversation
in broker communications?
Unsupervised Clustering
NLP upon business data sources
After careful cleaning, anonymisation, preprocessing
Find the ‘topics’ of conversation
Words that seem to co-occur
Use topics as a shortcut to categorise and
correlate documents to activity
Create the communications graph
Learn social & organisational structure
Design for interactive investigation
Example 3: anomaly detection
“Can we spot fraudulent activity
in claims?”
Un / Supervised Learning
Supervised Learning: function estimation
Classification: Log. Reg, Neural / Deep Nets, Trees, Random Forests
Regression: Linear, Non-Linear, Time-Series
Unsupervised Learning: pattern finding
Clustering, distance measures, topologies
Feature engineering is critical
Understand the data shape, size, behaviours and the processes
that generated it
Machine Learning
• Sophisticated statistical techniques,
good software dev practices and
research-grade, open-source software
• Document and share knowledge to
become technical centre of excellence
• Validate, test, review & maintain your
data pipelines, software and models to
mitigate risk and allow for audit
Business Integration
Learning from data benefits
the whole business
Increase Revenue
tune risk profile

understand the competition
optimise business processes

improve customer retention
inform & adapt to regulatory change

demonstrate leadership
innovate product-market fit

increase customer base
Reduce Cost
Manage Risk Meet Compliance
How to integrate data science
into business activities?
Tooling
Open Source
Reproducibility and Documentation
Wider Communication
APIs and Integration
The Team
Data scientist skill set
Drew Conway’s (in)famous Venn Diagram
Not so different from a software
development team
Communicate
Iterate
and another thing…
The practice of data
science can offer powerful
insight and prediction…
… it’s only a model
Business Integration
• Clear path from model inference and
predictions to the extrapolation of
business actions and impacts
• Communicate results with non-technical
stakeholders via engaging dashboards
and visualisations
• Integrate an automated, live, on-demand
prediction service with business systems
Using a “Data Science” approach:
- Motivations
- A Maturity Model
- An Ecosystem Model
Practical Examples & Advice
Learning from data benefits
the whole business
Increase Revenue
tune risk profile

understand the competition
optimise business processes

improve customer retention
inform & adapt to regulatory change

demonstrate leadership
innovate product-market fit

increase customer base
Reduce Cost
Manage Risk Meet Compliance
Further reading
•Blogs with good technical articles, insights etc
•http://blog.applied.ai
•http://www.magesblog.com
•https://planet.scipy.org
•http://andrewgelman.com
•http://blog.kaggle.com
• Books / technical articles
•https://www.oreilly.com/ideas/what-is-hardcore-data-science-in-practice
•http://www.oreilly.com/data/free/ten-signs-of-data-science-maturity.csp
•Machine Learning for Hackers http://shop.oreilly.com/product/
0636920018483.do
Thank you
www.applied.ai
@applied_ai
@jonsedar

Mais conteúdo relacionado

Mais procurados

How new ai based analytics ignite a productivity revolution in e discovery-final
How new ai based analytics ignite a productivity revolution in e discovery-finalHow new ai based analytics ignite a productivity revolution in e discovery-final
How new ai based analytics ignite a productivity revolution in e discovery-finaljcscholtes
 
Analyze Your Data, Transform Your Business
Analyze Your Data, Transform Your BusinessAnalyze Your Data, Transform Your Business
Analyze Your Data, Transform Your BusinessDATAVERSITY
 
Building an Effective Organizational Analytics Capability
Building an Effective Organizational Analytics CapabilityBuilding an Effective Organizational Analytics Capability
Building an Effective Organizational Analytics CapabilityJeff Crawford
 
Lecture notes on being Data-Driven and doing Data Science
Lecture notes on being Data-Driven and doing Data Science Lecture notes on being Data-Driven and doing Data Science
Lecture notes on being Data-Driven and doing Data Science Johan Himberg
 
ACEDS - ZyLAB webinar - AI Based eDiscovery Analytics
ACEDS - ZyLAB webinar - AI Based eDiscovery AnalyticsACEDS - ZyLAB webinar - AI Based eDiscovery Analytics
ACEDS - ZyLAB webinar - AI Based eDiscovery AnalyticsAnnelore van der Lint
 
PoT - probeer de mogelijkheden van datamining zelf uit 30-10-2014
PoT - probeer de mogelijkheden van datamining zelf uit 30-10-2014PoT - probeer de mogelijkheden van datamining zelf uit 30-10-2014
PoT - probeer de mogelijkheden van datamining zelf uit 30-10-2014Daniel Westzaan
 
Data Science - Part I - Sustaining Predictive Analytics Capabilities
Data Science - Part I - Sustaining Predictive Analytics CapabilitiesData Science - Part I - Sustaining Predictive Analytics Capabilities
Data Science - Part I - Sustaining Predictive Analytics CapabilitiesDerek Kane
 
Introduction to Business Data Analytics
Introduction to Business Data AnalyticsIntroduction to Business Data Analytics
Introduction to Business Data AnalyticsVadivelM9
 
Lecture on Data Science in a Data-Driven Culture
Lecture on Data Science in a Data-Driven Culture Lecture on Data Science in a Data-Driven Culture
Lecture on Data Science in a Data-Driven Culture Johan Himberg
 
IBM Watson Progress and 2013 Roadmap
IBM Watson Progress and 2013 RoadmapIBM Watson Progress and 2013 Roadmap
IBM Watson Progress and 2013 RoadmapManoj Saxena
 
HR Analytics - A Pathway to Business Impact
HR Analytics - A Pathway to Business ImpactHR Analytics - A Pathway to Business Impact
HR Analytics - A Pathway to Business ImpactHuman Capital Media
 
Data Analytics Strategy
Data Analytics StrategyData Analytics Strategy
Data Analytics StrategyeHealthCareers
 
1505 Statistical Thinking course extract
1505 Statistical Thinking course extract1505 Statistical Thinking course extract
1505 Statistical Thinking course extractJefferson Lynch
 
IBM Watson Content Analytics: Discover Hidden Value in Your Unstructured Data
IBM Watson Content Analytics: Discover Hidden Value in Your Unstructured DataIBM Watson Content Analytics: Discover Hidden Value in Your Unstructured Data
IBM Watson Content Analytics: Discover Hidden Value in Your Unstructured DataPerficient, Inc.
 

Mais procurados (20)

How new ai based analytics ignite a productivity revolution in e discovery-final
How new ai based analytics ignite a productivity revolution in e discovery-finalHow new ai based analytics ignite a productivity revolution in e discovery-final
How new ai based analytics ignite a productivity revolution in e discovery-final
 
Analyze Your Data, Transform Your Business
Analyze Your Data, Transform Your BusinessAnalyze Your Data, Transform Your Business
Analyze Your Data, Transform Your Business
 
Building an Effective Organizational Analytics Capability
Building an Effective Organizational Analytics CapabilityBuilding an Effective Organizational Analytics Capability
Building an Effective Organizational Analytics Capability
 
Watson analytics
Watson analyticsWatson analytics
Watson analytics
 
Predictive Model
Predictive ModelPredictive Model
Predictive Model
 
Lecture notes on being Data-Driven and doing Data Science
Lecture notes on being Data-Driven and doing Data Science Lecture notes on being Data-Driven and doing Data Science
Lecture notes on being Data-Driven and doing Data Science
 
ACEDS - ZyLAB webinar - AI Based eDiscovery Analytics
ACEDS - ZyLAB webinar - AI Based eDiscovery AnalyticsACEDS - ZyLAB webinar - AI Based eDiscovery Analytics
ACEDS - ZyLAB webinar - AI Based eDiscovery Analytics
 
PoT - probeer de mogelijkheden van datamining zelf uit 30-10-2014
PoT - probeer de mogelijkheden van datamining zelf uit 30-10-2014PoT - probeer de mogelijkheden van datamining zelf uit 30-10-2014
PoT - probeer de mogelijkheden van datamining zelf uit 30-10-2014
 
Data Science - Part I - Sustaining Predictive Analytics Capabilities
Data Science - Part I - Sustaining Predictive Analytics CapabilitiesData Science - Part I - Sustaining Predictive Analytics Capabilities
Data Science - Part I - Sustaining Predictive Analytics Capabilities
 
Introduction to Business Data Analytics
Introduction to Business Data AnalyticsIntroduction to Business Data Analytics
Introduction to Business Data Analytics
 
1315 keynote jopia_shareable
1315 keynote jopia_shareable1315 keynote jopia_shareable
1315 keynote jopia_shareable
 
Lecture on Data Science in a Data-Driven Culture
Lecture on Data Science in a Data-Driven Culture Lecture on Data Science in a Data-Driven Culture
Lecture on Data Science in a Data-Driven Culture
 
IBM Watson Progress and 2013 Roadmap
IBM Watson Progress and 2013 RoadmapIBM Watson Progress and 2013 Roadmap
IBM Watson Progress and 2013 Roadmap
 
HR Analytics - A Pathway to Business Impact
HR Analytics - A Pathway to Business ImpactHR Analytics - A Pathway to Business Impact
HR Analytics - A Pathway to Business Impact
 
Data science 101
Data science 101Data science 101
Data science 101
 
Predictive Modelling
Predictive ModellingPredictive Modelling
Predictive Modelling
 
Data Analytics Strategy
Data Analytics StrategyData Analytics Strategy
Data Analytics Strategy
 
9sight operational analytics white paper
9sight   operational analytics white paper9sight   operational analytics white paper
9sight operational analytics white paper
 
1505 Statistical Thinking course extract
1505 Statistical Thinking course extract1505 Statistical Thinking course extract
1505 Statistical Thinking course extract
 
IBM Watson Content Analytics: Discover Hidden Value in Your Unstructured Data
IBM Watson Content Analytics: Discover Hidden Value in Your Unstructured DataIBM Watson Content Analytics: Discover Hidden Value in Your Unstructured Data
IBM Watson Content Analytics: Discover Hidden Value in Your Unstructured Data
 

Destaque

Bayesian Robust Linear Regression with Outlier Detection
Bayesian Robust Linear Regression with Outlier DetectionBayesian Robust Linear Regression with Outlier Detection
Bayesian Robust Linear Regression with Outlier DetectionJonathan Sedar
 
Visualising High Dimensional Data with TSNE
Visualising High Dimensional Data with TSNEVisualising High Dimensional Data with TSNE
Visualising High Dimensional Data with TSNEJonathan Sedar
 
Sedar Global Innovative Hybrid Dynamic franchise presentation
Sedar Global Innovative Hybrid Dynamic franchise presentationSedar Global Innovative Hybrid Dynamic franchise presentation
Sedar Global Innovative Hybrid Dynamic franchise presentationShereef Abdelmalek, MBA, MIS, Eng
 
Rhat OSS - Cloudera - Mike Olson - Hadoop Data Analytics In The Cloud
Rhat OSS - Cloudera - Mike Olson - Hadoop Data Analytics In The CloudRhat OSS - Cloudera - Mike Olson - Hadoop Data Analytics In The Cloud
Rhat OSS - Cloudera - Mike Olson - Hadoop Data Analytics In The CloudCloudera, Inc.
 
Machine Learning in action
Machine Learning in actionMachine Learning in action
Machine Learning in actionMichal Brys
 
Find signal in noise.
Find signal in noise.Find signal in noise.
Find signal in noise.Michal Brys
 
Hadoop and HBase in the Real World
Hadoop and HBase in the Real WorldHadoop and HBase in the Real World
Hadoop and HBase in the Real WorldCloudera, Inc.
 
How is Data Science going to Improve Insurance?
How is Data Science going to Improve Insurance?How is Data Science going to Improve Insurance?
How is Data Science going to Improve Insurance?Jonathan Sedar
 
FINAL Marketing plan
FINAL Marketing planFINAL Marketing plan
FINAL Marketing planRyan Castro
 
Topic Modelling on the Enron Email Corpus @ ODSC 13 Apr 2016
Topic Modelling on the Enron Email Corpus @ ODSC 13 Apr 2016Topic Modelling on the Enron Email Corpus @ ODSC 13 Apr 2016
Topic Modelling on the Enron Email Corpus @ ODSC 13 Apr 2016Jonathan Sedar
 
Web Crawling and Data Gathering with Apache Nutch
Web Crawling and Data Gathering with Apache NutchWeb Crawling and Data Gathering with Apache Nutch
Web Crawling and Data Gathering with Apache NutchSteve Watt
 
Cloud Machine Learning with Google Cloud Platform
Cloud Machine Learning with Google Cloud PlatformCloud Machine Learning with Google Cloud Platform
Cloud Machine Learning with Google Cloud PlatformMichal Brys
 
Pythonではじめるロケーションデータ解析
Pythonではじめるロケーションデータ解析Pythonではじめるロケーションデータ解析
Pythonではじめるロケーションデータ解析Hiroaki Sengoku
 
Customer Segmentation with R - Deep Dive into flexclust
Customer Segmentation with R - Deep Dive into flexclustCustomer Segmentation with R - Deep Dive into flexclust
Customer Segmentation with R - Deep Dive into flexclustJim Porzak
 
関東CV勉強会 Kernel PCA (2011.2.19)
関東CV勉強会 Kernel PCA (2011.2.19)関東CV勉強会 Kernel PCA (2011.2.19)
関東CV勉強会 Kernel PCA (2011.2.19)Akisato Kimura
 
Visualizing Data Using t-SNE
Visualizing Data Using t-SNEVisualizing Data Using t-SNE
Visualizing Data Using t-SNETomoki Hayashi
 
Customer Clustering For Retail Marketing
Customer Clustering For Retail MarketingCustomer Clustering For Retail Marketing
Customer Clustering For Retail MarketingJonathan Sedar
 

Destaque (20)

Bayesian Robust Linear Regression with Outlier Detection
Bayesian Robust Linear Regression with Outlier DetectionBayesian Robust Linear Regression with Outlier Detection
Bayesian Robust Linear Regression with Outlier Detection
 
Visualising High Dimensional Data with TSNE
Visualising High Dimensional Data with TSNEVisualising High Dimensional Data with TSNE
Visualising High Dimensional Data with TSNE
 
Sedar Global Innovative Hybrid Dynamic franchise presentation
Sedar Global Innovative Hybrid Dynamic franchise presentationSedar Global Innovative Hybrid Dynamic franchise presentation
Sedar Global Innovative Hybrid Dynamic franchise presentation
 
Rhat OSS - Cloudera - Mike Olson - Hadoop Data Analytics In The Cloud
Rhat OSS - Cloudera - Mike Olson - Hadoop Data Analytics In The CloudRhat OSS - Cloudera - Mike Olson - Hadoop Data Analytics In The Cloud
Rhat OSS - Cloudera - Mike Olson - Hadoop Data Analytics In The Cloud
 
Machine Learning in action
Machine Learning in actionMachine Learning in action
Machine Learning in action
 
SEDAR Global Portfolio - SEDAR Franchise Program
SEDAR Global Portfolio - SEDAR Franchise ProgramSEDAR Global Portfolio - SEDAR Franchise Program
SEDAR Global Portfolio - SEDAR Franchise Program
 
Find signal in noise.
Find signal in noise.Find signal in noise.
Find signal in noise.
 
Hadoop and HBase in the Real World
Hadoop and HBase in the Real WorldHadoop and HBase in the Real World
Hadoop and HBase in the Real World
 
How is Data Science going to Improve Insurance?
How is Data Science going to Improve Insurance?How is Data Science going to Improve Insurance?
How is Data Science going to Improve Insurance?
 
FINAL Marketing plan
FINAL Marketing planFINAL Marketing plan
FINAL Marketing plan
 
Topic Modelling on the Enron Email Corpus @ ODSC 13 Apr 2016
Topic Modelling on the Enron Email Corpus @ ODSC 13 Apr 2016Topic Modelling on the Enron Email Corpus @ ODSC 13 Apr 2016
Topic Modelling on the Enron Email Corpus @ ODSC 13 Apr 2016
 
t-SNE
t-SNEt-SNE
t-SNE
 
Web Crawling and Data Gathering with Apache Nutch
Web Crawling and Data Gathering with Apache NutchWeb Crawling and Data Gathering with Apache Nutch
Web Crawling and Data Gathering with Apache Nutch
 
Cloud Machine Learning with Google Cloud Platform
Cloud Machine Learning with Google Cloud PlatformCloud Machine Learning with Google Cloud Platform
Cloud Machine Learning with Google Cloud Platform
 
Pythonではじめるロケーションデータ解析
Pythonではじめるロケーションデータ解析Pythonではじめるロケーションデータ解析
Pythonではじめるロケーションデータ解析
 
Customer Segmentation with R - Deep Dive into flexclust
Customer Segmentation with R - Deep Dive into flexclustCustomer Segmentation with R - Deep Dive into flexclust
Customer Segmentation with R - Deep Dive into flexclust
 
関東CV勉強会 Kernel PCA (2011.2.19)
関東CV勉強会 Kernel PCA (2011.2.19)関東CV勉強会 Kernel PCA (2011.2.19)
関東CV勉強会 Kernel PCA (2011.2.19)
 
Visualizing Data Using t-SNE
Visualizing Data Using t-SNEVisualizing Data Using t-SNE
Visualizing Data Using t-SNE
 
Customer Clustering For Retail Marketing
Customer Clustering For Retail MarketingCustomer Clustering For Retail Marketing
Customer Clustering For Retail Marketing
 
Fraud Detection Architecture
Fraud Detection ArchitectureFraud Detection Architecture
Fraud Detection Architecture
 

Semelhante a Demystifying Data Science

Big data and Marketing by Edward Chenard
Big data and Marketing by Edward ChenardBig data and Marketing by Edward Chenard
Big data and Marketing by Edward ChenardEdward Chenard
 
Introducing SPSS customer overview
Introducing SPSS customer overviewIntroducing SPSS customer overview
Introducing SPSS customer overviewebuc
 
Turning Big Data to Business Advantage
Turning Big Data to Business AdvantageTurning Big Data to Business Advantage
Turning Big Data to Business AdvantageTeradata Aster
 
Data Analytics & Visualization (Introduction)
Data Analytics & Visualization (Introduction)Data Analytics & Visualization (Introduction)
Data Analytics & Visualization (Introduction)Dolapo Amusat
 
Creating a Data-Driven Organization, Crunchconf, October 2015
Creating a Data-Driven Organization, Crunchconf, October 2015Creating a Data-Driven Organization, Crunchconf, October 2015
Creating a Data-Driven Organization, Crunchconf, October 2015Carl Anderson
 
Training in Analytics and Data Science
Training in Analytics and Data ScienceTraining in Analytics and Data Science
Training in Analytics and Data ScienceAjay Ohri
 
Data Analytics Training Course in Noida.pptx
Data Analytics Training Course in Noida.pptxData Analytics Training Course in Noida.pptx
Data Analytics Training Course in Noida.pptxAPTRON Solutions Noida
 
Big data for sales and marketing people
Big data for sales and marketing peopleBig data for sales and marketing people
Big data for sales and marketing peopleEdward Chenard
 
BDW16 London - Amjad Zaim, Cognitro Analytics: How Deep is Your Learning
BDW16 London - Amjad Zaim, Cognitro Analytics: How Deep is Your Learning BDW16 London - Amjad Zaim, Cognitro Analytics: How Deep is Your Learning
BDW16 London - Amjad Zaim, Cognitro Analytics: How Deep is Your Learning Big Data Week
 
Training Taster: Leading the way to become a data-driven organization
Training Taster: Leading the way to become a data-driven organizationTraining Taster: Leading the way to become a data-driven organization
Training Taster: Leading the way to become a data-driven organizationGoDataDriven
 
Data science applications and usecases
Data science applications and usecasesData science applications and usecases
Data science applications and usecasesSreenatha Reddy K R
 
Embracing data science
Embracing data scienceEmbracing data science
Embracing data scienceVipul Kalamkar
 
LIVE DEMO: Fraud Analytics
LIVE DEMO: Fraud AnalyticsLIVE DEMO: Fraud Analytics
LIVE DEMO: Fraud AnalyticsVMware Tanzu
 
Big data: What's the big deal?
Big data: What's the big deal?Big data: What's the big deal?
Big data: What's the big deal?Penser
 
How Can Analytics Improve Business?
How Can Analytics Improve Business?How Can Analytics Improve Business?
How Can Analytics Improve Business?Inside Analysis
 
Big Data Innovation
Big Data InnovationBig Data Innovation
Big Data Innovationpaul.hawking
 
Creating a Data-Driven Organization, Data Day Texas, January 2016
Creating a Data-Driven Organization, Data Day Texas, January 2016Creating a Data-Driven Organization, Data Day Texas, January 2016
Creating a Data-Driven Organization, Data Day Texas, January 2016Carl Anderson
 

Semelhante a Demystifying Data Science (20)

Big data and Marketing by Edward Chenard
Big data and Marketing by Edward ChenardBig data and Marketing by Edward Chenard
Big data and Marketing by Edward Chenard
 
Introducing SPSS customer overview
Introducing SPSS customer overviewIntroducing SPSS customer overview
Introducing SPSS customer overview
 
Turning Big Data to Business Advantage
Turning Big Data to Business AdvantageTurning Big Data to Business Advantage
Turning Big Data to Business Advantage
 
Data Analytics & Visualization (Introduction)
Data Analytics & Visualization (Introduction)Data Analytics & Visualization (Introduction)
Data Analytics & Visualization (Introduction)
 
Creating a Data-Driven Organization, Crunchconf, October 2015
Creating a Data-Driven Organization, Crunchconf, October 2015Creating a Data-Driven Organization, Crunchconf, October 2015
Creating a Data-Driven Organization, Crunchconf, October 2015
 
Training in Analytics and Data Science
Training in Analytics and Data ScienceTraining in Analytics and Data Science
Training in Analytics and Data Science
 
Data Analytics Training Course in Noida.pptx
Data Analytics Training Course in Noida.pptxData Analytics Training Course in Noida.pptx
Data Analytics Training Course in Noida.pptx
 
Big data for sales and marketing people
Big data for sales and marketing peopleBig data for sales and marketing people
Big data for sales and marketing people
 
Business intelligence
Business intelligenceBusiness intelligence
Business intelligence
 
BDW16 London - Amjad Zaim, Cognitro Analytics: How Deep is Your Learning
BDW16 London - Amjad Zaim, Cognitro Analytics: How Deep is Your Learning BDW16 London - Amjad Zaim, Cognitro Analytics: How Deep is Your Learning
BDW16 London - Amjad Zaim, Cognitro Analytics: How Deep is Your Learning
 
Training Taster: Leading the way to become a data-driven organization
Training Taster: Leading the way to become a data-driven organizationTraining Taster: Leading the way to become a data-driven organization
Training Taster: Leading the way to become a data-driven organization
 
Data science applications and usecases
Data science applications and usecasesData science applications and usecases
Data science applications and usecases
 
Embracing data science
Embracing data scienceEmbracing data science
Embracing data science
 
LIVE DEMO: Fraud Analytics
LIVE DEMO: Fraud AnalyticsLIVE DEMO: Fraud Analytics
LIVE DEMO: Fraud Analytics
 
Big data: What's the big deal?
Big data: What's the big deal?Big data: What's the big deal?
Big data: What's the big deal?
 
How Can Analytics Improve Business?
How Can Analytics Improve Business?How Can Analytics Improve Business?
How Can Analytics Improve Business?
 
Big Data Innovation
Big Data InnovationBig Data Innovation
Big Data Innovation
 
Creating a Data-Driven Organization, Data Day Texas, January 2016
Creating a Data-Driven Organization, Data Day Texas, January 2016Creating a Data-Driven Organization, Data Day Texas, January 2016
Creating a Data-Driven Organization, Data Day Texas, January 2016
 
Business Analytics.pptx
Business Analytics.pptxBusiness Analytics.pptx
Business Analytics.pptx
 
Join Axtria - Ingenious Insights
Join Axtria - Ingenious InsightsJoin Axtria - Ingenious Insights
Join Axtria - Ingenious Insights
 

Último

Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...
Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...
Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...amitlee9823
 
Mature dropshipping via API with DroFx.pptx
Mature dropshipping via API with DroFx.pptxMature dropshipping via API with DroFx.pptx
Mature dropshipping via API with DroFx.pptxolyaivanovalion
 
BPAC WITH UFSBI GENERAL PRESENTATION 18_05_2017-1.pptx
BPAC WITH UFSBI GENERAL PRESENTATION 18_05_2017-1.pptxBPAC WITH UFSBI GENERAL PRESENTATION 18_05_2017-1.pptx
BPAC WITH UFSBI GENERAL PRESENTATION 18_05_2017-1.pptxMohammedJunaid861692
 
April 2024 - Crypto Market Report's Analysis
April 2024 - Crypto Market Report's AnalysisApril 2024 - Crypto Market Report's Analysis
April 2024 - Crypto Market Report's Analysismanisha194592
 
Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...amitlee9823
 
Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...
Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...
Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...amitlee9823
 
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al BarshaAl Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al BarshaAroojKhan71
 
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...Valters Lauzums
 
Invezz.com - Grow your wealth with trading signals
Invezz.com - Grow your wealth with trading signalsInvezz.com - Grow your wealth with trading signals
Invezz.com - Grow your wealth with trading signalsInvezz1
 
FESE Capital Markets Fact Sheet 2024 Q1.pdf
FESE Capital Markets Fact Sheet 2024 Q1.pdfFESE Capital Markets Fact Sheet 2024 Q1.pdf
FESE Capital Markets Fact Sheet 2024 Q1.pdfMarinCaroMartnezBerg
 
Discover Why Less is More in B2B Research
Discover Why Less is More in B2B ResearchDiscover Why Less is More in B2B Research
Discover Why Less is More in B2B Researchmichael115558
 
CebaBaby dropshipping via API with DroFX.pptx
CebaBaby dropshipping via API with DroFX.pptxCebaBaby dropshipping via API with DroFX.pptx
CebaBaby dropshipping via API with DroFX.pptxolyaivanovalion
 
Introduction-to-Machine-Learning (1).pptx
Introduction-to-Machine-Learning (1).pptxIntroduction-to-Machine-Learning (1).pptx
Introduction-to-Machine-Learning (1).pptxfirstjob4
 
Best VIP Call Girls Noida Sector 39 Call Me: 8448380779
Best VIP Call Girls Noida Sector 39 Call Me: 8448380779Best VIP Call Girls Noida Sector 39 Call Me: 8448380779
Best VIP Call Girls Noida Sector 39 Call Me: 8448380779Delhi Call girls
 
Best VIP Call Girls Noida Sector 22 Call Me: 8448380779
Best VIP Call Girls Noida Sector 22 Call Me: 8448380779Best VIP Call Girls Noida Sector 22 Call Me: 8448380779
Best VIP Call Girls Noida Sector 22 Call Me: 8448380779Delhi Call girls
 
Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...
Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...
Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...amitlee9823
 
BigBuy dropshipping via API with DroFx.pptx
BigBuy dropshipping via API with DroFx.pptxBigBuy dropshipping via API with DroFx.pptx
BigBuy dropshipping via API with DroFx.pptxolyaivanovalion
 
Log Analysis using OSSEC sasoasasasas.pptx
Log Analysis using OSSEC sasoasasasas.pptxLog Analysis using OSSEC sasoasasasas.pptx
Log Analysis using OSSEC sasoasasasas.pptxJohnnyPlasten
 
VIP Model Call Girls Hinjewadi ( Pune ) Call ON 8005736733 Starting From 5K t...
VIP Model Call Girls Hinjewadi ( Pune ) Call ON 8005736733 Starting From 5K t...VIP Model Call Girls Hinjewadi ( Pune ) Call ON 8005736733 Starting From 5K t...
VIP Model Call Girls Hinjewadi ( Pune ) Call ON 8005736733 Starting From 5K t...SUHANI PANDEY
 
Edukaciniai dropshipping via API with DroFx
Edukaciniai dropshipping via API with DroFxEdukaciniai dropshipping via API with DroFx
Edukaciniai dropshipping via API with DroFxolyaivanovalion
 

Último (20)

Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...
Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...
Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...
 
Mature dropshipping via API with DroFx.pptx
Mature dropshipping via API with DroFx.pptxMature dropshipping via API with DroFx.pptx
Mature dropshipping via API with DroFx.pptx
 
BPAC WITH UFSBI GENERAL PRESENTATION 18_05_2017-1.pptx
BPAC WITH UFSBI GENERAL PRESENTATION 18_05_2017-1.pptxBPAC WITH UFSBI GENERAL PRESENTATION 18_05_2017-1.pptx
BPAC WITH UFSBI GENERAL PRESENTATION 18_05_2017-1.pptx
 
April 2024 - Crypto Market Report's Analysis
April 2024 - Crypto Market Report's AnalysisApril 2024 - Crypto Market Report's Analysis
April 2024 - Crypto Market Report's Analysis
 
Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
 
Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...
Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...
Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...
 
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al BarshaAl Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
 
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
 
Invezz.com - Grow your wealth with trading signals
Invezz.com - Grow your wealth with trading signalsInvezz.com - Grow your wealth with trading signals
Invezz.com - Grow your wealth with trading signals
 
FESE Capital Markets Fact Sheet 2024 Q1.pdf
FESE Capital Markets Fact Sheet 2024 Q1.pdfFESE Capital Markets Fact Sheet 2024 Q1.pdf
FESE Capital Markets Fact Sheet 2024 Q1.pdf
 
Discover Why Less is More in B2B Research
Discover Why Less is More in B2B ResearchDiscover Why Less is More in B2B Research
Discover Why Less is More in B2B Research
 
CebaBaby dropshipping via API with DroFX.pptx
CebaBaby dropshipping via API with DroFX.pptxCebaBaby dropshipping via API with DroFX.pptx
CebaBaby dropshipping via API with DroFX.pptx
 
Introduction-to-Machine-Learning (1).pptx
Introduction-to-Machine-Learning (1).pptxIntroduction-to-Machine-Learning (1).pptx
Introduction-to-Machine-Learning (1).pptx
 
Best VIP Call Girls Noida Sector 39 Call Me: 8448380779
Best VIP Call Girls Noida Sector 39 Call Me: 8448380779Best VIP Call Girls Noida Sector 39 Call Me: 8448380779
Best VIP Call Girls Noida Sector 39 Call Me: 8448380779
 
Best VIP Call Girls Noida Sector 22 Call Me: 8448380779
Best VIP Call Girls Noida Sector 22 Call Me: 8448380779Best VIP Call Girls Noida Sector 22 Call Me: 8448380779
Best VIP Call Girls Noida Sector 22 Call Me: 8448380779
 
Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...
Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...
Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...
 
BigBuy dropshipping via API with DroFx.pptx
BigBuy dropshipping via API with DroFx.pptxBigBuy dropshipping via API with DroFx.pptx
BigBuy dropshipping via API with DroFx.pptx
 
Log Analysis using OSSEC sasoasasasas.pptx
Log Analysis using OSSEC sasoasasasas.pptxLog Analysis using OSSEC sasoasasasas.pptx
Log Analysis using OSSEC sasoasasasas.pptx
 
VIP Model Call Girls Hinjewadi ( Pune ) Call ON 8005736733 Starting From 5K t...
VIP Model Call Girls Hinjewadi ( Pune ) Call ON 8005736733 Starting From 5K t...VIP Model Call Girls Hinjewadi ( Pune ) Call ON 8005736733 Starting From 5K t...
VIP Model Call Girls Hinjewadi ( Pune ) Call ON 8005736733 Starting From 5K t...
 
Edukaciniai dropshipping via API with DroFx
Edukaciniai dropshipping via API with DroFxEdukaciniai dropshipping via API with DroFx
Edukaciniai dropshipping via API with DroFx
 

Demystifying Data Science