SlideShare a Scribd company logo
1 of 61
COPYRIGHT © 2014 BY PHIL WINTERS. ALL RIGHTS PROTECTED AND RESERVED.
The Internet of Things
Aaron Hart
Dr. Rosaria Silipo
Phil Winters
COPYRIGHT © 2014 BY PHIL WINTERS. ALL RIGHTS PROTECTED AND RESERVED. 2
Customer Strategy
Customer Perspective
Chamption
COPYRIGHT © 2014 BY PHIL WINTERS. ALL RIGHTS PROTECTED AND RESERVED. 3
The Customer’s Perspective
Decision Cycle and Touchpoints
g
@
Ad
g
g
COPYRIGHT © 2014 BY PHIL WINTERS. ALL RIGHTS PROTECTED AND RESERVED. 4
• Defining the Customer Perspective
• Identifying new Touchpoints
• Using new Customer Insight
• Give to Get: Information Strategies
• Social Media
• Mobile
• Big Data
• Sales Cycle Transformation
• Touchpoint Choreography
• Customer Delight
• Multi-Industry / Multi- Product processes optimization
Selected Topics
Doing Business from the Customer’s Perspective
COPYRIGHT © 2014 BY PHIL WINTERS. ALL RIGHTS PROTECTED AND RESERVED. 5
Where you can find more:
Customer IMPACT Agenda
The Speeches
The Book
The Workshop
www.ciagenda.com
phil.winters@ciagenda.com
auch auf Deutsch!
COPYRIGHT © 2014 BY PHIL WINTERS. ALL RIGHTS PROTECTED AND RESERVED. 6
Customer Strategy
Data Whisperer Customer Perspective
Chamption
COPYRIGHT © 2014 BY PHIL WINTERS. ALL RIGHTS PROTECTED AND RESERVED. 7
Customer Intelligence – creating new fact-base insight from data
Data Whisperer
Needs
Behavior
Value
drivesgenerates
Dimension Needs Dimension Behavior Dimension Needs
COPYRIGHT © 2014 BY PHIL WINTERS. ALL RIGHTS PROTECTED AND RESERVED. 8
PAW 2012: Text Mining meets Network Mining
8
Text Mining for Sentiment
Drill Down on special cases
Network Mining for Relevance
Analytics for Prediction
COPYRIGHT © 2014 BY PHIL WINTERS. ALL RIGHTS PROTECTED AND RESERVED. 9
• Telemetry Data
• Time Series Analysis
with clustering
• Measurable / Applied to the Business
• SENSIBLE usages of Big Data
PAW 2013: Time Series meets Machine Learning
COPYRIGHT © 2014 BY PHIL WINTERS. ALL RIGHTS PROTECTED AND RESERVED. 10
2014: It’s all Geert’s Fault: The Internet of Things
Illustration by CRISTINA BYVIK
Use Public Data Please….
COPYRIGHT © 2014 BY PHIL WINTERS. ALL RIGHTS PROTECTED AND RESERVED. 11
Original:
COPYRIGHT © 2014 BY PHIL WINTERS. ALL RIGHTS PROTECTED AND RESERVED. 12
Washington DC
COPYRIGHT © 2014 BY PHIL WINTERS. ALL RIGHTS PROTECTED AND RESERVED. 13
Sensors!
COPYRIGHT © 2014 BY PHIL WINTERS. ALL RIGHTS PROTECTED AND RESERVED. 14
COPYRIGHT © 2014 BY PHIL WINTERS. ALL RIGHTS PROTECTED AND RESERVED. 15
KNIME and the Internet of Things
COPYRIGHT © 2014 BY PHIL WINTERS. ALL RIGHTS PROTECTED AND RESERVED. 16
Reading Sensor data is always messy……
14 Quarters of Sensor Data….
But good packages
make it easy to do !
COPYRIGHT © 2014 BY PHIL WINTERS. ALL RIGHTS PROTECTED AND RESERVED. 17
Reading the Sensor Data
COPYRIGHT © 2014 BY PHIL WINTERS. ALL RIGHTS PROTECTED AND RESERVED. 18
Street Maps
Weather
Holiday Schedules
Commuters
Tourists
Topology / Elevations
Enrich
COPYRIGHT © 2014 BY PHIL WINTERS. ALL RIGHTS PROTECTED AND RESERVED. 19
Enrich
The power of REST services and the Internet…………
COPYRIGHT © 2014 BY PHIL WINTERS. ALL RIGHTS PROTECTED AND RESERVED. 20
Enrich
COPYRIGHT © 2014 BY PHIL WINTERS. ALL RIGHTS PROTECTED AND RESERVED. 21
Enrich
COPYRIGHT © 2014 BY PHIL WINTERS. ALL RIGHTS PROTECTED AND RESERVED. 22
Expand
COPYRIGHT © 2014 BY PHIL WINTERS. ALL RIGHTS PROTECTED AND RESERVED. 23
Station and Bike Facts
Over 3 years
307 Stations
2963 Bikes
19.4% Casual Bikers
5.9m Bike Moves
COPYRIGHT © 2014 BY PHIL WINTERS. ALL RIGHTS PROTECTED AND RESERVED. 24
The 30 minute rule…
Under 30 30 and Over
Casual 63% 37%
Subscriber 98% 2%
Overall 91% 9%
COPYRIGHT © 2014 BY PHIL WINTERS. ALL RIGHTS PROTECTED AND RESERVED. 25
Most Popular Segment:
Jefferson Memorial to the Lincoln Memorial
89% Casual Users!
COPYRIGHT © 2014 BY PHIL WINTERS. ALL RIGHTS PROTECTED AND RESERVED. 26
The Business Challenge:
COPYRIGHT © 2014 BY PHIL WINTERS. ALL RIGHTS PROTECTED AND RESERVED. 27
Even MORE of a Business Challenge
Any Station without bikes for 1 hour:
$XXXX Per Violation
Any Station with no free slots for 1 hour:
$XXXX Per Violation
COPYRIGHT © 2014 BY PHIL WINTERS. ALL RIGHTS PROTECTED AND RESERVED. 28
The Business Challenge: 12th and Bell St.
-587 Bikes
COPYRIGHT © 2014 BY PHIL WINTERS. ALL RIGHTS PROTECTED AND RESERVED. 29
The Business Challenge: 12th Street and Bell
COPYRIGHT © 2014 BY PHIL WINTERS. ALL RIGHTS PROTECTED AND RESERVED. 30
“Helpful” Bike Enthusiasts
http://www.cabitracker.com/status.php
COPYRIGHT © 2014 BY PHIL WINTERS. ALL RIGHTS PROTECTED AND RESERVED. 31
http://bikeportland.org/2013/03/10/behind-the-scenes-of-capital-bikeshare-84006
Capital Bikeshare Response
COPYRIGHT © 2014 BY PHIL WINTERS. ALL RIGHTS PROTECTED AND RESERVED. 32
Station Totals per hour
COPYRIGHT © 2014 BY PHIL WINTERS. ALL RIGHTS PROTECTED AND RESERVED. 33
Creating the Video…..
• Open Street Map (OSM)
• Image Processing
• Group Loop
COPYRIGHT © 2014 BY PHIL WINTERS. ALL RIGHTS PROTECTED AND RESERVED. 34
Station Totals per hour (the video)
COPYRIGHT © 2014 BY PHIL WINTERS. ALL RIGHTS PROTECTED AND RESERVED. 35
Lean Restocking Alert System
• Goal: Implement an alert signal for when shifting stock (both
adding and removing bikes) may be needed in a station.
• Target Variable:
Flag and Shifted contain the current human operated
restocking information.
• We want 1 hour warning!
Lag(flag-1)
COPYRIGHT © 2014 BY PHIL WINTERS. ALL RIGHTS PROTECTED AND RESERVED. 36
29 Input Features!
- Weather related features
- Number of registered and casual people showing up
- Station info (name and max. number of docks)
- Calendar info (working day, holiday, date)
- Count as the number of bikes added and removed at
each hour
- Past bike ratios over time at that station
• Adjusted cumulative sum as the number of bikes available at
the station at a given hour
• Bike ratio = adjusted cumulative sum/total docks available.
Predict an Alert 1 hour in advance of a “full” or “empty” situation
Lean Restocking Alert System
COPYRIGHT © 2014 BY PHIL WINTERS. ALL RIGHTS PROTECTED AND RESERVED. 37
Linear Correlation on the Input Data Columns
COPYRIGHT © 2014 BY PHIL WINTERS. ALL RIGHTS PROTECTED AND RESERVED. 38
Feature Elimination Loop
Two options:
1. Use all the input features
(no thinking required, just a powerful machine)
2. Select the most useful input features via “Feature Elimination”
At each step one
input feature is
removed- i.e. the
input feature
whose removal
produces the
smallest error
increase.
COPYRIGHT © 2014 BY PHIL WINTERS. ALL RIGHTS PROTECTED AND RESERVED. 39
“Backward Feature Elimination Filter” node
COPYRIGHT © 2014 BY PHIL WINTERS. ALL RIGHTS PROTECTED AND RESERVED. 40
“Lean Restocking Alert System” workflow
The input feature subset with the
smallest error (81% accuracy) is
forwarded to the final model
training block:
• Hour of the day
• working day (Y/N)
• Current Bike Ratio
• Terminal (station code)
past Bike Ratios and weather info
does not seem to be relevant!
COPYRIGHT © 2014 BY PHIL WINTERS. ALL RIGHTS PROTECTED AND RESERVED. 41
Total Bikers Predicted by Hour of days
• Registered (blue) vs. Casual (red) Bikers
COPYRIGHT © 2014 BY PHIL WINTERS. ALL RIGHTS PROTECTED AND RESERVED. 42
Time Series Prediction
- Define Time series lags by hand or……
- Select the best values programmatically using an Optimization
Parameter Loop!
COPYRIGHT © 2014 BY PHIL WINTERS. ALL RIGHTS PROTECTED AND RESERVED. 43
Parameter Optimization Loop
Looping over different values for
lagging and seasonality index
(Brute Force or Hillclimbing).
Collecting the RMS error at the end
of the loop.
Selecting the parameter set with
minimum RMS error.
COPYRIGHT © 2014 BY PHIL WINTERS. ALL RIGHTS PROTECTED AND RESERVED. 44
“Bikers Prediction” workflow
Parameter
Optimization
Loop
Time Series Prediction Metanodes
Seasonality
index
Past lags RMS Error
casual 1hour 20 13.8
registered 24 hours 10 68.3
COPYRIGHT © 2014 BY PHIL WINTERS. ALL RIGHTS PROTECTED AND RESERVED. 45
Conclusions….
- Best Input Feature Subset using the
“Feature Elimination” Metanode
- Best Parameter Set for Time Series Prediction
using the “Parameter Optimization” node
- Weather influence on bikers is overrated!
- Casual Bikers 24 hours Seasonality is also not so
relevant!
COPYRIGHT © 2014 BY PHIL WINTERS. ALL RIGHTS PROTECTED AND RESERVED. 46
Top Net Bike Change Stations
COPYRIGHT © 2014 BY PHIL WINTERS. ALL RIGHTS PROTECTED AND RESERVED. 47
Stations with deficits and surpluses
Bike sources
Bike Sinks
16th and Harvard
Union Station
COPYRIGHT © 2014 BY PHIL WINTERS. ALL RIGHTS PROTECTED AND RESERVED. 48
NetChanges
Total Traffic Volume
Bike sources
Bike Sinks
16th and Harvard
Union Station
And now some analysis…
COPYRIGHT © 2014 BY PHIL WINTERS. ALL RIGHTS PROTECTED AND RESERVED. 49
Finding route data
(Just google it)
COPYRIGHT © 2014 BY PHIL WINTERS. ALL RIGHTS PROTECTED AND RESERVED. 50
REST Webservices with KNIME
http://maps.googleapis.com/maps/api/directions/json?
&origin=lat,long&destination=lat,long&mode=bicycling
https://developers.google.com/maps/documentation/directions/
COPYRIGHT © 2014 BY PHIL WINTERS. ALL RIGHTS PROTECTED AND RESERVED. 51
Then Plot the Routes!
Union Station
COPYRIGHT © 2014 BY PHIL WINTERS. ALL RIGHTS PROTECTED AND RESERVED. 52
Finding route data
(Just google it)
COPYRIGHT © 2014 BY PHIL WINTERS. ALL RIGHTS PROTECTED AND RESERVED. 53
Convert to a Network for Network Analysis
COPYRIGHT © 2014 BY PHIL WINTERS. ALL RIGHTS PROTECTED AND RESERVED. 54
Urban/
Students
Suburban
Tourists
Top 250 Routes
Dupont Circle
Union Station
COPYRIGHT © 2014 BY PHIL WINTERS. ALL RIGHTS PROTECTED AND RESERVED. 55
Union Station Subnet
COPYRIGHT © 2014 BY PHIL WINTERS. ALL RIGHTS PROTECTED AND RESERVED. 56
Dupont Circle Subnet
COPYRIGHT © 2014 BY PHIL WINTERS. ALL RIGHTS PROTECTED AND RESERVED. 57
COPYRIGHT © 2014 BY PHIL WINTERS. ALL RIGHTS PROTECTED AND RESERVED. 58
Possible Next Steps
• Combine Prediction with Path !!!!
• Enrich through analyzing images
+
COPYRIGHT © 2014 BY PHIL WINTERS. ALL RIGHTS PROTECTED AND RESERVED. 59
IOT Lessons Learned
• IOT (Sensor) Data is simple… but can still be messy
– get it in, get it clean!
• Connect it!
– Common keys, Lat/long, time, etc.
– No common key? Network analysis + Imaging
• Enrich / Expand
– Transformation
– External Sources; REST calls; Palladian, etc.
• Explore
– Visualization (over time!) OSM, Imaging
– Network Analysis
– Correlation matrix!
• Prediction
– Feature Elimination for Input Feature Set + “Classic Machine Learning Techniques”
– Parameter Optimization + “Classic Time Series Techniques”
COPYRIGHT © 2014 BY PHIL WINTERS. ALL RIGHTS PROTECTED AND RESERVED. 60
It’s all Geert’s Fault: The Internet of Things
Illustration by CRISTINA BYVIK
Use Public Data Please….
COPYRIGHT © 2014 BY PHIL WINTERS. ALL RIGHTS PROTECTED AND RESERVED. 61
The Internet of Things:
White paper, Workflows, Data are now available
Taming the Internet of Things with KNIME:
Data Enrichment, Visualization,
Time Series Analysis, and Optimization
http://www.knime.com/white-papers#IoT

