SlideShare a Scribd company logo
1 of 32
Download to read offline
Impact of IoT analytics on
the development budget
Dr. Boris Adryan
@BorisAdryan
Industry of Things World, Berlin, 19th September 2016
Dr. Boris Adryan
• with Zühlke Engineering since September 2016
• longstanding IoT enthusiast
• Founder of thingslearn Ltd.
• Board Member & Strategic Advisor for Pycom
(microcontrollers), BioSelf (biosensors) and
OpenSensors (IoT platform)
• before: research group leader for data analytics
and machine learning at University of
Cambridge, England.
@BorisAdryan
I disagree with the notion that data is
the new oil. It’s as infinite as the sun,
and just like the power of the sun,
we’re barely using it at the moment.
Mike Gualtieri,
Forrester Research
“
”
5V of Big Data
Velocity
Veracity
Volume
Variety
Value
“doesn’t fit on my
local drive”
“process deals with
hundreds of events
per second”
“wouldn’t even know
how to save this in a
RDBMS”
“actionable insight”
“not sure how current,
valid or complete it is”
It’s worth to look at the actual data problem before hiring
a ‘big data specialist’ or buying an ‘analytics solution’.
IoT = Big Data
Sensor devices produce large
and small data.
You may not immediately
know how to deal with them -
but that doesn’t automatically
make them ‘big data’.
39% of survey participants
are worried about the cost
of an industrial IoT
solution.
“Why aren’t you doing IoT?”
Hardware is often perceived as
investment that customers
understand and therefore
anticipate.
This talk is about unfounded IoT fears.
There’s an air of magic around
data and analytics.
This leads to fear of:
• having to hire specialists
(for both data plumbing and analytics)
• having to buy expensive services
• losing control over the process due to a lack
of understanding
data
You want actionable insight.
data
data
here be
dragons!
whatever you do
in your vertical
✓better
✓faster
✓cheaper
insight
“magic”
how to deal and what
to do with the data
✓small (fits on your drive)
✓you know exactly what you’re looking for
not a ‘data problem’
ask your programmer
✓large (think data centre-scale)
✓you know exactly what you’re looking for
potentially ‘big data’
ask your sysadmin,
then your programmer
Do you need to employ a specialist?
data
data
Let’s talk about IoT and the cloud
You have a choice.
Actually, too much of it.
“My data problem must be special!”
✓ unstructured data
✓ distributed ingestion and storage
My company went to
an IoT conference
&
all I got was this t-shirt
and a bunch of
buzzwords.
Customers fear costs because
they’re facing:
Or they believe from hear-say
that IoT automatically
requires:
✓ real-time analytics
✓ sophisticated machine learning
“I receive U NsT Ruc Tur data!”De
RDBMS
name age
Boris 40
name city job
Boris Fra… IoT
key-value DBs
name: Boris
age: 40
city: Frankfurt
name: Boris
job: IoT / data science
name: Ilka
age: 39 name: Ilka
city: Frankfurt
job: pharma R&D
SQL-ish syntax
not a ‘big data’ nor a ‘cloud’ problem
NoSQL DBs run on commodity hardware
thing thing thing
time
thing thing thing
thing
thing
thing
thing
thing
thing
thing
broker
broker
broker
broker storage
storage
storage
even standard cloud offerings can do
distributed ingestion and storage very well
“I got too many things!”
not a big data ‘problem’
Your apps &
corporate design
Your products
and analytical
services
Your devices
Adapting a PaaS to your needs.
Security
I/O / broker fast storage
device
management
gateway
portal
& user
management
basic
analytics
Zühlke IoT Platform
standard components
(still, tedious to configure)
your USP
data
You want actionable insight.
data
data
here be
dragons!
whatever you do
in your vertical
✓better
✓faster
✓cheaper
insight
“magic”
how to deal and what
to do with the data
Basic data plumbing and storage is usually not the issue.
The message is that there are known knowns.
There are things we know that we know.
There are known unknowns. That is to say
there are things that we now know we don't
know. But there are also unknown unknowns.
There are things we don't know we don't
know.
Donald Rumsfeld
ex US Secretary of Defense
“
”
✓small or large
✓you don’t know what to connect or how to
find it (the “known unknowns”)
✓you want to increase operational awareness
(the “unknown unknowns”)
a ‘data science problem’
We can help to establish a machine learning
pipeline to extract relevant information
automatically.
data
data
data
data
datadata
data
data
data
data
Do you need to employ a specialist?
you may just need a
one-off solution
unsupervised learning - get an
overview what’s in your data set
supervised learning - teach the
machine to classify data on the basis
of some previous training
statistical analysis - find rules and outliers
on the basis of numerical data
What is machine learning?
?
y
4 n n 0
2 n n 1
4 y y 4
6 y y 9
6 y y 2
skates
bike
car
bus
lorry
wheels
motor
windows
seats
very relevant for predictive
maintenance etc.
data
weather forecast
airport location
# of gates
# of runways
# of snowploughs
airline
aircraft
BLACK
BOX
training
flights cancelled in
the past
classifier
ranked list of
relevant features
weight of features
thresholds for
features
performance metric
prediction
new data
How does classification work?
training
classifier
performance
assessment
good enough?
success!
moredatafortraining
data
no
yes
Is this reliable?
sensitivity
“truepositives”
1-specificity
“false positives”
0 0.2 0.4 0.6 0.8 1.0
1.0
0.8
0.6
0.4
0.2
worse than
random guess
data
Where is your classifier located?
data
data
here be
dragons!
whatever you do
in your vertical
insight
“magic”
model building
training
operation
performance tracking
on device, cloud
or mobile app
} R & D
}
✓better
✓faster
✓cheaper
Is analytics just data crunching?
sound profile
assessment result
“predictive
maintenance
classifier”
“Do I need real-time analytics?”
microseconds
to seconds
seconds to
minutes
minutes
to hours
hours to
weeks
on
device
on
stream
in batch
am I falling?
counteract
battery level
should I land?
how many
times did I
stall?
what’s the best
weather for
flying?
in process
in database
operational insight
performance insight
strategic insight
e.g. Kalman filter
e.g. with machine learning
e.g. rules engine
e.g. summary stats
Can IoT ever be real-time?
zone 1:
real-time
[us]
zone 2:
real-time
[ms]
zone 3:
real-time
[s]
Edge, fog and cloud computing
Edge
Pro:
- immediate compression from raw
data to actionable information
- cuts down traffic
- fast response
Con:
- loses potentially valuable raw data
- developing analytics on embedded
systems requires specialists
- compute costs valuable battery life
Cloud
Pro:
- compute power
- scalability
- familiarity for developers
- integration center across
all data
Con:
- traffic
Fog
Pro:
- same as Edge
- closer to ‘normal’ development work
- gateways often mains-powered
Con:
- loses potentially valuable raw data
Some of our examples for
real-time analytics
Choosing the appropriate
method and toolset on
every level.
Options for cloud-based real-time analytics
some features can cost a bit, especially
when you don’t really know what
you’re doing and want to ‘try it out’.
a badly configured
SMACK stack on your
own commodity
hardware can be slow
and unreliable
your pre-trained
classifier
My current pet hate: Deep Learning
Deep learning has delivered impressive
results mimicking human reasoning,
strategic thinking and creativity.
At the same time, big players
have released libraries such
that even ‘script kiddies’ can
apply deep learning.
It’s already leading to unreflected use of deep learning when
other methods would be more appropriate.
Dr. Boris Adryan
@BorisAdryan
‣ Super-fast analytics and state-of-the-art methods
are not automatically the most useful solution.
‣ A good understanding on the type of insight that is
required by the business model is essential.
‣ There are many solutions readily available that
might enable IoT projects very cost-effectively.
Zühlke can advise on your options around
IoT and data analytics, and provide
complete solutions where needed.
Industry of Things World, Berlin, 19th September 2016
Summary

