SlideShare una empresa de Scribd logo
1 de 36
Descargar para leer sin conexión
Visualization
in the big data era
Dr. Mihael Ankerst
Allianz Deutschland AG
Munich, April, 7th 2016
Introduction of myself – something big about me
• I have worked for big employers
• I have big interest in
data mining, visualization and scalability
• My daughter has big expectations
2© Copyright Allianz 08.04.2016
Visualization in the big data era – Mihael Ankerst
👱
Big data and visualization
don‘t seem to be a good match…
Lots of data ! Visualization does not scale easily
increasing variety
data is coming fast …
Don‘t we want to automate as much
as possible?
How to represent
various data formats?
3© Copyright Allianz 08.04.2016
Visualization in the big data era – Mihael Ankerst
The relevant space for data analysis:
information
in our minds
digital
information
unaccessible
information
4© Copyright Allianz 08.04.2016
Visualization in the big data era – Mihael Ankerst
The goal of any big data analysis is a result, that is…
… valid
… new
… and applicable!
5© Copyright Allianz 08.04.2016
Visualization in the big data era – Mihael Ankerst
Let‘s look at the following box…
6© Copyright Allianz 08.04.2016
Visualization in the big data era – Mihael Ankerst
x
y
Box has the side lengths: (x, y, z) = (30,12,12)
z
30
12
12
12
Let‘s look at the following box…
12
7© Copyright Allianz 08.04.2016
Visualization in the big data era – Mihael Ankerst
x
y
Box has the side lengths: (x, y, z) = (30,12,12)
Ant A: is standing at (x, y, z) = (0,1,6)
z
6 1
30
12
12
12
Let‘s look at the following box…
A
12
8© Copyright Allianz 08.04.2016
Visualization in the big data era – Mihael Ankerst
x
y
Box has the side lengths: (x, y, z) = (30,12,12)
Ant A: is standing at (x, y, z) = (0,1,6)
Ant B: is standing at (x, y, z) = (30,11,6)
z
6
6
1
11
30
12
12
12
Let‘s look at the following box…
A
B
12
9© Copyright Allianz 08.04.2016
Visualization in the big data era – Mihael Ankerst
x
y
Box has the side lengths: (x, y, z) = (30,12,12)
Ant A: is standing at (x, y, z) = (0,1,6)
Ant B: is standing at (x, y, z) = (30,11,6)
Question: What is the shortest path for ant A to come to ant B ?
(ant B does not move and moving is just on the surface of box possible - the box is solid)
z
6
6
1
11
30
12
12
12
What is the shortest path to come from A to B ?
A
B
12
10© Copyright Allianz 08.04.2016
Visualization in the big data era – Mihael Ankerst
The solution of the puzzle
Part 1…
3011 1
Unfold the box …
11© Copyright Allianz 08.04.2016
Visualization in the big data era – Mihael Ankerst
The solution of the puzzle
Part 2…
301 1
Answer: The shortest path is just 40 units long!
12© Copyright Allianz 08.04.2016
Visualization in the big data era – Mihael Ankerst
x
y
z
30
12
12
12
What is the shortest path to come from A to B ?
12
301 1
13© Copyright Allianz 08.04.2016
Visualization in the big data era – Mihael Ankerst
x
y
z
30
12
12
12
What is the shortest path to come from A to B ?
12
301 1
14© Copyright Allianz 08.04.2016
Visualization in the big data era – Mihael Ankerst
Visualization is the data analysts‘ best friend if …
1) it is based upon an intuitive representation
15© Copyright Allianz 08.04.2016
Visualization in the big data era – Mihael Ankerst
Why should we visualize data ? - 1
Anscombe's Quartet Data Table
16© Copyright Allianz 08.04.2016
Visualization in the big data era – Mihael Ankerst
Why should we visualize data ? - 2
17© Copyright Allianz 08.04.2016
Visualization in the big data era – Mihael Ankerst
Why should we visualize data ? - 3
18© Copyright Allianz 08.04.2016
Visualization in the big data era – Mihael Ankerst
Visualization is the data analysts‘ best friend if …
1) it is based upon an intuitive representation
2) it leverages the perceptual capabilities of the user
19© Copyright Allianz 08.04.2016
Visualization in the big data era – Mihael Ankerst
Correlation is not causation
 This and many more examples: http://www.tylervigen.com/