More Related Content

What's hot

Harnessing Big Data_UCLA
Harnessing Big Data_UCLAHarnessing Big Data_UCLA
Harnessing Big Data_UCLA
Paul Barsch
 
The Future of Data in Telecom and the Rise of Connected Communities
The Future of Data in Telecom and the Rise of Connected CommunitiesThe Future of Data in Telecom and the Rise of Connected Communities
The Future of Data in Telecom and the Rise of Connected Communities
DataWorks Summit
 
DWS15 Connected Things Forum - Guest Keynote - Paul-Edouard LAUNAY - Jasper
DWS15 Connected Things Forum - Guest Keynote - Paul-Edouard LAUNAY - JasperDWS15 Connected Things Forum - Guest Keynote - Paul-Edouard LAUNAY - Jasper
DWS15 Connected Things Forum - Guest Keynote - Paul-Edouard LAUNAY - Jasper
IDATE DigiWorld
 

What's hot (20)

200 million qps on commodity hardware : Getting started with MySQL Cluster 7.4
200 million qps on commodity hardware : Getting started with MySQL Cluster 7.4200 million qps on commodity hardware : Getting started with MySQL Cluster 7.4
200 million qps on commodity hardware : Getting started with MySQL Cluster 7.4
 
WSO2Con - Integrating Telecom Big Data: Challenges and Lessons Learned
WSO2Con - Integrating Telecom Big Data: Challenges and Lessons LearnedWSO2Con - Integrating Telecom Big Data: Challenges and Lessons Learned
WSO2Con - Integrating Telecom Big Data: Challenges and Lessons Learned
 