More Related Content

What's hot

KM - Cognitive Computing overview by Ken Martin 13Apr2016
KM - Cognitive Computing overview by Ken Martin 13Apr2016KM - Cognitive Computing overview by Ken Martin 13Apr2016
KM - Cognitive Computing overview by Ken Martin 13Apr2016
HCL Technologies
 
Issues on Big Data & Cloud Computing
Issues on Big Data & Cloud Computing Issues on Big Data & Cloud Computing
Issues on Big Data & Cloud Computing
Seungyun Lee
 

What's hot (20)

Smart IoT London, 13th April 2016
Smart IoT London, 13th April 2016Smart IoT London, 13th April 2016
Smart IoT London, 13th April 2016
 
Geo-IoT World, 25/05/16
Geo-IoT World, 25/05/16Geo-IoT World, 25/05/16
Geo-IoT World, 25/05/16
 
Designing Cross-Domain Semantic Web of Things Applications
Designing Cross-Domain Semantic Web of Things ApplicationsDesigning Cross-Domain Semantic Web of Things Applications
Designing Cross-Domain Semantic Web of Things Applications
 
SmartData Webinar: Commercial Cognitive Computing -- How to choose and build ...
SmartData Webinar: Commercial Cognitive Computing -- How to choose and build ...SmartData Webinar: Commercial Cognitive Computing -- How to choose and build ...
SmartData Webinar: Commercial Cognitive Computing -- How to choose and build ...
 