20© Copyright Allianz 08.04.2016
Visualization in the big data era – Mihael Ankerst
How to incorporate domain knowledge?
Age Weeks since
last
purchase
Last
purchased
product
35 8 P-H
47 6 P-H
20 24 P-K
21© Copyright Allianz 08.04.2016
Visualization in the big data era – Mihael Ankerst
Illustration 1: Incorporating domain knowledge
into the decision tree building process
animated
split lines
magnified
split lines
exact split point
22© Copyright Allianz 08.04.2016
Visualization in the big data era – Mihael Ankerst
Illustration 2: Incorporating domain knowledge
into the analysis of event data
23© Copyright Allianz 08.04.2016
Visualization in the big data era – Mihael Ankerst
Visualization is the data analysts‘ best friend if …
1) it is based upon an intuitive representation
2) it leverages the perceptual capabilities of the user
3) it enables the incorporation of domain knowledge
24© Copyright Allianz 08.04.2016
Visualization in the big data era – Mihael Ankerst
What kind of products do customers typically
buy together in a grocery store?
# customers fruit beer candy magazines …
6.388.860 1 0 0 0
898.973 1 0 1 0
4.231.452 0 1 0 0
5.123.433 0 1 1 1
… … … … …
25© Copyright Allianz 08.04.2016
Visualization in the big data era – Mihael Ankerst
Sorting by frequency …
# customers fruit beer candy magazines …
6.567.680 1 1 0 0
6.549.840 1 1 1 0
6.488.320 1 0 1 0
6.388.860 1 0 0 0
… … … … …
26© Copyright Allianz 08.04.2016
Visualization in the big data era – Mihael Ankerst
… or creating a pivot table ….
27© Copyright Allianz 08.04.2016
Visualization in the big data era – Mihael Ankerst
… or mining association rules
doesn‘t give you the full picture!
+ + 
Output of arules package in R Studio
28© Copyright Allianz 08.04.2016
Visualization in the big data era – Mihael Ankerst
The idea of item explorer was born
• D3.js
• Use bar charts to represent item frequencies!
29© Copyright Allianz 08.04.2016
Visualization in the big data era – Mihael Ankerst
Development of item explorer – part 1
Munich, March 8th, 2015, 5.15 p.m.
30© Copyright Allianz 08.04.2016
Visualization in the big data era – Mihael Ankerst
😐
My daughter‘s face
Development of item explorer – part 2
20 minutes later …
Munich, March 8th, 2015, 5.35 p.m.
31© Copyright Allianz 08.04.2016
Visualization in the big data era – Mihael Ankerst
😒
My daughter‘s face
Development of item explorer – part 3
40 minutes later …
Munich, March 8th, 2015, 5.55 p.m.
32© Copyright Allianz 08.04.2016
Visualization in the big data era – Mihael Ankerst
😠
My daughter‘s face
Development of item explorer – part 4
44 minutes later …
Munich, March 8th, 2015, 5.59 p.m.
33© Copyright Allianz 08.04.2016
Visualization in the big data era – Mihael Ankerst
Development of item explorer – part 5
…after playing Badminton
Munich, March 8th, 2015, 7.18 p.m.
34© Copyright Allianz 08.04.2016
Visualization in the big data era – Mihael Ankerst
35© Copyright Allianz 08.04.2016
Visualization in the big data era – Mihael Ankerst
Demo: item explorer
Visualization is the data analysts‘ best friend if …
1) it is based upon an intuitive representation
2) it leverages the perceptual capabilities of the user
3) it enables the incorporation of domain knowledge
4) it facilitates the understanding of the data
and the results
36© Copyright Allianz 08.04.2016
Visualization in the big data era – Mihael Ankerst

Más contenido relacionado

Similar a Dr. Mihael Ankerst, Manager Customer Data Analytics at Allianz Deutschland - "The need for visualization in the Big Data Era"

Scalability and Autonomous Analytics
Scalability and Autonomous AnalyticsScalability and Autonomous Analytics
Scalability and Autonomous AnalyticsInspirient
 
Anchormen Jeroen Vlek
Anchormen Jeroen VlekAnchormen Jeroen Vlek
Anchormen Jeroen VlekTalentEvent
 
Industrial IOT Hackathon: Service Design Thinking and Project Management
 Industrial IOT Hackathon: Service Design Thinking and Project Management Industrial IOT Hackathon: Service Design Thinking and Project Management
Industrial IOT Hackathon: Service Design Thinking and Project ManagementShaun West
 
T-Systems - NOAH17 Berlin
T-Systems - NOAH17 BerlinT-Systems - NOAH17 Berlin
T-Systems - NOAH17 BerlinNOAH Advisors
 
Smart Data fo the Smart Cities and Smart Factories in the future
Smart Data fo the Smart Cities and Smart Factories in the futureSmart Data fo the Smart Cities and Smart Factories in the future
Smart Data fo the Smart Cities and Smart Factories in the futureYear of the X
 
Innovative risk solutions using big data
Innovative risk solutions using big dataInnovative risk solutions using big data
Innovative risk solutions using big dataMunich Re
 
Scaling IoT Security
Scaling IoT SecurityScaling IoT Security
Scaling IoT SecurityBill Harpley
 
SC7 Workshop 3: Workshop Presentation
SC7 Workshop 3: Workshop PresentationSC7 Workshop 3: Workshop Presentation
SC7 Workshop 3: Workshop PresentationBigData_Europe
 
Foresighting the Future to Create Actionable Innovation
Foresighting the Future to Create Actionable InnovationForesighting the Future to Create Actionable Innovation
Foresighting the Future to Create Actionable InnovationShaun West
 
VALUENEX Singapore Seminar: How can we find the future on the radar map of bi...
VALUENEX Singapore Seminar: How can we find the future on the radar map of bi...VALUENEX Singapore Seminar: How can we find the future on the radar map of bi...
VALUENEX Singapore Seminar: How can we find the future on the radar map of bi...VALUENEX
 
Lorenzo Cordella Portfolio 2021_ Industrial Product Design
Lorenzo Cordella Portfolio 2021_ Industrial Product Design Lorenzo Cordella Portfolio 2021_ Industrial Product Design
Lorenzo Cordella Portfolio 2021_ Industrial Product Design Lorenzo Cordella
 