Powering the Intelligent Edge: HPE's Strategy and Direction for IoT & Big Data
Powering the Intelligent Edge: HPE's Strategy and Direction for IoT & Big DataPowering the Intelligent Edge: HPE's Strategy and Direction for IoT & Big Data
Powering the Intelligent Edge: HPE's Strategy and Direction for IoT & Big Data
 
Harnessing Big Data_UCLA
Harnessing Big Data_UCLAHarnessing Big Data_UCLA
Harnessing Big Data_UCLA
 
Driving Digital Transformation Through Global Data Management
Driving Digital Transformation Through Global Data ManagementDriving Digital Transformation Through Global Data Management
Driving Digital Transformation Through Global Data Management
 
Low Latency Computing and 5G Networks - targeting the future
Low Latency Computing and 5G Networks - targeting the futureLow Latency Computing and 5G Networks - targeting the future
Low Latency Computing and 5G Networks - targeting the future
 
Banalytics - Monetizing corporate big data | Instarea
Banalytics - Monetizing corporate big data | InstareaBanalytics - Monetizing corporate big data | Instarea
Banalytics - Monetizing corporate big data | Instarea
 
HP Iot platform and solution plans
HP Iot platform and solution plansHP Iot platform and solution plans
HP Iot platform and solution plans
 
Big Data Meetup: Data Science & Big Data in Telecom
Big Data Meetup: Data Science & Big Data in TelecomBig Data Meetup: Data Science & Big Data in Telecom
Big Data Meetup: Data Science & Big Data in Telecom
 
The Future of Data in Telecom and the Rise of Connected Communities
The Future of Data in Telecom and the Rise of Connected CommunitiesThe Future of Data in Telecom and the Rise of Connected Communities
The Future of Data in Telecom and the Rise of Connected Communities
 
HDF 3.2 - What's New
HDF 3.2 - What's NewHDF 3.2 - What's New
HDF 3.2 - What's New
 
Closing plenary and keynote from Lauren Sager Weinstein
Closing plenary and keynote from Lauren Sager WeinsteinClosing plenary and keynote from Lauren Sager Weinstein
Closing plenary and keynote from Lauren Sager Weinstein
 
DWS15 Connected Things Forum - Guest Keynote - Paul-Edouard LAUNAY - Jasper
DWS15 Connected Things Forum - Guest Keynote - Paul-Edouard LAUNAY - JasperDWS15 Connected Things Forum - Guest Keynote - Paul-Edouard LAUNAY - Jasper
DWS15 Connected Things Forum - Guest Keynote - Paul-Edouard LAUNAY - Jasper
 
Oil & Gas Big Data use cases
Oil & Gas Big Data use casesOil & Gas Big Data use cases
Oil & Gas Big Data use cases
 