GP-Write computing group
GP-Write computing groupGP-Write computing group
GP-Write computing group
 
2018 05 hype lightning talk
2018 05 hype lightning talk2018 05 hype lightning talk
2018 05 hype lightning talk
 
Semantic technologies for the Internet of Things
Semantic technologies for the Internet of Things Semantic technologies for the Internet of Things
Semantic technologies for the Internet of Things
 
Relationship Between Big Data & AI
Relationship Between Big Data & AIRelationship Between Big Data & AI
Relationship Between Big Data & AI
 
The future of big data analytics
The future of big data analyticsThe future of big data analytics
The future of big data analytics
 
Cognitive computing big_data_statistical_analytics
Cognitive computing big_data_statistical_analyticsCognitive computing big_data_statistical_analytics
Cognitive computing big_data_statistical_analytics
 
W-JAX Keynote - Big Data and Corporate Evolution
W-JAX Keynote - Big Data and Corporate EvolutionW-JAX Keynote - Big Data and Corporate Evolution
W-JAX Keynote - Big Data and Corporate Evolution
 
Intro to Data Science for Non-Data Scientists
Intro to Data Science for Non-Data ScientistsIntro to Data Science for Non-Data Scientists
Intro to Data Science for Non-Data Scientists
 
Big Data for Defense and Security
Big Data for Defense and SecurityBig Data for Defense and Security
Big Data for Defense and Security
 
MAKING SENSE OF IOT DATA W/ BIG DATA + DATA SCIENCE - CHARLES CAI
MAKING SENSE OF IOT DATA W/ BIG DATA + DATA SCIENCE - CHARLES CAIMAKING SENSE OF IOT DATA W/ BIG DATA + DATA SCIENCE - CHARLES CAI
MAKING SENSE OF IOT DATA W/ BIG DATA + DATA SCIENCE - CHARLES CAI
 
KM - Cognitive Computing overview by Ken Martin 13Apr2016
KM - Cognitive Computing overview by Ken Martin 13Apr2016KM - Cognitive Computing overview by Ken Martin 13Apr2016
KM - Cognitive Computing overview by Ken Martin 13Apr2016
 
Data science and Artificial Intelligence
Data science and Artificial IntelligenceData science and Artificial Intelligence
Data science and Artificial Intelligence
 
Big Data & Future - Big Data, Analytics, Cloud, SDN, Internet of things
Big Data & Future - Big Data, Analytics, Cloud, SDN, Internet of thingsBig Data & Future - Big Data, Analytics, Cloud, SDN, Internet of things
Big Data & Future - Big Data, Analytics, Cloud, SDN, Internet of things
 
Issues on Big Data & Cloud Computing
Issues on Big Data & Cloud Computing Issues on Big Data & Cloud Computing
Issues on Big Data & Cloud Computing
 
AI in the Enterprise at Scale
AI in the Enterprise at ScaleAI in the Enterprise at Scale
AI in the Enterprise at Scale
 
Findability Day 2016 - Big data analytics and machine learning
Findability Day 2016 - Big data analytics and machine learningFindability Day 2016 - Big data analytics and machine learning
Findability Day 2016 - Big data analytics and machine learning
 

Similar to Industry of Things World - Berlin 19-09-16

Architecting a Data Platform For Enterprise Use (Strata NY 2018)
Architecting a Data Platform For Enterprise Use (Strata NY 2018)Architecting a Data Platform For Enterprise Use (Strata NY 2018)
Architecting a Data Platform For Enterprise Use (Strata NY 2018)
mark madsen
 