Keynote HR Innovation Day 2019 Kai Liebert siemens_leipzig_june 2018_public
Keynote  HR Innovation Day 2019 Kai Liebert siemens_leipzig_june 2018_publicKeynote  HR Innovation Day 2019 Kai Liebert siemens_leipzig_june 2018_public
Keynote HR Innovation Day 2019 Kai Liebert siemens_leipzig_june 2018_publicHRM - HTWK Leipzig
 
The data science revolution in insurance
The data science revolution in insuranceThe data science revolution in insurance
The data science revolution in insuranceStefano Perfetti
 
About Multimedia Presentation Generation and Multimedia Metadata: From Synthe...
About Multimedia Presentation Generation and Multimedia Metadata: From Synthe...About Multimedia Presentation Generation and Multimedia Metadata: From Synthe...
About Multimedia Presentation Generation and Multimedia Metadata: From Synthe...Ansgar Scherp
 
Does one size fit all...How to develop a wearable
Does one size fit all...How to develop a wearableDoes one size fit all...How to develop a wearable
Does one size fit all...How to develop a wearableCambridge Consultants
 
Grid Analytics Europe 2016: "Open for Business", April 2016
Grid Analytics Europe 2016: "Open for Business", April 2016Grid Analytics Europe 2016: "Open for Business", April 2016
Grid Analytics Europe 2016: "Open for Business", April 2016OMNETRIC
 
DN18 | Journey from Structured to Unstructured Documents | Nischal Harohalli ...
DN18 | Journey from Structured to Unstructured Documents | Nischal Harohalli ...DN18 | Journey from Structured to Unstructured Documents | Nischal Harohalli ...
DN18 | Journey from Structured to Unstructured Documents | Nischal Harohalli ...Dataconomy Media
 
Journey from Structured to Unstructured Data | Nischal HP | VP, Engineering a...
Journey from Structured to Unstructured Data | Nischal HP | VP, Engineering a...Journey from Structured to Unstructured Data | Nischal HP | VP, Engineering a...
Journey from Structured to Unstructured Data | Nischal HP | VP, Engineering a...DataconomyGmbH
 

Similar a Dr. Mihael Ankerst, Manager Customer Data Analytics at Allianz Deutschland - "The need for visualization in the Big Data Era" (20)

Scalability and Autonomous Analytics
Scalability and Autonomous AnalyticsScalability and Autonomous Analytics
Scalability and Autonomous Analytics
 
Anchormen Jeroen Vlek
Anchormen Jeroen VlekAnchormen Jeroen Vlek
Anchormen Jeroen Vlek
 
Industrial IOT Hackathon: Service Design Thinking and Project Management
 Industrial IOT Hackathon: Service Design Thinking and Project Management Industrial IOT Hackathon: Service Design Thinking and Project Management
Industrial IOT Hackathon: Service Design Thinking and Project Management
 
T-Systems - NOAH17 Berlin
T-Systems - NOAH17 BerlinT-Systems - NOAH17 Berlin
T-Systems - NOAH17 Berlin
 
Smart Data fo the Smart Cities and Smart Factories in the future
Smart Data fo the Smart Cities and Smart Factories in the futureSmart Data fo the Smart Cities and Smart Factories in the future
Smart Data fo the Smart Cities and Smart Factories in the future
 
Innovative risk solutions using big data
Innovative risk solutions using big dataInnovative risk solutions using big data
Innovative risk solutions using big data
 
Scaling IoT Security
Scaling IoT SecurityScaling IoT Security
Scaling IoT Security
 
SC7 Workshop 3: Workshop Presentation
SC7 Workshop 3: Workshop PresentationSC7 Workshop 3: Workshop Presentation
SC7 Workshop 3: Workshop Presentation
 
Foresighting the Future to Create Actionable Innovation
Foresighting the Future to Create Actionable InnovationForesighting the Future to Create Actionable Innovation
Foresighting the Future to Create Actionable Innovation
 
[EN] "ECM, EIM, Content Services, IIM – what‘s next?" | Dr. Ulrich Kampffmeye...
[EN] "ECM, EIM, Content Services, IIM – what‘s next?" | Dr. Ulrich Kampffmeye...[EN] "ECM, EIM, Content Services, IIM – what‘s next?" | Dr. Ulrich Kampffmeye...
[EN] "ECM, EIM, Content Services, IIM – what‘s next?" | Dr. Ulrich Kampffmeye...
 
VALUENEX Singapore Seminar: How can we find the future on the radar map of bi...
VALUENEX Singapore Seminar: How can we find the future on the radar map of bi...VALUENEX Singapore Seminar: How can we find the future on the radar map of bi...
VALUENEX Singapore Seminar: How can we find the future on the radar map of bi...
 
Lorenzo Cordella Portfolio 2021_ Industrial Product Design
Lorenzo Cordella Portfolio 2021_ Industrial Product Design Lorenzo Cordella Portfolio 2021_ Industrial Product Design
Lorenzo Cordella Portfolio 2021_ Industrial Product Design
 
[EN] | "ECM, EIM, Content Services, IIM – what‘s next?" | Dr. Ulrich Kampffme...
[EN] | "ECM, EIM, Content Services, IIM – what‘s next?" | Dr. Ulrich Kampffme...[EN] | "ECM, EIM, Content Services, IIM – what‘s next?" | Dr. Ulrich Kampffme...
[EN] | "ECM, EIM, Content Services, IIM – what‘s next?" | Dr. Ulrich Kampffme...
 