Hpe partner summit proposal 2017
Hpe partner summit proposal 2017 Hpe partner summit proposal 2017
Hpe partner summit proposal 2017
 
Why and-how-to-choose-an-iot-platforms-201701
Why and-how-to-choose-an-iot-platforms-201701Why and-how-to-choose-an-iot-platforms-201701
Why and-how-to-choose-an-iot-platforms-201701
 
Sprint's Data Modernization Journey
Sprint's Data Modernization JourneySprint's Data Modernization Journey
Sprint's Data Modernization Journey
 
IoT Predictions for 2019 and Beyond: Data at the Heart of Your IoT Strategy
IoT Predictions for 2019 and Beyond: Data at the Heart of Your IoT StrategyIoT Predictions for 2019 and Beyond: Data at the Heart of Your IoT Strategy
IoT Predictions for 2019 and Beyond: Data at the Heart of Your IoT Strategy
 
Building a Data Analytics PaaS for Smart Cities
Building a Data Analytics PaaS for Smart CitiesBuilding a Data Analytics PaaS for Smart Cities
Building a Data Analytics PaaS for Smart Cities
 
Device to Intelligence, IOT and Big Data in Oracle
Device to Intelligence, IOT and Big Data in OracleDevice to Intelligence, IOT and Big Data in Oracle
Device to Intelligence, IOT and Big Data in Oracle
 

Viewers also liked

Predictive Analytics Powered By Process Mining: It’s The Process, Stupid!
Predictive Analytics Powered By Process Mining: It’s The Process, Stupid!Predictive Analytics Powered By Process Mining: It’s The Process, Stupid!
Predictive Analytics Powered By Process Mining: It’s The Process, Stupid!
Rising Media Ltd.
 

Viewers also liked (6)

Predictive Analytics Powered By Process Mining: It’s The Process, Stupid!
Predictive Analytics Powered By Process Mining: It’s The Process, Stupid!Predictive Analytics Powered By Process Mining: It’s The Process, Stupid!
Predictive Analytics Powered By Process Mining: It’s The Process, Stupid!
 
Predictive Analytics World for Business Germany 2017
Predictive Analytics World for Business Germany 2017Predictive Analytics World for Business Germany 2017
Predictive Analytics World for Business Germany 2017
 
Cheating Detection in Call of Duty
Cheating Detection in Call of DutyCheating Detection in Call of Duty
Cheating Detection in Call of Duty
 
Industrial Analytics and Predictive Maintenance 2017 - 2022
Industrial Analytics and Predictive Maintenance 2017 - 2022Industrial Analytics and Predictive Maintenance 2017 - 2022
Industrial Analytics and Predictive Maintenance 2017 - 2022
 
Benefiting from Big Data - A New Approach for the Telecom Industry
Benefiting from Big Data - A New Approach for the Telecom Industry  Benefiting from Big Data - A New Approach for the Telecom Industry
Benefiting from Big Data - A New Approach for the Telecom Industry
 
Process Mining based on the Internet of Events
Process Mining based on the Internet of EventsProcess Mining based on the Internet of Events
Process Mining based on the Internet of Events
 

Similar to Internet of Things trifft auf Customer Intelligence

Handy P@rking Overview
Handy P@rking OverviewHandy P@rking Overview
Handy P@rking Overview
handyparking
 
12.20 paul archer, atheeb intergraph
12.20 paul archer, atheeb intergraph12.20 paul archer, atheeb intergraph
12.20 paul archer, atheeb intergraph
Ibrahim Al-Hudhaif
 
IoT: How Data Science Driven Software is Eating the Connected World
IoT: How Data Science Driven Software is Eating the Connected WorldIoT: How Data Science Driven Software is Eating the Connected World
IoT: How Data Science Driven Software is Eating the Connected World
DataWorks Summit
 

Similar to Internet of Things trifft auf Customer Intelligence (20)

Data Driven Launch 12th April
Data Driven Launch 12th AprilData Driven Launch 12th April
Data Driven Launch 12th April
 
PCF Roadshow - Learn the past
PCF Roadshow - Learn the pastPCF Roadshow - Learn the past
PCF Roadshow - Learn the past
 
PlumChoice: The New Cardinal Rules of IoT Adoption
PlumChoice: The New Cardinal Rules of IoT AdoptionPlumChoice: The New Cardinal Rules of IoT Adoption
PlumChoice: The New Cardinal Rules of IoT Adoption
 
Internet of Things - ITAC/IDC Symposium
Internet of Things - ITAC/IDC SymposiumInternet of Things - ITAC/IDC Symposium
Internet of Things - ITAC/IDC Symposium
 
JavaOne 2015 - CON6489 - Smart Open Spaces Powered by Low Cost Computers
JavaOne 2015 - CON6489 - Smart Open Spaces Powered by Low Cost ComputersJavaOne 2015 - CON6489 - Smart Open Spaces Powered by Low Cost Computers
JavaOne 2015 - CON6489 - Smart Open Spaces Powered by Low Cost Computers
 
Healthcare Property Briefing: Simon Bourke, Buro Happold
Healthcare Property Briefing: Simon Bourke, Buro HappoldHealthcare Property Briefing: Simon Bourke, Buro Happold
Healthcare Property Briefing: Simon Bourke, Buro Happold
 
Cognitive computing with big data, high tech and low tech approaches
Cognitive computing with big data, high tech and low tech approachesCognitive computing with big data, high tech and low tech approaches
Cognitive computing with big data, high tech and low tech approaches
 
Handy P@rking Overview
Handy P@rking OverviewHandy P@rking Overview
Handy P@rking Overview
 
ITAM Best Practices - Knowledge14
ITAM Best Practices - Knowledge14ITAM Best Practices - Knowledge14
ITAM Best Practices - Knowledge14
 
Big Apps, Big Data, and Why "Connected Things" are not the IoT
Big Apps, Big Data, and Why "Connected Things" are not the IoTBig Apps, Big Data, and Why "Connected Things" are not the IoT
Big Apps, Big Data, and Why "Connected Things" are not the IoT
 
12.20 paul archer, atheeb intergraph
12.20 paul archer, atheeb intergraph12.20 paul archer, atheeb intergraph
12.20 paul archer, atheeb intergraph
 
Digital Journey Oracle
Digital Journey OracleDigital Journey Oracle
Digital Journey Oracle
 