How Can Analytics Improve Business?
How Can Analytics Improve Business?How Can Analytics Improve Business?
How Can Analytics Improve Business?
Inside Analysis
 

Similar to Industry of Things World - Berlin 19-09-16 (20)

Artificial Intelligence (ML - DL)
Artificial Intelligence (ML - DL)Artificial Intelligence (ML - DL)
Artificial Intelligence (ML - DL)
 
Tamr | Making enterprise elephants dance @ boston data festival
Tamr | Making enterprise elephants dance @ boston data festival Tamr | Making enterprise elephants dance @ boston data festival
Tamr | Making enterprise elephants dance @ boston data festival
 
Architecting a Data Platform For Enterprise Use (Strata NY 2018)
Architecting a Data Platform For Enterprise Use (Strata NY 2018)Architecting a Data Platform For Enterprise Use (Strata NY 2018)
Architecting a Data Platform For Enterprise Use (Strata NY 2018)
 
Less is More: Behind the Data at Risk I/O
Less is More: Behind the Data at Risk I/OLess is More: Behind the Data at Risk I/O
Less is More: Behind the Data at Risk I/O
 
Présentation de Bruno Schroder au 20e #mforum (07/12/2016)
Présentation de Bruno Schroder au 20e #mforum (07/12/2016)Présentation de Bruno Schroder au 20e #mforum (07/12/2016)
Présentation de Bruno Schroder au 20e #mforum (07/12/2016)
 
Python's Role in the Future of Data Analysis
Python's Role in the Future of Data AnalysisPython's Role in the Future of Data Analysis
Python's Role in the Future of Data Analysis
 
From Rocket Science to Data Science
From Rocket Science to Data ScienceFrom Rocket Science to Data Science
From Rocket Science to Data Science
 
Internet of Things
Internet of ThingsInternet of Things
Internet of Things
 
How Can Analytics Improve Business?
How Can Analytics Improve Business?How Can Analytics Improve Business?
How Can Analytics Improve Business?
 
How to design ai functions to the cloud native infra
How to design ai functions to the cloud native infraHow to design ai functions to the cloud native infra
How to design ai functions to the cloud native infra
 
SuanIct-Bigdata desktop-final
SuanIct-Bigdata desktop-finalSuanIct-Bigdata desktop-final
SuanIct-Bigdata desktop-final
 
unit-4-notes.pdf
unit-4-notes.pdfunit-4-notes.pdf
unit-4-notes.pdf
 
Thinkful DC - Intro to Data Science
Thinkful DC - Intro to Data Science Thinkful DC - Intro to Data Science
Thinkful DC - Intro to Data Science
 
Big Data Analytics - Best of the Worst : Anti-patterns & Antidotes
Big Data Analytics - Best of the Worst : Anti-patterns & AntidotesBig Data Analytics - Best of the Worst : Anti-patterns & Antidotes
Big Data Analytics - Best of the Worst : Anti-patterns & Antidotes
 
What your employees need to learn to work with data in the 21 st century
What your employees need to learn to work with data in the 21 st century What your employees need to learn to work with data in the 21 st century
What your employees need to learn to work with data in the 21 st century
 
Data science presentation
Data science presentationData science presentation
Data science presentation
 
Data Science - An emerging Stream of Science with its Spreading Reach & Impact
Data Science - An emerging Stream of Science with its Spreading Reach & ImpactData Science - An emerging Stream of Science with its Spreading Reach & Impact
Data Science - An emerging Stream of Science with its Spreading Reach & Impact
 
Data Science in the Real World: Making a Difference
Data Science in the Real World: Making a Difference Data Science in the Real World: Making a Difference
Data Science in the Real World: Making a Difference
 
Data Summer Conf 2018, “Architecting IoT system with Machine Learning (ENG)” ...
Data Summer Conf 2018, “Architecting IoT system with Machine Learning (ENG)” ...Data Summer Conf 2018, “Architecting IoT system with Machine Learning (ENG)” ...
Data Summer Conf 2018, “Architecting IoT system with Machine Learning (ENG)” ...
 
Architecting IoT with Machine Learning
Architecting IoT with Machine LearningArchitecting IoT with Machine Learning
Architecting IoT with Machine Learning
 

More from Boris Adryan

Node-RED and getting started on the Internet of Things
Node-RED and getting started on the Internet of ThingsNode-RED and getting started on the Internet of Things
Node-RED and getting started on the Internet of Things
Boris Adryan
 