Keynote HR Innovation Day 2019 Kai Liebert siemens_leipzig_june 2018_public
Keynote  HR Innovation Day 2019 Kai Liebert siemens_leipzig_june 2018_publicKeynote  HR Innovation Day 2019 Kai Liebert siemens_leipzig_june 2018_public
Keynote HR Innovation Day 2019 Kai Liebert siemens_leipzig_june 2018_public
 
The data science revolution in insurance
The data science revolution in insuranceThe data science revolution in insurance
The data science revolution in insurance
 
About Multimedia Presentation Generation and Multimedia Metadata: From Synthe...
About Multimedia Presentation Generation and Multimedia Metadata: From Synthe...About Multimedia Presentation Generation and Multimedia Metadata: From Synthe...
About Multimedia Presentation Generation and Multimedia Metadata: From Synthe...
 
Does one size fit all...How to develop a wearable
Does one size fit all...How to develop a wearableDoes one size fit all...How to develop a wearable
Does one size fit all...How to develop a wearable
 
Grid Analytics Europe 2016: "Open for Business", April 2016
Grid Analytics Europe 2016: "Open for Business", April 2016Grid Analytics Europe 2016: "Open for Business", April 2016
Grid Analytics Europe 2016: "Open for Business", April 2016
 
DN18 | Journey from Structured to Unstructured Documents | Nischal Harohalli ...
DN18 | Journey from Structured to Unstructured Documents | Nischal Harohalli ...DN18 | Journey from Structured to Unstructured Documents | Nischal Harohalli ...
DN18 | Journey from Structured to Unstructured Documents | Nischal Harohalli ...
 
Journey from Structured to Unstructured Data | Nischal HP | VP, Engineering a...
Journey from Structured to Unstructured Data | Nischal HP | VP, Engineering a...Journey from Structured to Unstructured Data | Nischal HP | VP, Engineering a...
Journey from Structured to Unstructured Data | Nischal HP | VP, Engineering a...
 

Más de Dataconomy Media

Data Natives Paris v 10.0 | "Blockchain in Healthcare" - Lea Dias & David An...
Data Natives Paris v 10.0 | "Blockchain in Healthcare" - Lea Dias & 	David An...Data Natives Paris v 10.0 | "Blockchain in Healthcare" - Lea Dias & 	David An...
Data Natives Paris v 10.0 | "Blockchain in Healthcare" - Lea Dias & David An...Dataconomy Media
 
Data Natives Frankfurt v 11.0 | "Competitive advantages with knowledge graphs...
Data Natives Frankfurt v 11.0 | "Competitive advantages with knowledge graphs...Data Natives Frankfurt v 11.0 | "Competitive advantages with knowledge graphs...
Data Natives Frankfurt v 11.0 | "Competitive advantages with knowledge graphs...Dataconomy Media
 
Data Natives Frankfurt v 11.0 | "Can we be responsible for misuse of data & a...
Data Natives Frankfurt v 11.0 | "Can we be responsible for misuse of data & a...Data Natives Frankfurt v 11.0 | "Can we be responsible for misuse of data & a...
Data Natives Frankfurt v 11.0 | "Can we be responsible for misuse of data & a...Dataconomy Media
 
Data Natives Munich v 12.0 | "How to be more productive with Autonomous Data ...
Data Natives Munich v 12.0 | "How to be more productive with Autonomous Data ...Data Natives Munich v 12.0 | "How to be more productive with Autonomous Data ...
Data Natives Munich v 12.0 | "How to be more productive with Autonomous Data ...Dataconomy Media
 
Data Natives meets DataRobot | "Build and deploy an anti-money laundering mo...
Data Natives meets DataRobot |  "Build and deploy an anti-money laundering mo...Data Natives meets DataRobot |  "Build and deploy an anti-money laundering mo...
Data Natives meets DataRobot | "Build and deploy an anti-money laundering mo...Dataconomy Media
 
Data Natives Munich v 12.0 | "Political Data Science: A tale of Fake News, So...
Data Natives Munich v 12.0 | "Political Data Science: A tale of Fake News, So...Data Natives Munich v 12.0 | "Political Data Science: A tale of Fake News, So...
Data Natives Munich v 12.0 | "Political Data Science: A tale of Fake News, So...Dataconomy Media
 
Data Natives Vienna v 7.0 | "Building Kubernetes Operators with KUDO for Dat...
Data Natives Vienna v 7.0  | "Building Kubernetes Operators with KUDO for Dat...Data Natives Vienna v 7.0  | "Building Kubernetes Operators with KUDO for Dat...
Data Natives Vienna v 7.0 | "Building Kubernetes Operators with KUDO for Dat...Dataconomy Media
 
Data Natives Vienna v 7.0 | "The Ingredients of Data Innovation" - Robbert de...
Data Natives Vienna v 7.0 | "The Ingredients of Data Innovation" - Robbert de...Data Natives Vienna v 7.0 | "The Ingredients of Data Innovation" - Robbert de...
Data Natives Vienna v 7.0 | "The Ingredients of Data Innovation" - Robbert de...Dataconomy Media
 