Digital Transformation Opportunities Heat Up for Utilities
Digital Transformation Opportunities Heat Up for UtilitiesDigital Transformation Opportunities Heat Up for Utilities
Digital Transformation Opportunities Heat Up for Utilities
 
Accelerating breakthrough business technologies in atlanta, tag featured spea...
Accelerating breakthrough business technologies in atlanta, tag featured spea...Accelerating breakthrough business technologies in atlanta, tag featured spea...
Accelerating breakthrough business technologies in atlanta, tag featured spea...
 
Smartweek 2014 - Internet of Things (closing day 1 keynote)
Smartweek 2014 - Internet of Things (closing day 1 keynote)Smartweek 2014 - Internet of Things (closing day 1 keynote)
Smartweek 2014 - Internet of Things (closing day 1 keynote)
 
Setting the scene for wearables
Setting the scene for wearablesSetting the scene for wearables
Setting the scene for wearables
 
Internet Of Things: How Data Science Driven Software is Eating the Connected ...
Internet Of Things: How Data Science Driven Software is Eating the Connected ...Internet Of Things: How Data Science Driven Software is Eating the Connected ...
Internet Of Things: How Data Science Driven Software is Eating the Connected ...
 
Internet Of Things: How Data Science Driven Software is Eating the Connected ...
Internet Of Things: How Data Science Driven Software is Eating the Connected ...Internet Of Things: How Data Science Driven Software is Eating the Connected ...
Internet Of Things: How Data Science Driven Software is Eating the Connected ...
 
IoT: How Data Science Driven Software is Eating the Connected World
IoT: How Data Science Driven Software is Eating the Connected WorldIoT: How Data Science Driven Software is Eating the Connected World
IoT: How Data Science Driven Software is Eating the Connected World
 
Advanced Visual Analytics and Real-time Analytics at Platform scale by Brian ...
Advanced Visual Analytics and Real-time Analytics at Platform scale by Brian ...Advanced Visual Analytics and Real-time Analytics at Platform scale by Brian ...
Advanced Visual Analytics and Real-time Analytics at Platform scale by Brian ...
 

More from Rising Media Ltd.

More from Rising Media Ltd. (20)

Data Science at Roche: From Exploration to Productionization - Frank Block
Data Science at Roche: From Exploration to Productionization - Frank BlockData Science at Roche: From Exploration to Productionization - Frank Block
Data Science at Roche: From Exploration to Productionization - Frank Block
 
Cost-Effective Personalisation Platform for 30M Users of Ringier Axel Springe...
Cost-Effective Personalisation Platform for 30M Users of Ringier Axel Springe...Cost-Effective Personalisation Platform for 30M Users of Ringier Axel Springe...
Cost-Effective Personalisation Platform for 30M Users of Ringier Axel Springe...
 
Uplift Modelling as a Tool for Making Causal Inferences at Shopify - Mojan Hamed
Uplift Modelling as a Tool for Making Causal Inferences at Shopify - Mojan HamedUplift Modelling as a Tool for Making Causal Inferences at Shopify - Mojan Hamed
Uplift Modelling as a Tool for Making Causal Inferences at Shopify - Mojan Hamed
 
Behind the Buzzword: Understanding Customer Data Platforms in the Light of Pr...
Behind the Buzzword: Understanding Customer Data Platforms in the Light of Pr...Behind the Buzzword: Understanding Customer Data Platforms in the Light of Pr...
Behind the Buzzword: Understanding Customer Data Platforms in the Light of Pr...
 
Data Science Development Lifecycle - Everyone Talks About it, Nobody Really K...
Data Science Development Lifecycle - Everyone Talks About it, Nobody Really K...Data Science Development Lifecycle - Everyone Talks About it, Nobody Really K...
Data Science Development Lifecycle - Everyone Talks About it, Nobody Really K...
 
Creating Community at WeWork through Graph Embeddings with node2vec - Karry Lu
Creating Community at WeWork through Graph Embeddings with node2vec - Karry LuCreating Community at WeWork through Graph Embeddings with node2vec - Karry Lu
Creating Community at WeWork through Graph Embeddings with node2vec - Karry Lu
 
More than 10 Blue Links: Advanced-Level SERP Optimisation
More than 10 Blue Links: Advanced-Level SERP OptimisationMore than 10 Blue Links: Advanced-Level SERP Optimisation
More than 10 Blue Links: Advanced-Level SERP Optimisation
 
How to Get Great Results Across Every Marketing Channel
How to Get Great Results Across Every Marketing ChannelHow to Get Great Results Across Every Marketing Channel
How to Get Great Results Across Every Marketing Channel
 
Don’t Freak Out! Tips for Mobile and Voice Search
Don’t Freak Out! Tips for Mobile and Voice SearchDon’t Freak Out! Tips for Mobile and Voice Search
Don’t Freak Out! Tips for Mobile and Voice Search
 
The Scout24 Data Landscape Manifesto: Building an Opinionated Data Platform
The Scout24 Data Landscape Manifesto: Building an Opinionated Data PlatformThe Scout24 Data Landscape Manifesto: Building an Opinionated Data Platform
The Scout24 Data Landscape Manifesto: Building an Opinionated Data Platform
 
Prescriptive ohne Predictive: Regression ist noch nicht tot! ROMI bei Unitymedia
Prescriptive ohne Predictive: Regression ist noch nicht tot! ROMI bei UnitymediaPrescriptive ohne Predictive: Regression ist noch nicht tot! ROMI bei Unitymedia
Prescriptive ohne Predictive: Regression ist noch nicht tot! ROMI bei Unitymedia
 
Reinforcement Learning - Learning from Experience like a Human
Reinforcement Learning - Learning from Experience like a HumanReinforcement Learning - Learning from Experience like a Human
Reinforcement Learning - Learning from Experience like a Human
 
Mindful Analytics - Wie Achtsamkeit uns noch besser macht
Mindful Analytics - Wie Achtsamkeit uns noch besser machtMindful Analytics - Wie Achtsamkeit uns noch besser macht
Mindful Analytics - Wie Achtsamkeit uns noch besser macht
 
Data Science Development with Impact
Data Science Development with ImpactData Science Development with Impact
Data Science Development with Impact
 
Predictive Analytics World for Business Deutschland 2018
Predictive Analytics World for Business Deutschland 2018Predictive Analytics World for Business Deutschland 2018
Predictive Analytics World for Business Deutschland 2018
 