More from Boris Adryan (13)

Computational decision making
Computational decision makingComputational decision making
Computational decision making
 
Development and Deployment: The Human Factor
Development and Deployment: The Human FactorDevelopment and Deployment: The Human Factor
Development and Deployment: The Human Factor
 
Zühlke Meetup - Mai 2017
Zühlke Meetup - Mai 2017Zühlke Meetup - Mai 2017
Zühlke Meetup - Mai 2017
 
Plattformen für das Internet der Dinge, solutions.hamburg, 05.09.16
Plattformen für das Internet der Dinge, solutions.hamburg, 05.09.16Plattformen für das Internet der Dinge, solutions.hamburg, 05.09.16
Plattformen für das Internet der Dinge, solutions.hamburg, 05.09.16
 
Eclipse IoT - ecosystem
Eclipse IoT - ecosystemEclipse IoT - ecosystem
Eclipse IoT - ecosystem
 
TopConf Linz, 02/02/2016
TopConf Linz, 02/02/2016TopConf Linz, 02/02/2016
TopConf Linz, 02/02/2016
 
Thingmonk 2015
Thingmonk 2015Thingmonk 2015
Thingmonk 2015
 
Node-RED and Minecraft - CamJam September 2015
Node-RED and Minecraft - CamJam September 2015Node-RED and Minecraft - CamJam September 2015
Node-RED and Minecraft - CamJam September 2015
 
Node-RED workshop at IoT Toulouse
Node-RED workshop at IoT ToulouseNode-RED workshop at IoT Toulouse
Node-RED workshop at IoT Toulouse
 
An introduction to workflow-based programming with Node-RED
An introduction to workflow-based programming with Node-REDAn introduction to workflow-based programming with Node-RED
An introduction to workflow-based programming with Node-RED
 
Wiring the Internet of Things with Node-RED, @IoTConf talk, September '14
Wiring the Internet of Things with Node-RED, @IoTConf talk, September '14Wiring the Internet of Things with Node-RED, @IoTConf talk, September '14
Wiring the Internet of Things with Node-RED, @IoTConf talk, September '14
 
Node-RED and getting started on the Internet of Things
Node-RED and getting started on the Internet of ThingsNode-RED and getting started on the Internet of Things
Node-RED and getting started on the Internet of Things
 
Node-RED Interoperability Test
Node-RED Interoperability TestNode-RED Interoperability Test
Node-RED Interoperability Test
 

Recently uploaded

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
 
Call Girls Begur Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Begur Just Call 👗 7737669865 👗 Top Class Call Girl Service BangaloreCall Girls Begur Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Begur Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
amitlee9823
 
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
 
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
 
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
MarinCaroMartnezBerg
 