Data Natives Cologne v 4.0 | "The Data Lorax: Planting the Seeds of Fairness...
Data Natives Cologne v 4.0  | "The Data Lorax: Planting the Seeds of Fairness...Data Natives Cologne v 4.0  | "The Data Lorax: Planting the Seeds of Fairness...
Data Natives Cologne v 4.0 | "The Data Lorax: Planting the Seeds of Fairness...Dataconomy Media
 
Data Natives Cologne v 4.0 | "How People Analytics Can Reveal the Hidden Aspe...
Data Natives Cologne v 4.0 | "How People Analytics Can Reveal the Hidden Aspe...Data Natives Cologne v 4.0 | "How People Analytics Can Reveal the Hidden Aspe...
Data Natives Cologne v 4.0 | "How People Analytics Can Reveal the Hidden Aspe...Dataconomy Media
 
Data Natives Amsterdam v 9.0 | "Ten Little Servers: A Story of no Downtime" -...
Data Natives Amsterdam v 9.0 | "Ten Little Servers: A Story of no Downtime" -...Data Natives Amsterdam v 9.0 | "Ten Little Servers: A Story of no Downtime" -...
Data Natives Amsterdam v 9.0 | "Ten Little Servers: A Story of no Downtime" -...Dataconomy Media
 
Data Natives Amsterdam v 9.0 | "Point in Time Labeling at Scale" - Timothy Th...
Data Natives Amsterdam v 9.0 | "Point in Time Labeling at Scale" - Timothy Th...Data Natives Amsterdam v 9.0 | "Point in Time Labeling at Scale" - Timothy Th...
Data Natives Amsterdam v 9.0 | "Point in Time Labeling at Scale" - Timothy Th...Dataconomy Media
 
Data Natives Hamburg v 6.0 | "Interpersonal behavior: observing Alex to under...
Data Natives Hamburg v 6.0 | "Interpersonal behavior: observing Alex to under...Data Natives Hamburg v 6.0 | "Interpersonal behavior: observing Alex to under...
Data Natives Hamburg v 6.0 | "Interpersonal behavior: observing Alex to under...Dataconomy Media
 
Data Natives Hamburg v 6.0 | "About Surfing, Failing & Scaling" - Florian Sch...
Data Natives Hamburg v 6.0 | "About Surfing, Failing & Scaling" - Florian Sch...Data Natives Hamburg v 6.0 | "About Surfing, Failing & Scaling" - Florian Sch...
Data Natives Hamburg v 6.0 | "About Surfing, Failing & Scaling" - Florian Sch...Dataconomy Media
 
Data NativesBerlin v 20.0 | "Serving A/B experimentation platform end-to-end"...
Data NativesBerlin v 20.0 | "Serving A/B experimentation platform end-to-end"...Data NativesBerlin v 20.0 | "Serving A/B experimentation platform end-to-end"...
Data NativesBerlin v 20.0 | "Serving A/B experimentation platform end-to-end"...Dataconomy Media
 
Data Natives Berlin v 20.0 | "Ten Little Servers: A Story of no Downtime" - A...
Data Natives Berlin v 20.0 | "Ten Little Servers: A Story of no Downtime" - A...Data Natives Berlin v 20.0 | "Ten Little Servers: A Story of no Downtime" - A...
Data Natives Berlin v 20.0 | "Ten Little Servers: A Story of no Downtime" - A...Dataconomy Media
 
Big Data Frankfurt meets Thinkport | "The Cloud as a Driver of Innovation" - ...
Big Data Frankfurt meets Thinkport | "The Cloud as a Driver of Innovation" - ...Big Data Frankfurt meets Thinkport | "The Cloud as a Driver of Innovation" - ...
Big Data Frankfurt meets Thinkport | "The Cloud as a Driver of Innovation" - ...Dataconomy Media
 
Thinkport meets Frankfurt | "Financial Time Series Analysis using Wavelets" -...
Thinkport meets Frankfurt | "Financial Time Series Analysis using Wavelets" -...Thinkport meets Frankfurt | "Financial Time Series Analysis using Wavelets" -...
Thinkport meets Frankfurt | "Financial Time Series Analysis using Wavelets" -...Dataconomy Media
 
Big Data Helsinki v 3 | "Distributed Machine and Deep Learning at Scale with ...
Big Data Helsinki v 3 | "Distributed Machine and Deep Learning at Scale with ...Big Data Helsinki v 3 | "Distributed Machine and Deep Learning at Scale with ...
Big Data Helsinki v 3 | "Distributed Machine and Deep Learning at Scale with ...Dataconomy Media
 
Big Data Helsinki v 3 | "Federated Learning and Privacy-preserving AI" - Oguz...
Big Data Helsinki v 3 | "Federated Learning and Privacy-preserving AI" - Oguz...Big Data Helsinki v 3 | "Federated Learning and Privacy-preserving AI" - Oguz...
Big Data Helsinki v 3 | "Federated Learning and Privacy-preserving AI" - Oguz...Dataconomy Media
 

Más de Dataconomy Media (20)

Data Natives Paris v 10.0 | "Blockchain in Healthcare" - Lea Dias & David An...
Data Natives Paris v 10.0 | "Blockchain in Healthcare" - Lea Dias & 	David An...Data Natives Paris v 10.0 | "Blockchain in Healthcare" - Lea Dias & 	David An...
Data Natives Paris v 10.0 | "Blockchain in Healthcare" - Lea Dias & David An...
 