Predictive Analytics World for Business Germany 2018
Predictive Analytics World for Business Germany 2018Predictive Analytics World for Business Germany 2018
Predictive Analytics World for Business Germany 2018
 
The Centrality of a Detailed Understanding of your Audience
The Centrality of a Detailed Understanding of your AudienceThe Centrality of a Detailed Understanding of your Audience
The Centrality of a Detailed Understanding of your Audience
 
Der steinige Weg zum automatisierten Data Science Produkt – Empfehlungen und ...
Der steinige Weg zum automatisierten Data Science Produkt – Empfehlungen und ...Der steinige Weg zum automatisierten Data Science Produkt – Empfehlungen und ...
Der steinige Weg zum automatisierten Data Science Produkt – Empfehlungen und ...
 
Data Alchemy
Data AlchemyData Alchemy
Data Alchemy
 
SpiegelMining – Data Science auf Spiegel Online
SpiegelMining – Data Science auf Spiegel Online SpiegelMining – Data Science auf Spiegel Online
SpiegelMining – Data Science auf Spiegel Online
 

Recently uploaded

Probability Grade 10 Third Quarter Lessons
Probability Grade 10 Third Quarter LessonsProbability Grade 10 Third Quarter Lessons
Probability Grade 10 Third Quarter Lessons
JoseMangaJr1
 
Call Girls In Doddaballapur Road ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Doddaballapur Road ☎ 7737669865 🥵 Book Your One night StandCall Girls In Doddaballapur Road ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Doddaballapur Road ☎ 7737669865 🥵 Book Your One night Stand
amitlee9823
 
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
 
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
AroojKhan71
 
Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...
Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...
Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...
amitlee9823
 
Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...
Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...
Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...
amitlee9823
 
Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
amitlee9823
 
CHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Call Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts Service
Call Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts ServiceCall Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts Service
Call Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts Service
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
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
 

Recently uploaded (20)

Thane Call Girls 7091864438 Call Girls in Thane Escort service book now -
Thane Call Girls 7091864438 Call Girls in Thane Escort service book now -Thane Call Girls 7091864438 Call Girls in Thane Escort service book now -
Thane Call Girls 7091864438 Call Girls in Thane Escort service book now -
 
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
 
Probability Grade 10 Third Quarter Lessons
Probability Grade 10 Third Quarter LessonsProbability Grade 10 Third Quarter Lessons
Probability Grade 10 Third Quarter Lessons
 
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
 
BDSM⚡Call Girls in Mandawali Delhi >༒8448380779 Escort Service
BDSM⚡Call Girls in Mandawali Delhi >༒8448380779 Escort ServiceBDSM⚡Call Girls in Mandawali Delhi >༒8448380779 Escort Service
BDSM⚡Call Girls in Mandawali Delhi >༒8448380779 Escort Service
 
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
 
Capstone Project on IBM Data Analytics Program
Capstone Project on IBM Data Analytics ProgramCapstone Project on IBM Data Analytics Program
Capstone Project on IBM Data Analytics Program
 
Call Girls In Doddaballapur Road ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Doddaballapur Road ☎ 7737669865 🥵 Book Your One night StandCall Girls In Doddaballapur Road ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Doddaballapur Road ☎ 7737669865 🥵 Book Your One night Stand
 
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...
 
Anomaly detection and data imputation within time series
Anomaly detection and data imputation within time seriesAnomaly detection and data imputation within time series
Anomaly detection and data imputation within time series
 
(NEHA) Call Girls Katra Call Now 8617697112 Katra Escorts 24x7
(NEHA) Call Girls Katra Call Now 8617697112 Katra Escorts 24x7(NEHA) Call Girls Katra Call Now 8617697112 Katra Escorts 24x7
(NEHA) Call Girls Katra Call Now 8617697112 Katra Escorts 24x7
 
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...
 
Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...
Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...
Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...
 
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
 
Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...
Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...
Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...
 
Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...
Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...
Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...
 
Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
 
CHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
 
Call Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts Service
Call Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts ServiceCall Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts Service
Call Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts Service
 
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...
 