Abortion pills in Doha Qatar (+966572737505 ! Get Cytotec
Abortion pills in Doha Qatar (+966572737505 ! Get CytotecAbortion pills in Doha Qatar (+966572737505 ! Get Cytotec
Abortion pills in Doha Qatar (+966572737505 ! Get Cytotec
Abortion pills in Riyadh +966572737505 get cytotec
 

Recently uploaded (20)

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 ...
 
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 Begur Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Begur Just Call 👗 7737669865 👗 Top Class Call Girl Service BangaloreCall Girls Begur Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Begur Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
 
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
 
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...
 
ELKO dropshipping via API with DroFx.pptx
ELKO dropshipping via API with DroFx.pptxELKO dropshipping via API with DroFx.pptx
ELKO dropshipping via API with DroFx.pptx
 
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
 
ALSO dropshipping via API with DroFx.pptx
ALSO dropshipping via API with DroFx.pptxALSO dropshipping via API with DroFx.pptx
ALSO dropshipping via API with DroFx.pptx
 
Smarteg dropshipping via API with DroFx.pptx
Smarteg dropshipping via API with DroFx.pptxSmarteg dropshipping via API with DroFx.pptx
Smarteg dropshipping via API with DroFx.pptx
 
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...
 
Predicting Loan Approval: A Data Science Project
Predicting Loan Approval: A Data Science ProjectPredicting Loan Approval: A Data Science Project
Predicting Loan Approval: A Data Science Project
 
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
 
Cheap Rate Call girls Sarita Vihar Delhi 9205541914 shot 1500 night
Cheap Rate Call girls Sarita Vihar Delhi 9205541914 shot 1500 nightCheap Rate Call girls Sarita Vihar Delhi 9205541914 shot 1500 night
Cheap Rate Call girls Sarita Vihar Delhi 9205541914 shot 1500 night
 
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...
 
Sampling (random) method and Non random.ppt
Sampling (random) method and Non random.pptSampling (random) method and Non random.ppt
Sampling (random) method and Non random.ppt
 
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
 
Accredited-Transport-Cooperatives-Jan-2021-Web.pdf
Accredited-Transport-Cooperatives-Jan-2021-Web.pdfAccredited-Transport-Cooperatives-Jan-2021-Web.pdf
Accredited-Transport-Cooperatives-Jan-2021-Web.pdf
 
Edukaciniai dropshipping via API with DroFx
Edukaciniai dropshipping via API with DroFxEdukaciniai dropshipping via API with DroFx
Edukaciniai dropshipping via API with DroFx
 
Abortion pills in Doha Qatar (+966572737505 ! Get Cytotec
Abortion pills in Doha Qatar (+966572737505 ! Get CytotecAbortion pills in Doha Qatar (+966572737505 ! Get Cytotec
Abortion pills in Doha Qatar (+966572737505 ! Get Cytotec
 

Industry of Things World - Berlin 19-09-16

  • 1. Impact of IoT analytics on the development budget Dr. Boris Adryan @BorisAdryan Industry of Things World, Berlin, 19th September 2016
  • 2. Dr. Boris Adryan • with Zühlke Engineering since September 2016 • longstanding IoT enthusiast • Founder of thingslearn Ltd. • Board Member & Strategic Advisor for Pycom (microcontrollers), BioSelf (biosensors) and OpenSensors (IoT platform) • before: research group leader for data analytics and machine learning at University of Cambridge, England. @BorisAdryan
  • 3. I disagree with the notion that data is the new oil. It’s as infinite as the sun, and just like the power of the sun, we’re barely using it at the moment. Mike Gualtieri, Forrester Research “ ”
  • 4. 5V of Big Data Velocity Veracity Volume Variety Value “doesn’t fit on my local drive” “process deals with hundreds of events per second” “wouldn’t even know how to save this in a RDBMS” “actionable insight” “not sure how current, valid or complete it is”
  • 5. It’s worth to look at the actual data problem before hiring a ‘big data specialist’ or buying an ‘analytics solution’. IoT = Big Data Sensor devices produce large and small data. You may not immediately know how to deal with them - but that doesn’t automatically make them ‘big data’.
  • 6. 39% of survey participants are worried about the cost of an industrial IoT solution. “Why aren’t you doing IoT?”
  • 7. Hardware is often perceived as investment that customers understand and therefore anticipate. This talk is about unfounded IoT fears. There’s an air of magic around data and analytics. This leads to fear of: • having to hire specialists (for both data plumbing and analytics) • having to buy expensive services • losing control over the process due to a lack of understanding
  • 8. data You want actionable insight. data data here be dragons! whatever you do in your vertical ✓better ✓faster ✓cheaper insight “magic” how to deal and what to do with the data
  • 9. ✓small (fits on your drive) ✓you know exactly what you’re looking for not a ‘data problem’ ask your programmer ✓large (think data centre-scale) ✓you know exactly what you’re looking for potentially ‘big data’ ask your sysadmin, then your programmer Do you need to employ a specialist? data data
  • 10. Let’s talk about IoT and the cloud
  • 11. You have a choice. Actually, too much of it.
  • 12.
  • 13. “My data problem must be special!” ✓ unstructured data ✓ distributed ingestion and storage My company went to an IoT conference & all I got was this t-shirt and a bunch of buzzwords. Customers fear costs because they’re facing: Or they believe from hear-say that IoT automatically requires: ✓ real-time analytics ✓ sophisticated machine learning
  • 14. “I receive U NsT Ruc Tur data!”De RDBMS name age Boris 40 name city job Boris Fra… IoT key-value DBs name: Boris age: 40 city: Frankfurt name: Boris job: IoT / data science name: Ilka age: 39 name: Ilka city: Frankfurt job: pharma R&D SQL-ish syntax not a ‘big data’ nor a ‘cloud’ problem NoSQL DBs run on commodity hardware
  • 15. thing thing thing time thing thing thing thing thing thing thing thing thing thing broker broker broker broker storage storage storage even standard cloud offerings can do distributed ingestion and storage very well “I got too many things!” not a big data ‘problem’
  • 16. Your apps & corporate design Your products and analytical services Your devices Adapting a PaaS to your needs. Security I/O / broker fast storage device management gateway portal & user management basic analytics Zühlke IoT Platform standard components (still, tedious to configure) your USP
  • 17. data You want actionable insight. data data here be dragons! whatever you do in your vertical ✓better ✓faster ✓cheaper insight “magic” how to deal and what to do with the data Basic data plumbing and storage is usually not the issue.
  • 18. The message is that there are known knowns. There are things we know that we know. There are known unknowns. That is to say there are things that we now know we don't know. But there are also unknown unknowns. There are things we don't know we don't know. Donald Rumsfeld ex US Secretary of Defense “ ”
  • 19. ✓small or large ✓you don’t know what to connect or how to find it (the “known unknowns”) ✓you want to increase operational awareness (the “unknown unknowns”) a ‘data science problem’ We can help to establish a machine learning pipeline to extract relevant information automatically. data data data data datadata data data data data Do you need to employ a specialist? you may just need a one-off solution
  • 20. unsupervised learning - get an overview what’s in your data set supervised learning - teach the machine to classify data on the basis of some previous training statistical analysis - find rules and outliers on the basis of numerical data What is machine learning? ? y 4 n n 0 2 n n 1 4 y y 4 6 y y 9 6 y y 2 skates bike car bus lorry wheels motor windows seats very relevant for predictive maintenance etc.
  • 21. data weather forecast airport location # of gates # of runways # of snowploughs airline aircraft BLACK BOX training flights cancelled in the past classifier ranked list of relevant features weight of features thresholds for features performance metric prediction new data How does classification work?
  • 22. training classifier performance assessment good enough? success! moredatafortraining data no yes Is this reliable? sensitivity “truepositives” 1-specificity “false positives” 0 0.2 0.4 0.6 0.8 1.0 1.0 0.8 0.6 0.4 0.2 worse than random guess
  • 23. data Where is your classifier located? data data here be dragons! whatever you do in your vertical insight “magic” model building training operation performance tracking on device, cloud or mobile app } R & D } ✓better ✓faster ✓cheaper
  • 24. Is analytics just data crunching?
  • 26. “Do I need real-time analytics?” microseconds to seconds seconds to minutes minutes to hours hours to weeks on device on stream in batch am I falling? counteract battery level should I land? how many times did I stall? what’s the best weather for flying? in process in database operational insight performance insight strategic insight e.g. Kalman filter e.g. with machine learning e.g. rules engine e.g. summary stats
  • 27. Can IoT ever be real-time? zone 1: real-time [us] zone 2: real-time [ms] zone 3: real-time [s]
  • 28. Edge, fog and cloud computing Edge Pro: - immediate compression from raw data to actionable information - cuts down traffic - fast response Con: - loses potentially valuable raw data - developing analytics on embedded systems requires specialists - compute costs valuable battery life Cloud Pro: - compute power - scalability - familiarity for developers - integration center across all data Con: - traffic Fog Pro: - same as Edge - closer to ‘normal’ development work - gateways often mains-powered Con: - loses potentially valuable raw data
  • 29. Some of our examples for real-time analytics Choosing the appropriate method and toolset on every level.
  • 30. Options for cloud-based real-time analytics some features can cost a bit, especially when you don’t really know what you’re doing and want to ‘try it out’. a badly configured SMACK stack on your own commodity hardware can be slow and unreliable your pre-trained classifier
  • 31. My current pet hate: Deep Learning Deep learning has delivered impressive results mimicking human reasoning, strategic thinking and creativity. At the same time, big players have released libraries such that even ‘script kiddies’ can apply deep learning. It’s already leading to unreflected use of deep learning when other methods would be more appropriate.
  • 32. Dr. Boris Adryan @BorisAdryan ‣ Super-fast analytics and state-of-the-art methods are not automatically the most useful solution. ‣ A good understanding on the type of insight that is required by the business model is essential. ‣ There are many solutions readily available that might enable IoT projects very cost-effectively. Zühlke can advise on your options around IoT and data analytics, and provide complete solutions where needed. Industry of Things World, Berlin, 19th September 2016 Summary