Data Natives Frankfurt v 11.0 | "Competitive advantages with knowledge graphs...
Data Natives Frankfurt v 11.0 | "Competitive advantages with knowledge graphs...Data Natives Frankfurt v 11.0 | "Competitive advantages with knowledge graphs...
Data Natives Frankfurt v 11.0 | "Competitive advantages with knowledge graphs...
 
Data Natives Frankfurt v 11.0 | "Can we be responsible for misuse of data & a...
Data Natives Frankfurt v 11.0 | "Can we be responsible for misuse of data & a...Data Natives Frankfurt v 11.0 | "Can we be responsible for misuse of data & a...
Data Natives Frankfurt v 11.0 | "Can we be responsible for misuse of data & a...
 
Data Natives Munich v 12.0 | "How to be more productive with Autonomous Data ...
Data Natives Munich v 12.0 | "How to be more productive with Autonomous Data ...Data Natives Munich v 12.0 | "How to be more productive with Autonomous Data ...
Data Natives Munich v 12.0 | "How to be more productive with Autonomous Data ...
 
Data Natives meets DataRobot | "Build and deploy an anti-money laundering mo...
Data Natives meets DataRobot |  "Build and deploy an anti-money laundering mo...Data Natives meets DataRobot |  "Build and deploy an anti-money laundering mo...
Data Natives meets DataRobot | "Build and deploy an anti-money laundering mo...
 
Data Natives Munich v 12.0 | "Political Data Science: A tale of Fake News, So...
Data Natives Munich v 12.0 | "Political Data Science: A tale of Fake News, So...Data Natives Munich v 12.0 | "Political Data Science: A tale of Fake News, So...
Data Natives Munich v 12.0 | "Political Data Science: A tale of Fake News, So...
 
Data Natives Vienna v 7.0 | "Building Kubernetes Operators with KUDO for Dat...
Data Natives Vienna v 7.0  | "Building Kubernetes Operators with KUDO for Dat...Data Natives Vienna v 7.0  | "Building Kubernetes Operators with KUDO for Dat...
Data Natives Vienna v 7.0 | "Building Kubernetes Operators with KUDO for Dat...
 
Data Natives Vienna v 7.0 | "The Ingredients of Data Innovation" - Robbert de...
Data Natives Vienna v 7.0 | "The Ingredients of Data Innovation" - Robbert de...Data Natives Vienna v 7.0 | "The Ingredients of Data Innovation" - Robbert de...
Data Natives Vienna v 7.0 | "The Ingredients of Data Innovation" - Robbert de...
 
Data Natives Cologne v 4.0 | "The Data Lorax: Planting the Seeds of Fairness...
Data Natives Cologne v 4.0  | "The Data Lorax: Planting the Seeds of Fairness...Data Natives Cologne v 4.0  | "The Data Lorax: Planting the Seeds of Fairness...
Data Natives Cologne v 4.0 | "The Data Lorax: Planting the Seeds of Fairness...
 
Data Natives Cologne v 4.0 | "How People Analytics Can Reveal the Hidden Aspe...
Data Natives Cologne v 4.0 | "How People Analytics Can Reveal the Hidden Aspe...Data Natives Cologne v 4.0 | "How People Analytics Can Reveal the Hidden Aspe...
Data Natives Cologne v 4.0 | "How People Analytics Can Reveal the Hidden Aspe...
 
Data Natives Amsterdam v 9.0 | "Ten Little Servers: A Story of no Downtime" -...
Data Natives Amsterdam v 9.0 | "Ten Little Servers: A Story of no Downtime" -...Data Natives Amsterdam v 9.0 | "Ten Little Servers: A Story of no Downtime" -...
Data Natives Amsterdam v 9.0 | "Ten Little Servers: A Story of no Downtime" -...
 
Data Natives Amsterdam v 9.0 | "Point in Time Labeling at Scale" - Timothy Th...
Data Natives Amsterdam v 9.0 | "Point in Time Labeling at Scale" - Timothy Th...Data Natives Amsterdam v 9.0 | "Point in Time Labeling at Scale" - Timothy Th...
Data Natives Amsterdam v 9.0 | "Point in Time Labeling at Scale" - Timothy Th...
 
Data Natives Hamburg v 6.0 | "Interpersonal behavior: observing Alex to under...
Data Natives Hamburg v 6.0 | "Interpersonal behavior: observing Alex to under...Data Natives Hamburg v 6.0 | "Interpersonal behavior: observing Alex to under...
Data Natives Hamburg v 6.0 | "Interpersonal behavior: observing Alex to under...
 
Data Natives Hamburg v 6.0 | "About Surfing, Failing & Scaling" - Florian Sch...
Data Natives Hamburg v 6.0 | "About Surfing, Failing & Scaling" - Florian Sch...Data Natives Hamburg v 6.0 | "About Surfing, Failing & Scaling" - Florian Sch...
Data Natives Hamburg v 6.0 | "About Surfing, Failing & Scaling" - Florian Sch...
 