Internet of Things trifft auf Customer Intelligence

  • 1. COPYRIGHT © 2014 BY PHIL WINTERS. ALL RIGHTS PROTECTED AND RESERVED. The Internet of Things Aaron Hart Dr. Rosaria Silipo Phil Winters
  • 2. COPYRIGHT © 2014 BY PHIL WINTERS. ALL RIGHTS PROTECTED AND RESERVED. 2 Customer Strategy Customer Perspective Chamption
  • 3. COPYRIGHT © 2014 BY PHIL WINTERS. ALL RIGHTS PROTECTED AND RESERVED. 3 The Customer’s Perspective Decision Cycle and Touchpoints g @ Ad g g
  • 4. COPYRIGHT © 2014 BY PHIL WINTERS. ALL RIGHTS PROTECTED AND RESERVED. 4 • Defining the Customer Perspective • Identifying new Touchpoints • Using new Customer Insight • Give to Get: Information Strategies • Social Media • Mobile • Big Data • Sales Cycle Transformation • Touchpoint Choreography • Customer Delight • Multi-Industry / Multi- Product processes optimization Selected Topics Doing Business from the Customer’s Perspective
  • 5. COPYRIGHT © 2014 BY PHIL WINTERS. ALL RIGHTS PROTECTED AND RESERVED. 5 Where you can find more: Customer IMPACT Agenda The Speeches The Book The Workshop www.ciagenda.com phil.winters@ciagenda.com auch auf Deutsch!
  • 6. COPYRIGHT © 2014 BY PHIL WINTERS. ALL RIGHTS PROTECTED AND RESERVED. 6 Customer Strategy Data Whisperer Customer Perspective Chamption
  • 7. COPYRIGHT © 2014 BY PHIL WINTERS. ALL RIGHTS PROTECTED AND RESERVED. 7 Customer Intelligence – creating new fact-base insight from data Data Whisperer Needs Behavior Value drivesgenerates Dimension Needs Dimension Behavior Dimension Needs
  • 8. COPYRIGHT © 2014 BY PHIL WINTERS. ALL RIGHTS PROTECTED AND RESERVED. 8 PAW 2012: Text Mining meets Network Mining 8 Text Mining for Sentiment Drill Down on special cases Network Mining for Relevance Analytics for Prediction
  • 9. COPYRIGHT © 2014 BY PHIL WINTERS. ALL RIGHTS PROTECTED AND RESERVED. 9 • Telemetry Data • Time Series Analysis with clustering • Measurable / Applied to the Business • SENSIBLE usages of Big Data PAW 2013: Time Series meets Machine Learning
  • 10. COPYRIGHT © 2014 BY PHIL WINTERS. ALL RIGHTS PROTECTED AND RESERVED. 10 2014: It’s all Geert’s Fault: The Internet of Things Illustration by CRISTINA BYVIK Use Public Data Please….
  • 11. COPYRIGHT © 2014 BY PHIL WINTERS. ALL RIGHTS PROTECTED AND RESERVED. 11 Original:
  • 12. COPYRIGHT © 2014 BY PHIL WINTERS. ALL RIGHTS PROTECTED AND RESERVED. 12 Washington DC
  • 13. COPYRIGHT © 2014 BY PHIL WINTERS. ALL RIGHTS PROTECTED AND RESERVED. 13 Sensors!
  • 14. COPYRIGHT © 2014 BY PHIL WINTERS. ALL RIGHTS PROTECTED AND RESERVED. 14
  • 15. COPYRIGHT © 2014 BY PHIL WINTERS. ALL RIGHTS PROTECTED AND RESERVED. 15 KNIME and the Internet of Things
  • 16. COPYRIGHT © 2014 BY PHIL WINTERS. ALL RIGHTS PROTECTED AND RESERVED. 16 Reading Sensor data is always messy…… 14 Quarters of Sensor Data…. But good packages make it easy to do !
  • 17. COPYRIGHT © 2014 BY PHIL WINTERS. ALL RIGHTS PROTECTED AND RESERVED. 17 Reading the Sensor Data
  • 18. COPYRIGHT © 2014 BY PHIL WINTERS. ALL RIGHTS PROTECTED AND RESERVED. 18 Street Maps Weather Holiday Schedules Commuters Tourists Topology / Elevations Enrich
  • 19. COPYRIGHT © 2014 BY PHIL WINTERS. ALL RIGHTS PROTECTED AND RESERVED. 19 Enrich The power of REST services and the Internet…………
  • 20. COPYRIGHT © 2014 BY PHIL WINTERS. ALL RIGHTS PROTECTED AND RESERVED. 20 Enrich
  • 21. COPYRIGHT © 2014 BY PHIL WINTERS. ALL RIGHTS PROTECTED AND RESERVED. 21 Enrich
  • 22. COPYRIGHT © 2014 BY PHIL WINTERS. ALL RIGHTS PROTECTED AND RESERVED. 22 Expand
  • 23. COPYRIGHT © 2014 BY PHIL WINTERS. ALL RIGHTS PROTECTED AND RESERVED. 23 Station and Bike Facts Over 3 years 307 Stations 2963 Bikes 19.4% Casual Bikers 5.9m Bike Moves
  • 24. COPYRIGHT © 2014 BY PHIL WINTERS. ALL RIGHTS PROTECTED AND RESERVED. 24 The 30 minute rule… Under 30 30 and Over Casual 63% 37% Subscriber 98% 2% Overall 91% 9%
  • 25. COPYRIGHT © 2014 BY PHIL WINTERS. ALL RIGHTS PROTECTED AND RESERVED. 25 Most Popular Segment: Jefferson Memorial to the Lincoln Memorial 89% Casual Users!
  • 26. COPYRIGHT © 2014 BY PHIL WINTERS. ALL RIGHTS PROTECTED AND RESERVED. 26 The Business Challenge:
  • 27. COPYRIGHT © 2014 BY PHIL WINTERS. ALL RIGHTS PROTECTED AND RESERVED. 27 Even MORE of a Business Challenge Any Station without bikes for 1 hour: $XXXX Per Violation Any Station with no free slots for 1 hour: $XXXX Per Violation
  • 28. COPYRIGHT © 2014 BY PHIL WINTERS. ALL RIGHTS PROTECTED AND RESERVED. 28 The Business Challenge: 12th and Bell St. -587 Bikes
  • 29. COPYRIGHT © 2014 BY PHIL WINTERS. ALL RIGHTS PROTECTED AND RESERVED. 29 The Business Challenge: 12th Street and Bell
  • 30. COPYRIGHT © 2014 BY PHIL WINTERS. ALL RIGHTS PROTECTED AND RESERVED. 30 “Helpful” Bike Enthusiasts http://www.cabitracker.com/status.php
  • 31. COPYRIGHT © 2014 BY PHIL WINTERS. ALL RIGHTS PROTECTED AND RESERVED. 31 http://bikeportland.org/2013/03/10/behind-the-scenes-of-capital-bikeshare-84006 Capital Bikeshare Response
  • 32. COPYRIGHT © 2014 BY PHIL WINTERS. ALL RIGHTS PROTECTED AND RESERVED. 32 Station Totals per hour
  • 33. COPYRIGHT © 2014 BY PHIL WINTERS. ALL RIGHTS PROTECTED AND RESERVED. 33 Creating the Video….. • Open Street Map (OSM) • Image Processing • Group Loop
  • 34. COPYRIGHT © 2014 BY PHIL WINTERS. ALL RIGHTS PROTECTED AND RESERVED. 34 Station Totals per hour (the video)
  • 35. COPYRIGHT © 2014 BY PHIL WINTERS. ALL RIGHTS PROTECTED AND RESERVED. 35 Lean Restocking Alert System • Goal: Implement an alert signal for when shifting stock (both adding and removing bikes) may be needed in a station. • Target Variable: Flag and Shifted contain the current human operated restocking information. • We want 1 hour warning! Lag(flag-1)
  • 36. COPYRIGHT © 2014 BY PHIL WINTERS. ALL RIGHTS PROTECTED AND RESERVED. 36 29 Input Features! - Weather related features - Number of registered and casual people showing up - Station info (name and max. number of docks) - Calendar info (working day, holiday, date) - Count as the number of bikes added and removed at each hour - Past bike ratios over time at that station • Adjusted cumulative sum as the number of bikes available at the station at a given hour • Bike ratio = adjusted cumulative sum/total docks available. Predict an Alert 1 hour in advance of a “full” or “empty” situation Lean Restocking Alert System
  • 37. COPYRIGHT © 2014 BY PHIL WINTERS. ALL RIGHTS PROTECTED AND RESERVED. 37 Linear Correlation on the Input Data Columns
  • 38. COPYRIGHT © 2014 BY PHIL WINTERS. ALL RIGHTS PROTECTED AND RESERVED. 38 Feature Elimination Loop Two options: 1. Use all the input features (no thinking required, just a powerful machine) 2. Select the most useful input features via “Feature Elimination” At each step one input feature is removed- i.e. the input feature whose removal produces the smallest error increase.
  • 39. COPYRIGHT © 2014 BY PHIL WINTERS. ALL RIGHTS PROTECTED AND RESERVED. 39 “Backward Feature Elimination Filter” node
  • 40. COPYRIGHT © 2014 BY PHIL WINTERS. ALL RIGHTS PROTECTED AND RESERVED. 40 “Lean Restocking Alert System” workflow The input feature subset with the smallest error (81% accuracy) is forwarded to the final model training block: • Hour of the day • working day (Y/N) • Current Bike Ratio • Terminal (station code) past Bike Ratios and weather info does not seem to be relevant!
  • 41. COPYRIGHT © 2014 BY PHIL WINTERS. ALL RIGHTS PROTECTED AND RESERVED. 41 Total Bikers Predicted by Hour of days • Registered (blue) vs. Casual (red) Bikers
  • 42. COPYRIGHT © 2014 BY PHIL WINTERS. ALL RIGHTS PROTECTED AND RESERVED. 42 Time Series Prediction - Define Time series lags by hand or…… - Select the best values programmatically using an Optimization Parameter Loop!
  • 43. COPYRIGHT © 2014 BY PHIL WINTERS. ALL RIGHTS PROTECTED AND RESERVED. 43 Parameter Optimization Loop Looping over different values for lagging and seasonality index (Brute Force or Hillclimbing). Collecting the RMS error at the end of the loop. Selecting the parameter set with minimum RMS error.
  • 44. COPYRIGHT © 2014 BY PHIL WINTERS. ALL RIGHTS PROTECTED AND RESERVED. 44 “Bikers Prediction” workflow Parameter Optimization Loop Time Series Prediction Metanodes Seasonality index Past lags RMS Error casual 1hour 20 13.8 registered 24 hours 10 68.3
  • 45. COPYRIGHT © 2014 BY PHIL WINTERS. ALL RIGHTS PROTECTED AND RESERVED. 45 Conclusions…. - Best Input Feature Subset using the “Feature Elimination” Metanode - Best Parameter Set for Time Series Prediction using the “Parameter Optimization” node - Weather influence on bikers is overrated! - Casual Bikers 24 hours Seasonality is also not so relevant!
  • 46. COPYRIGHT © 2014 BY PHIL WINTERS. ALL RIGHTS PROTECTED AND RESERVED. 46 Top Net Bike Change Stations
  • 47. COPYRIGHT © 2014 BY PHIL WINTERS. ALL RIGHTS PROTECTED AND RESERVED. 47 Stations with deficits and surpluses Bike sources Bike Sinks 16th and Harvard Union Station
  • 48. COPYRIGHT © 2014 BY PHIL WINTERS. ALL RIGHTS PROTECTED AND RESERVED. 48 NetChanges Total Traffic Volume Bike sources Bike Sinks 16th and Harvard Union Station And now some analysis…
  • 49. COPYRIGHT © 2014 BY PHIL WINTERS. ALL RIGHTS PROTECTED AND RESERVED. 49 Finding route data (Just google it)
  • 50. COPYRIGHT © 2014 BY PHIL WINTERS. ALL RIGHTS PROTECTED AND RESERVED. 50 REST Webservices with KNIME http://maps.googleapis.com/maps/api/directions/json? &origin=lat,long&destination=lat,long&mode=bicycling https://developers.google.com/maps/documentation/directions/
  • 51. COPYRIGHT © 2014 BY PHIL WINTERS. ALL RIGHTS PROTECTED AND RESERVED. 51 Then Plot the Routes! Union Station
  • 52. COPYRIGHT © 2014 BY PHIL WINTERS. ALL RIGHTS PROTECTED AND RESERVED. 52 Finding route data (Just google it)
  • 53. COPYRIGHT © 2014 BY PHIL WINTERS. ALL RIGHTS PROTECTED AND RESERVED. 53 Convert to a Network for Network Analysis
  • 54. COPYRIGHT © 2014 BY PHIL WINTERS. ALL RIGHTS PROTECTED AND RESERVED. 54 Urban/ Students Suburban Tourists Top 250 Routes Dupont Circle Union Station
  • 55. COPYRIGHT © 2014 BY PHIL WINTERS. ALL RIGHTS PROTECTED AND RESERVED. 55 Union Station Subnet
  • 56. COPYRIGHT © 2014 BY PHIL WINTERS. ALL RIGHTS PROTECTED AND RESERVED. 56 Dupont Circle Subnet
  • 57. COPYRIGHT © 2014 BY PHIL WINTERS. ALL RIGHTS PROTECTED AND RESERVED. 57
  • 58. COPYRIGHT © 2014 BY PHIL WINTERS. ALL RIGHTS PROTECTED AND RESERVED. 58 Possible Next Steps • Combine Prediction with Path !!!! • Enrich through analyzing images +
  • 59. COPYRIGHT © 2014 BY PHIL WINTERS. ALL RIGHTS PROTECTED AND RESERVED. 59 IOT Lessons Learned • IOT (Sensor) Data is simple… but can still be messy – get it in, get it clean! • Connect it! – Common keys, Lat/long, time, etc. – No common key? Network analysis + Imaging • Enrich / Expand – Transformation – External Sources; REST calls; Palladian, etc. • Explore – Visualization (over time!) OSM, Imaging – Network Analysis – Correlation matrix! • Prediction – Feature Elimination for Input Feature Set + “Classic Machine Learning Techniques” – Parameter Optimization + “Classic Time Series Techniques”
  • 60. COPYRIGHT © 2014 BY PHIL WINTERS. ALL RIGHTS PROTECTED AND RESERVED. 60 It’s all Geert’s Fault: The Internet of Things Illustration by CRISTINA BYVIK Use Public Data Please….
  • 61. COPYRIGHT © 2014 BY PHIL WINTERS. ALL RIGHTS PROTECTED AND RESERVED. 61 The Internet of Things: White paper, Workflows, Data are now available Taming the Internet of Things with KNIME: Data Enrichment, Visualization, Time Series Analysis, and Optimization http://www.knime.com/white-papers#IoT