Data NativesBerlin v 20.0 | "Serving A/B experimentation platform end-to-end"...
Data NativesBerlin v 20.0 | "Serving A/B experimentation platform end-to-end"...Data NativesBerlin v 20.0 | "Serving A/B experimentation platform end-to-end"...
Data NativesBerlin v 20.0 | "Serving A/B experimentation platform end-to-end"...
 
Data Natives Berlin v 20.0 | "Ten Little Servers: A Story of no Downtime" - A...
Data Natives Berlin v 20.0 | "Ten Little Servers: A Story of no Downtime" - A...Data Natives Berlin v 20.0 | "Ten Little Servers: A Story of no Downtime" - A...
Data Natives Berlin v 20.0 | "Ten Little Servers: A Story of no Downtime" - A...
 
Big Data Frankfurt meets Thinkport | "The Cloud as a Driver of Innovation" - ...
Big Data Frankfurt meets Thinkport | "The Cloud as a Driver of Innovation" - ...Big Data Frankfurt meets Thinkport | "The Cloud as a Driver of Innovation" - ...
Big Data Frankfurt meets Thinkport | "The Cloud as a Driver of Innovation" - ...
 
Thinkport meets Frankfurt | "Financial Time Series Analysis using Wavelets" -...
Thinkport meets Frankfurt | "Financial Time Series Analysis using Wavelets" -...Thinkport meets Frankfurt | "Financial Time Series Analysis using Wavelets" -...
Thinkport meets Frankfurt | "Financial Time Series Analysis using Wavelets" -...
 
Big Data Helsinki v 3 | "Distributed Machine and Deep Learning at Scale with ...
Big Data Helsinki v 3 | "Distributed Machine and Deep Learning at Scale with ...Big Data Helsinki v 3 | "Distributed Machine and Deep Learning at Scale with ...
Big Data Helsinki v 3 | "Distributed Machine and Deep Learning at Scale with ...
 
Big Data Helsinki v 3 | "Federated Learning and Privacy-preserving AI" - Oguz...
Big Data Helsinki v 3 | "Federated Learning and Privacy-preserving AI" - Oguz...Big Data Helsinki v 3 | "Federated Learning and Privacy-preserving AI" - Oguz...
Big Data Helsinki v 3 | "Federated Learning and Privacy-preserving AI" - Oguz...
 

Último

FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhisoniya singh
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?XfilesPro
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxOnBoard
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxKatpro Technologies
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 

Último (20)

FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptx
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food Manufacturing
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 

Dr. Mihael Ankerst, Manager Customer Data Analytics at Allianz Deutschland - "The need for visualization in the Big Data Era"

  • 1. Visualization in the big data era Dr. Mihael Ankerst Allianz Deutschland AG Munich, April, 7th 2016
  • 2. Introduction of myself – something big about me • I have worked for big employers • I have big interest in data mining, visualization and scalability • My daughter has big expectations 2© Copyright Allianz 08.04.2016 Visualization in the big data era – Mihael Ankerst 👱
  • 3. Big data and visualization don‘t seem to be a good match… Lots of data ! Visualization does not scale easily increasing variety data is coming fast … Don‘t we want to automate as much as possible? How to represent various data formats? 3© Copyright Allianz 08.04.2016 Visualization in the big data era – Mihael Ankerst
  • 4. The relevant space for data analysis: information in our minds digital information unaccessible information 4© Copyright Allianz 08.04.2016 Visualization in the big data era – Mihael Ankerst
  • 5. The goal of any big data analysis is a result, that is… … valid … new … and applicable! 5© Copyright Allianz 08.04.2016 Visualization in the big data era – Mihael Ankerst
  • 6. Let‘s look at the following box… 6© Copyright Allianz 08.04.2016 Visualization in the big data era – Mihael Ankerst
  • 7. x y Box has the side lengths: (x, y, z) = (30,12,12) z 30 12 12 12 Let‘s look at the following box… 12 7© Copyright Allianz 08.04.2016 Visualization in the big data era – Mihael Ankerst
  • 8. x y Box has the side lengths: (x, y, z) = (30,12,12) Ant A: is standing at (x, y, z) = (0,1,6) z 6 1 30 12 12 12 Let‘s look at the following box… A 12 8© Copyright Allianz 08.04.2016 Visualization in the big data era – Mihael Ankerst
  • 9. x y Box has the side lengths: (x, y, z) = (30,12,12) Ant A: is standing at (x, y, z) = (0,1,6) Ant B: is standing at (x, y, z) = (30,11,6) z 6 6 1 11 30 12 12 12 Let‘s look at the following box… A B 12 9© Copyright Allianz 08.04.2016 Visualization in the big data era – Mihael Ankerst
  • 10. x y Box has the side lengths: (x, y, z) = (30,12,12) Ant A: is standing at (x, y, z) = (0,1,6) Ant B: is standing at (x, y, z) = (30,11,6) Question: What is the shortest path for ant A to come to ant B ? (ant B does not move and moving is just on the surface of box possible - the box is solid) z 6 6 1 11 30 12 12 12 What is the shortest path to come from A to B ? A B 12 10© Copyright Allianz 08.04.2016 Visualization in the big data era – Mihael Ankerst
  • 11. The solution of the puzzle Part 1… 3011 1 Unfold the box … 11© Copyright Allianz 08.04.2016 Visualization in the big data era – Mihael Ankerst
  • 12. The solution of the puzzle Part 2… 301 1 Answer: The shortest path is just 40 units long! 12© Copyright Allianz 08.04.2016 Visualization in the big data era – Mihael Ankerst
  • 13. x y z 30 12 12 12 What is the shortest path to come from A to B ? 12 301 1 13© Copyright Allianz 08.04.2016 Visualization in the big data era – Mihael Ankerst
  • 14. x y z 30 12 12 12 What is the shortest path to come from A to B ? 12 301 1 14© Copyright Allianz 08.04.2016 Visualization in the big data era – Mihael Ankerst
  • 15. Visualization is the data analysts‘ best friend if … 1) it is based upon an intuitive representation 15© Copyright Allianz 08.04.2016 Visualization in the big data era – Mihael Ankerst
  • 16. Why should we visualize data ? - 1 Anscombe's Quartet Data Table 16© Copyright Allianz 08.04.2016 Visualization in the big data era – Mihael Ankerst
  • 17. Why should we visualize data ? - 2 17© Copyright Allianz 08.04.2016 Visualization in the big data era – Mihael Ankerst
  • 18. Why should we visualize data ? - 3 18© Copyright Allianz 08.04.2016 Visualization in the big data era – Mihael Ankerst
  • 19. Visualization is the data analysts‘ best friend if … 1) it is based upon an intuitive representation 2) it leverages the perceptual capabilities of the user 19© Copyright Allianz 08.04.2016 Visualization in the big data era – Mihael Ankerst
  • 20. Correlation is not causation  This and many more examples: http://www.tylervigen.com/ 20© Copyright Allianz 08.04.2016 Visualization in the big data era – Mihael Ankerst
  • 21. How to incorporate domain knowledge? Age Weeks since last purchase Last purchased product 35 8 P-H 47 6 P-H 20 24 P-K 21© Copyright Allianz 08.04.2016 Visualization in the big data era – Mihael Ankerst
  • 22. Illustration 1: Incorporating domain knowledge into the decision tree building process animated split lines magnified split lines exact split point 22© Copyright Allianz 08.04.2016 Visualization in the big data era – Mihael Ankerst
  • 23. Illustration 2: Incorporating domain knowledge into the analysis of event data 23© Copyright Allianz 08.04.2016 Visualization in the big data era – Mihael Ankerst
  • 24. Visualization is the data analysts‘ best friend if … 1) it is based upon an intuitive representation 2) it leverages the perceptual capabilities of the user 3) it enables the incorporation of domain knowledge 24© Copyright Allianz 08.04.2016 Visualization in the big data era – Mihael Ankerst
  • 25. What kind of products do customers typically buy together in a grocery store? # customers fruit beer candy magazines … 6.388.860 1 0 0 0 898.973 1 0 1 0 4.231.452 0 1 0 0 5.123.433 0 1 1 1 … … … … … 25© Copyright Allianz 08.04.2016 Visualization in the big data era – Mihael Ankerst
  • 26. Sorting by frequency … # customers fruit beer candy magazines … 6.567.680 1 1 0 0 6.549.840 1 1 1 0 6.488.320 1 0 1 0 6.388.860 1 0 0 0 … … … … … 26© Copyright Allianz 08.04.2016 Visualization in the big data era – Mihael Ankerst
  • 27. … or creating a pivot table …. 27© Copyright Allianz 08.04.2016 Visualization in the big data era – Mihael Ankerst
  • 28. … or mining association rules doesn‘t give you the full picture! + +  Output of arules package in R Studio 28© Copyright Allianz 08.04.2016 Visualization in the big data era – Mihael Ankerst
  • 29. The idea of item explorer was born • D3.js • Use bar charts to represent item frequencies! 29© Copyright Allianz 08.04.2016 Visualization in the big data era – Mihael Ankerst
  • 30. Development of item explorer – part 1 Munich, March 8th, 2015, 5.15 p.m. 30© Copyright Allianz 08.04.2016 Visualization in the big data era – Mihael Ankerst 😐 My daughter‘s face
  • 31. Development of item explorer – part 2 20 minutes later … Munich, March 8th, 2015, 5.35 p.m. 31© Copyright Allianz 08.04.2016 Visualization in the big data era – Mihael Ankerst 😒 My daughter‘s face
  • 32. Development of item explorer – part 3 40 minutes later … Munich, March 8th, 2015, 5.55 p.m. 32© Copyright Allianz 08.04.2016 Visualization in the big data era – Mihael Ankerst 😠 My daughter‘s face
  • 33. Development of item explorer – part 4 44 minutes later … Munich, March 8th, 2015, 5.59 p.m. 33© Copyright Allianz 08.04.2016 Visualization in the big data era – Mihael Ankerst
  • 34. Development of item explorer – part 5 …after playing Badminton Munich, March 8th, 2015, 7.18 p.m. 34© Copyright Allianz 08.04.2016 Visualization in the big data era – Mihael Ankerst
  • 35. 35© Copyright Allianz 08.04.2016 Visualization in the big data era – Mihael Ankerst Demo: item explorer
  • 36. Visualization is the data analysts‘ best friend if … 1) it is based upon an intuitive representation 2) it leverages the perceptual capabilities of the user 3) it enables the incorporation of domain knowledge 4) it facilitates the understanding of the data and the results 36© Copyright Allianz 08.04.2016 Visualization in the big data era – Mihael Ankerst