SlideShare ist ein Scribd-Unternehmen logo
1 von 32
Downloaden Sie, um offline zu lesen
Neo4j
Graph Data Science
('Riccardo Ciarlo', 'riccardo.ciarlo@neo4j.com') -[:IS_MEMBER_OF]-> ('Country Manager', 'Neo4j', 'Italy')
('Marco Bessi', 'marco.bessi@neo4j.com') -[:IS_MEMBER_OF]-> ('Field Engineer PreSale', 'Neo4j', 'Italy')
2
We help the world make sense of data
The leader in
Graph Databases
Creator of the Property
Graph and Cypher language
at the core of the GQL ISO
project
Thousands of Customers
World-Wide
HQ in Silicon Valley, oces
include London, Munich,
Paris & Malmo
7/10
20/25
7/10
Top Retail Firms
Top Financial Firms
Top Software Vendors
Industry Leaders use Neo4j
3
Harnessing connections drives business value
Enhanced Decision
Making
Hyper
Personalization
Massive Data
Integration
Data Driven
Discovery & Innovation
Product Recommendations
Personalized Health Care
Media and Advertising
Fraud Prevention
Network Analysis
Law Enforcement
Drug Discovery
Intelligence and Crime Detection
Product & Process Innovation
360 view of customer
Compliance
Optimize Operations
Data Science
AI & ML
Fraud Prediction
Patient Journey
Customer Disambiguation
Transforming Industries
Networks of People Transaction Networks
Bought
B
ou
gh
t
V
i
e
w
e
d
R
e
t
u
r
n
e
d
Bought
Knowledge Networks
Pl
ay
s
Lives_in
In_sport
Likes
F
a
n
_
o
f
Plays_for
E.g., Risk management, Supply
chain, Payments
E.g., Employees, Customers,
Suppliers, Partners,
Influencers
E.g., Enterprise content,
Domain specific content,
eCommerce content
K
n
o
w
s
Knows
Knows
K
n
o
w
s
Connections in data are as valuable as
the data itself
Predictive
Maintenance
Churn
Prediction
Fraud
Detection
Life
Sciences
Personalized
Recommendations
Cybersecurity
Disambiguation &
Segmentation
Search &
Master Data Mgmt.
Graph Data Science applications
Just a few examples…
What is:
Data science Graph data science
Data science is an
interdisciplinary eld
that uses scientic
methods, processes,
algorithms and
systems to extract
knowledge and insights
from structured and
unstructured data.
Graph Data Science is a
science-driven
approach to gain
knowledge from the
relationships and
structures in data,
typically to power
predictions.
Data scientists use data to answer
questions.
Data scientists use relationships to
answer questions.
7
Data science: it’s complicated
Dozens of
libraries,
hundreds of algos
& no docs!
How do we
shape data into a
graph in the rst
place?
We’ve picked a
library...good
luck learning the
syntax
What? We have
to build the
entire ETL pipeline
for this?
Are the results
right? How do
we get into
production?
Data
Modeling
Which
Algorithms?
Learn
Syntax
Reshape
Data
What
Now?
8
Simplify your experience!
Dozens of
libraries,
hundreds of algos
& no docs!
We’ve picked a
library...good
luck learning the
syntax
What? We have
to build the
entire ETL pipeline
for this?
Are the results
right? How do
we get into
production?
Data
Modeling
Which
Algorithms?
Learn
Syntax
Reshape
Data
What
Now?
We have validated
algos, clear docs,
& tutorials
Neo4j syntax is
standardized
and simplied
Seamlessly
reshape data with
1 command
Simply write results
to Neo4j & move to
production
With Neo4j
it’s already a
graph
Evolution of
Graph Data Science
Evolution of Graph Data Science
Decision
Support
Graph Based
Predictions
Graph Native
Learning
10
Graph Feature
Engineering
Graph
Embeddings
Graph
Networks
Knowledge
Graphs
Graph
Analytics
Evolution of Graph Data Science
Graph Feature
Engineering
Graph
Embeddings
Graph
Networks
11
Graph
Analytics
Knowledge
Graphs
Graph search
and queries
Support domain
experts
Fast, local decisioning and pattern matching
You know what you
are looking for and
making a decision
Evolution of Graph Data Science
Graph Feature
Engineering
Graph
Embeddings
Graph
Networks
12
Knowledge
Graphs
Graph
Analytics
Graph queries &
algorithms for
offline analysis
Understanding
Structures
Global analysis and iterations
You are learning the
overall structure of a
network, updating
data and predicting
Evolution of Graph Data Science
Graph
Embeddings
Graph
Networks
13
Knowledge
Graphs
Graph
Analytics
Graph Feature
Engineering
Graph algorithms
& queries for
machine learning
Improve Prediction
Accuracy
Take advantage of
hardened, validated graph
algorithms that enable
reasoning about network
structure.
Evolution of Graph Data Science
14
Graph Feature
Engineering
Graph
Embeddings
Graph
Networks
Knowledge
Graphs
Graph
Analytics
Graph embeddings
for dimensionality
reduction
Predictions on
complex structures
Embedding transforms graphs into a
feature vector, or set of vectors, describing
topology, connectivity, or attributes of nodes
& relationships in the graph
Neoj4 for
Graph Data Science
16
for Graph Data Science (GDS)
Neo4j Graph Data
Science Library
Scalable Graph Algorithms
& Analytics Workspace
Native Graph
Creation & Persistence
Neo4j
Database
Visual Graph Exploration
& Prototyping
Neo4j
Bloom
Practical Integrated Intuitive
17
Neo4j Database: native graph technology
Enterprise-grade native graph database and tooling:
▪ Store, reveal and query data relationships
▪ Traverse and analyze any levels of depth in real-time
▪ Add context to AI systems and network structures to data science
• Performance
• ACID Transactions
• Schema-free Agility
• Graph Algorithms
Designed, built and tested natively
for graphs from the start for:
• Developer Productivity
• Hardware Efficiency
• Enterprise Scale
• Index-free adjacency
Analytics
Tooling
Graph Transactions
Data Integration
Dev.
& Admin
Drivers & APIs Discovery & Visualization
Graph Analytics
18
Neo4j GDS Library
Robust Graph Algorithms
▪ Compute connectivity metrics and learn the topology of
your graph
▪ Highly parallelized and scale to 10’s of billions of nodes
Ecient & Flexible Analytics Workspace
▪ Automatically reshapes transactional
graphs into an in-memory analytics graph
▪ Optimized for analytics with global traversals
and aggregation
▪ Create workflows and layer algorithms
Mutable In-Memory
Workspace
Computational Graph
Native Graph Store
Neo4j GDS Library: Graph algorithms categories
19
Pathnding
and Search
Centrality Community
Detection
Heuristic
Link Prediction
Similarity
Determines the
importance of
distinct nodes in
the network.
Detects group
clustering or
partition.
Evaluates how
alike nodes are by
neighbors and
relationships.
Finds optimal
paths or
evaluates route
availability and
quality.
Estimates the
likelihood of
nodes forming a
future
relationship.
50+ graph algorithms in Neo4j
Embeddings
Learns graph
topology to
reduce
dimensionality for
ML
Neo4j Bloom: Built-in data visualization
▪ Explore graphs visually
▪ Prototype faster
▪ Visualize and discover
▪ Easy for non-technical
users
21
Neo4j Graph Data Science
From Analytics to Graph-Native Machine Learning
Graph algorithms to uncover trends
and patterns
Patterns
Pointers Queries to answer questions with connected data
Predictions
Graph-native ML to use the topology
of your graph to uncover new facts
GDS 1.5
What’s new
Memory
Compression
75% smaller
memory footprint
using an
enterprise graph
projection
Footprint
Production
Algorithms
Performance
improvements &
new standard API
for pathnding
Pathnding
Machine
Learning
Persistent &
publishable
models,
node classication
& link prediction
Workflows
Customizable
Algorithms
Pregel
enhancements &
algorithms
(e.g. HITS & SLLPA)
Pregel API
Enhancements in GDS v1.5
Graph-Native
Feature
Engineering
Train
Predictive
Model
Queries
Algorithms
Embeddings
1. Model Type
2. Property
Selection
3. Train & Test
4. Model
Selection
Supervised ML workflow in Neo4j
Apply Model to
Existing / New
Data
Use Predictions
for Decisions
Use Predictions
to Enhance
the Graph
Publish & Share
Store Model in
Database
Use cases
25
26
Top Graph Data Science Applications
Fraud
Marketing
Customer
Journey
in Financial Services and Banking
• First party & synthetic
identity fraud
• Fraud rings
• Money laundering
• Disambiguation
• Recommendations
• Customer segmentation
• Churn prediction
27
Top Graph Data Science Applications
Market-To
Supply Chain
Logistics
in Marketing and Supply Chain
• Disambiguation
• Recommendation
• Customer segmentation
• Logistics and routing
• Predictive fulfillment
• Risk identification
• Supply chain driven
product design
Media conglomerate with $3.2
Billion revenue
Parent of: People, Travel+Leisure,
Better Homes & Gardens...
28
Illuminating the Anonymous
Neo4j GDS for Identify Disambiguation
• Connect various data streams with 4.4 TB of data (14Bn nodes)
• Graph algorithms to find unique users by behavior
• 163Mn unique profile with richer & longer lived data
• 612% Increase in visits per profile
Challenge: Marketing in the Dark
• Anonymous across sites & devices with aging cookies
• External data is expensive and difficult to validate
29
Top Graph Data Science Applications
Discovery
Patient Care
Regulatory
Compliance
in Healthcare and Life Sciences
• Drug repurposing
• Knowledge graph
completion
• Risk identification &
spread
• Patient journey
• Personalized care
• Contact tracing
Medical device manufacturer with
10.74B annual revenue
Manufacture products like
pacemakers, stents and heart
valves, all the way through
diagnostic tests. Integrated
development, design,
manufacture, and sales.
30
Improving Reliability
Neo4j GDS for supply chain & issues prediction
Simple data model: parts, finished product, and failures
• Knowledge Graph to support robust queries
• Centrality algorithms to rank nodes based on their proximity to failures,
similarity to find vulnerable components
• Creating new data from connections in Neo4j
Challenge: Predicting and preventing failures
• Integrated supply chain: from raw materials to complex devices
• Inconsistent analysis, unable to pinpoint cause of failures
Global pharmaceutical with
$22.1Billion revenue
Focus on oncology, cardiovascular,
renal, metabolism, & respiratory
31
Improving Patient Outcomes
Neo4j GDS to Map & Predict Patient Journeys
• 3 yrs of visits, tests & diagnosis with 10’s of Bn of records
• Knowledge Graph, graph queries & algorithms
• Community detection to help find similarities over time
• Finding earlier influence points to guide and assist
Challenge: Better intervention for complex diseases
• Complex diseases develop over years with many touch points
• How can we intervene faster & improve outcomes?
Q&A
('Riccardo Ciarlo', 'riccardo.ciarlo@neo4j.com') -[:IS_MEMBER_OF]-> ('Country Manager', 'Neo4j', 'Italy')
('Marco Bessi', 'marco.bessi@neo4j.com') -[:IS_MEMBER_OF]-> ('Field Engineer PreSale', 'Neo4j', 'Italy')

Weitere ähnliche Inhalte

Was ist angesagt?

Workshop - Neo4j Graph Data Science
Workshop - Neo4j Graph Data ScienceWorkshop - Neo4j Graph Data Science
Workshop - Neo4j Graph Data Science
Neo4j
 
Amsterdam - The Neo4j Graph Data Platform Today & Tomorrow
Amsterdam - The Neo4j Graph Data Platform Today & TomorrowAmsterdam - The Neo4j Graph Data Platform Today & Tomorrow
Amsterdam - The Neo4j Graph Data Platform Today & Tomorrow
Neo4j
 

Was ist angesagt? (20)

https://www.slideshare.net/neo4j/a-fusion-of-machine-learning-and-graph-analy...
https://www.slideshare.net/neo4j/a-fusion-of-machine-learning-and-graph-analy...https://www.slideshare.net/neo4j/a-fusion-of-machine-learning-and-graph-analy...
https://www.slideshare.net/neo4j/a-fusion-of-machine-learning-and-graph-analy...
 
Introduction to Graph Databases
Introduction to Graph DatabasesIntroduction to Graph Databases
Introduction to Graph Databases
 
Workshop - Neo4j Graph Data Science
Workshop - Neo4j Graph Data ScienceWorkshop - Neo4j Graph Data Science
Workshop - Neo4j Graph Data Science
 
Easily Identify Sources of Supply Chain Gridlock
Easily Identify Sources of Supply Chain GridlockEasily Identify Sources of Supply Chain Gridlock
Easily Identify Sources of Supply Chain Gridlock
 
Siligong.Data - May 2021 - Transforming your analytics workflow with dbt
Siligong.Data - May 2021 - Transforming your analytics workflow with dbtSiligong.Data - May 2021 - Transforming your analytics workflow with dbt
Siligong.Data - May 2021 - Transforming your analytics workflow with dbt
 
NoSQL Graph Databases - Why, When and Where
NoSQL Graph Databases - Why, When and WhereNoSQL Graph Databases - Why, When and Where
NoSQL Graph Databases - Why, When and Where
 
ENEL Electricity Grids on Neo4j Graph DB
ENEL Electricity Grids on Neo4j Graph DBENEL Electricity Grids on Neo4j Graph DB
ENEL Electricity Grids on Neo4j Graph DB
 
Amsterdam - The Neo4j Graph Data Platform Today & Tomorrow
Amsterdam - The Neo4j Graph Data Platform Today & TomorrowAmsterdam - The Neo4j Graph Data Platform Today & Tomorrow
Amsterdam - The Neo4j Graph Data Platform Today & Tomorrow
 
Intro to Neo4j and Graph Databases
Intro to Neo4j and Graph DatabasesIntro to Neo4j and Graph Databases
Intro to Neo4j and Graph Databases
 
How Dell Used Neo4j Graph Database to Redesign Their Pricing-as-a-Service Pla...
How Dell Used Neo4j Graph Database to Redesign Their Pricing-as-a-Service Pla...How Dell Used Neo4j Graph Database to Redesign Their Pricing-as-a-Service Pla...
How Dell Used Neo4j Graph Database to Redesign Their Pricing-as-a-Service Pla...
 
Neo4j Graph Use Cases, Bruno Ungermann, Neo4j
Neo4j Graph Use Cases, Bruno Ungermann, Neo4jNeo4j Graph Use Cases, Bruno Ungermann, Neo4j
Neo4j Graph Use Cases, Bruno Ungermann, Neo4j
 
Intro to Neo4j
Intro to Neo4jIntro to Neo4j
Intro to Neo4j
 
Graph Database 101- What, Why and How?.pdf
Graph Database 101- What, Why and How?.pdfGraph Database 101- What, Why and How?.pdf
Graph Database 101- What, Why and How?.pdf
 
Neo4J : Introduction to Graph Database
Neo4J : Introduction to Graph DatabaseNeo4J : Introduction to Graph Database
Neo4J : Introduction to Graph Database
 
Neo4j GraphSummit London March 2023 Emil Eifrem Keynote.pptx
Neo4j GraphSummit London March 2023 Emil Eifrem Keynote.pptxNeo4j GraphSummit London March 2023 Emil Eifrem Keynote.pptx
Neo4j GraphSummit London March 2023 Emil Eifrem Keynote.pptx
 
Neo4j 4 Overview
Neo4j 4 OverviewNeo4j 4 Overview
Neo4j 4 Overview
 
The Knowledge Graph Explosion
The Knowledge Graph ExplosionThe Knowledge Graph Explosion
The Knowledge Graph Explosion
 
Graph based data models
Graph based data modelsGraph based data models
Graph based data models
 
EY + Neo4j: Why graph technology makes sense for fraud detection and customer...
EY + Neo4j: Why graph technology makes sense for fraud detection and customer...EY + Neo4j: Why graph technology makes sense for fraud detection and customer...
EY + Neo4j: Why graph technology makes sense for fraud detection and customer...
 
EY: Why graph technology makes sense for fraud detection and customer 360 pro...
EY: Why graph technology makes sense for fraud detection and customer 360 pro...EY: Why graph technology makes sense for fraud detection and customer 360 pro...
EY: Why graph technology makes sense for fraud detection and customer 360 pro...
 

Ähnlich wie Neo4j Graph Data Science - Webinar

Graph Data Science with Neo4j: Nordics Webinar
Graph Data Science with Neo4j: Nordics WebinarGraph Data Science with Neo4j: Nordics Webinar
Graph Data Science with Neo4j: Nordics Webinar
Neo4j
 

Ähnlich wie Neo4j Graph Data Science - Webinar (20)

Neo4j GraphDay Seattle- Sept19- Connected data imperative
Neo4j GraphDay Seattle- Sept19- Connected data imperativeNeo4j GraphDay Seattle- Sept19- Connected data imperative
Neo4j GraphDay Seattle- Sept19- Connected data imperative
 
The path to success with Graph Database and Graph Data Science
The path to success with Graph Database and Graph Data ScienceThe path to success with Graph Database and Graph Data Science
The path to success with Graph Database and Graph Data Science
 
GraphTour London 2020 - Graphs for AI, Amy Hodler
GraphTour London 2020  - Graphs for AI, Amy HodlerGraphTour London 2020  - Graphs for AI, Amy Hodler
GraphTour London 2020 - Graphs for AI, Amy Hodler
 
GraphTour - Keynote
GraphTour - KeynoteGraphTour - Keynote
GraphTour - Keynote
 
Are You Underestimating the Value Within Your Data? A conversation about grap...
Are You Underestimating the Value Within Your Data? A conversation about grap...Are You Underestimating the Value Within Your Data? A conversation about grap...
Are You Underestimating the Value Within Your Data? A conversation about grap...
 
GraphTalk Helsinki - Introduction to Graphs and Neo4j
GraphTalk Helsinki - Introduction to Graphs and Neo4jGraphTalk Helsinki - Introduction to Graphs and Neo4j
GraphTalk Helsinki - Introduction to Graphs and Neo4j
 
GraphTour 2020 - Graphs & AI: A Path for Data Science
GraphTour 2020 - Graphs & AI: A Path for Data ScienceGraphTour 2020 - Graphs & AI: A Path for Data Science
GraphTour 2020 - Graphs & AI: A Path for Data Science
 
Neo4j – The Fastest Path to Scalable Real-Time Analytics
Neo4j – The Fastest Path to Scalable Real-Time AnalyticsNeo4j – The Fastest Path to Scalable Real-Time Analytics
Neo4j – The Fastest Path to Scalable Real-Time Analytics
 
Neo4j : la voie du succès avec les bases de donnÊes de graphes et la Graph Da...
Neo4j : la voie du succès avec les bases de donnÊes de graphes et la Graph Da...Neo4j : la voie du succès avec les bases de donnÊes de graphes et la Graph Da...
Neo4j : la voie du succès avec les bases de donnÊes de graphes et la Graph Da...
 
Introduction to Neo4j
Introduction to Neo4jIntroduction to Neo4j
Introduction to Neo4j
 
The path to success with graph database and graph data science_ Neo4j GraphSu...
The path to success with graph database and graph data science_ Neo4j GraphSu...The path to success with graph database and graph data science_ Neo4j GraphSu...
The path to success with graph database and graph data science_ Neo4j GraphSu...
 
Using Connected Data and Graph Technology to Enhance Machine Learning and Art...
Using Connected Data and Graph Technology to Enhance Machine Learning and Art...Using Connected Data and Graph Technology to Enhance Machine Learning and Art...
Using Connected Data and Graph Technology to Enhance Machine Learning and Art...
 
Graph Data Science with Neo4j: Nordics Webinar
Graph Data Science with Neo4j: Nordics WebinarGraph Data Science with Neo4j: Nordics Webinar
Graph Data Science with Neo4j: Nordics Webinar
 
Graph Data Science: The Secret to Accelerating Innovation with AI/ML
Graph Data Science: The Secret to Accelerating Innovation with AI/MLGraph Data Science: The Secret to Accelerating Innovation with AI/ML
Graph Data Science: The Secret to Accelerating Innovation with AI/ML
 
Knowledge Graphs Webinar- 11/7/2017
Knowledge Graphs Webinar- 11/7/2017Knowledge Graphs Webinar- 11/7/2017
Knowledge Graphs Webinar- 11/7/2017
 
Keynote: Graphs in Government_Lance Walter, CMO
Keynote:  Graphs in Government_Lance Walter, CMOKeynote:  Graphs in Government_Lance Walter, CMO
Keynote: Graphs in Government_Lance Walter, CMO
 
The Path To Success With Graph Database and Analytics
The Path To Success With Graph Database and AnalyticsThe Path To Success With Graph Database and Analytics
The Path To Success With Graph Database and Analytics
 
Einstieg in Neo4j Graph Data Science
Einstieg in Neo4j Graph Data ScienceEinstieg in Neo4j Graph Data Science
Einstieg in Neo4j Graph Data Science
 
AI, ML and Graph Algorithms: Real Life Use Cases with Neo4j
AI, ML and Graph Algorithms: Real Life Use Cases with Neo4jAI, ML and Graph Algorithms: Real Life Use Cases with Neo4j
AI, ML and Graph Algorithms: Real Life Use Cases with Neo4j
 
Introduction to Neo4j
Introduction to Neo4jIntroduction to Neo4j
Introduction to Neo4j
 

Mehr von Neo4j

Mehr von Neo4j (20)

From Knowledge Graphs via Lego Bricks to scientific conversations.pptx
From Knowledge Graphs via Lego Bricks to scientific conversations.pptxFrom Knowledge Graphs via Lego Bricks to scientific conversations.pptx
From Knowledge Graphs via Lego Bricks to scientific conversations.pptx
 
Novo Nordisk: When Knowledge Graphs meet LLMs
Novo Nordisk: When Knowledge Graphs meet LLMsNovo Nordisk: When Knowledge Graphs meet LLMs
Novo Nordisk: When Knowledge Graphs meet LLMs
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
QIAGEN: Biomedical Knowledge Graphs for Data Scientists and Bioinformaticians
QIAGEN: Biomedical Knowledge Graphs for Data Scientists and BioinformaticiansQIAGEN: Biomedical Knowledge Graphs for Data Scientists and Bioinformaticians
QIAGEN: Biomedical Knowledge Graphs for Data Scientists and Bioinformaticians
 
EY_Graph Database Powered Sustainability
EY_Graph Database Powered SustainabilityEY_Graph Database Powered Sustainability
EY_Graph Database Powered Sustainability
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
 
Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024
 
Connecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdfConnecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdf
 
ISDEFE - GraphSummit Madrid - ARETA: Aviation Real-Time Emissions Token Accre...
ISDEFE - GraphSummit Madrid - ARETA: Aviation Real-Time Emissions Token Accre...ISDEFE - GraphSummit Madrid - ARETA: Aviation Real-Time Emissions Token Accre...
ISDEFE - GraphSummit Madrid - ARETA: Aviation Real-Time Emissions Token Accre...
 
BBVA - GraphSummit Madrid - Caso de éxito en BBVA: Optimizando con grafos
BBVA - GraphSummit Madrid - Caso de éxito en BBVA: Optimizando con grafosBBVA - GraphSummit Madrid - Caso de éxito en BBVA: Optimizando con grafos
BBVA - GraphSummit Madrid - Caso de éxito en BBVA: Optimizando con grafos
 
Graph Everywhere - Josep Taruella - Por quĂŠ Graph Data Science en tus modelos...
Graph Everywhere - Josep Taruella - Por quĂŠ Graph Data Science en tus modelos...Graph Everywhere - Josep Taruella - Por quĂŠ Graph Data Science en tus modelos...
Graph Everywhere - Josep Taruella - Por quĂŠ Graph Data Science en tus modelos...
 
GraphSummit Madrid - Product Vision and Roadmap - Luis Salvador Neo4j
GraphSummit Madrid - Product Vision and Roadmap - Luis Salvador Neo4jGraphSummit Madrid - Product Vision and Roadmap - Luis Salvador Neo4j
GraphSummit Madrid - Product Vision and Roadmap - Luis Salvador Neo4j
 
Neo4j_Exploring the Impact of Graph Technology on Financial Services.pdf
Neo4j_Exploring the Impact of Graph Technology on Financial Services.pdfNeo4j_Exploring the Impact of Graph Technology on Financial Services.pdf
Neo4j_Exploring the Impact of Graph Technology on Financial Services.pdf
 
Rabobank_Exploring the Impact of Graph Technology on Financial Services.pdf
Rabobank_Exploring the Impact of Graph Technology on Financial Services.pdfRabobank_Exploring the Impact of Graph Technology on Financial Services.pdf
Rabobank_Exploring the Impact of Graph Technology on Financial Services.pdf
 
Webinar - IA generativa e grafi Neo4j: RAG time!
Webinar - IA generativa e grafi Neo4j: RAG time!Webinar - IA generativa e grafi Neo4j: RAG time!
Webinar - IA generativa e grafi Neo4j: RAG time!
 
IA Generativa y Grafos de Neo4j: RAG time
IA Generativa y Grafos de Neo4j: RAG timeIA Generativa y Grafos de Neo4j: RAG time
IA Generativa y Grafos de Neo4j: RAG time
 
Neo4j: Data Engineering for RAG (retrieval augmented generation)
Neo4j: Data Engineering for RAG (retrieval augmented generation)Neo4j: Data Engineering for RAG (retrieval augmented generation)
Neo4j: Data Engineering for RAG (retrieval augmented generation)
 
Neo4j Graph Summit 2024 Workshop - EMEA - Breda_and_Munchen.pdf
Neo4j Graph Summit 2024 Workshop - EMEA - Breda_and_Munchen.pdfNeo4j Graph Summit 2024 Workshop - EMEA - Breda_and_Munchen.pdf
Neo4j Graph Summit 2024 Workshop - EMEA - Breda_and_Munchen.pdf
 
Enabling GenAI Breakthroughs with Knowledge Graphs
Enabling GenAI Breakthroughs with Knowledge GraphsEnabling GenAI Breakthroughs with Knowledge Graphs
Enabling GenAI Breakthroughs with Knowledge Graphs
 

KĂźrzlich hochgeladen

Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
VictoriaMetrics
 
Abortion Pill Prices Tembisa [(+27832195400*)] 🏥 Women's Abortion Clinic in T...
Abortion Pill Prices Tembisa [(+27832195400*)] 🏥 Women's Abortion Clinic in T...Abortion Pill Prices Tembisa [(+27832195400*)] 🏥 Women's Abortion Clinic in T...
Abortion Pill Prices Tembisa [(+27832195400*)] 🏥 Women's Abortion Clinic in T...
Medical / Health Care (+971588192166) Mifepristone and Misoprostol tablets 200mg
 
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
Health
 
%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...
masabamasaba
 
Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...
Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...
Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...
Bert Jan Schrijver
 

KĂźrzlich hochgeladen (20)

Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
 
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...
 
Abortion Pill Prices Tembisa [(+27832195400*)] 🏥 Women's Abortion Clinic in T...
Abortion Pill Prices Tembisa [(+27832195400*)] 🏥 Women's Abortion Clinic in T...Abortion Pill Prices Tembisa [(+27832195400*)] 🏥 Women's Abortion Clinic in T...
Abortion Pill Prices Tembisa [(+27832195400*)] 🏥 Women's Abortion Clinic in T...
 
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
 
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...
 
%in Midrand+277-882-255-28 abortion pills for sale in midrand
%in Midrand+277-882-255-28 abortion pills for sale in midrand%in Midrand+277-882-255-28 abortion pills for sale in midrand
%in Midrand+277-882-255-28 abortion pills for sale in midrand
 
WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...
WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...
WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...
 
WSO2CON 2024 - How to Run a Security Program
WSO2CON 2024 - How to Run a Security ProgramWSO2CON 2024 - How to Run a Security Program
WSO2CON 2024 - How to Run a Security Program
 
%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...
 
Architecture decision records - How not to get lost in the past
Architecture decision records - How not to get lost in the pastArchitecture decision records - How not to get lost in the past
Architecture decision records - How not to get lost in the past
 
WSO2Con204 - Hard Rock Presentation - Keynote
WSO2Con204 - Hard Rock Presentation - KeynoteWSO2Con204 - Hard Rock Presentation - Keynote
WSO2Con204 - Hard Rock Presentation - Keynote
 
%in ivory park+277-882-255-28 abortion pills for sale in ivory park
%in ivory park+277-882-255-28 abortion pills for sale in ivory park %in ivory park+277-882-255-28 abortion pills for sale in ivory park
%in ivory park+277-882-255-28 abortion pills for sale in ivory park
 
WSO2CON 2024 - Freedom First—Unleashing Developer Potential with Open Source
WSO2CON 2024 - Freedom First—Unleashing Developer Potential with Open SourceWSO2CON 2024 - Freedom First—Unleashing Developer Potential with Open Source
WSO2CON 2024 - Freedom First—Unleashing Developer Potential with Open Source
 
%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisa%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisa
 
VTU technical seminar 8Th Sem on Scikit-learn
VTU technical seminar 8Th Sem on Scikit-learnVTU technical seminar 8Th Sem on Scikit-learn
VTU technical seminar 8Th Sem on Scikit-learn
 
WSO2CON2024 - It's time to go Platformless
WSO2CON2024 - It's time to go PlatformlessWSO2CON2024 - It's time to go Platformless
WSO2CON2024 - It's time to go Platformless
 
WSO2CON 2024 - WSO2's Digital Transformation Journey with Choreo: A Platforml...
WSO2CON 2024 - WSO2's Digital Transformation Journey with Choreo: A Platforml...WSO2CON 2024 - WSO2's Digital Transformation Journey with Choreo: A Platforml...
WSO2CON 2024 - WSO2's Digital Transformation Journey with Choreo: A Platforml...
 
Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...
Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...
Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...
 
WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...
WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...
WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...
 
%in kempton park+277-882-255-28 abortion pills for sale in kempton park
%in kempton park+277-882-255-28 abortion pills for sale in kempton park %in kempton park+277-882-255-28 abortion pills for sale in kempton park
%in kempton park+277-882-255-28 abortion pills for sale in kempton park
 

Neo4j Graph Data Science - Webinar

  • 1. Neo4j Graph Data Science ('Riccardo Ciarlo', 'riccardo.ciarlo@neo4j.com') -[:IS_MEMBER_OF]-> ('Country Manager', 'Neo4j', 'Italy') ('Marco Bessi', 'marco.bessi@neo4j.com') -[:IS_MEMBER_OF]-> ('Field Engineer PreSale', 'Neo4j', 'Italy')
  • 2. 2 We help the world make sense of data The leader in Graph Databases Creator of the Property Graph and Cypher language at the core of the GQL ISO project Thousands of Customers World-Wide HQ in Silicon Valley, oces include London, Munich, Paris & Malmo 7/10 20/25 7/10 Top Retail Firms Top Financial Firms Top Software Vendors Industry Leaders use Neo4j
  • 3. 3 Harnessing connections drives business value Enhanced Decision Making Hyper Personalization Massive Data Integration Data Driven Discovery & Innovation Product Recommendations Personalized Health Care Media and Advertising Fraud Prevention Network Analysis Law Enforcement Drug Discovery Intelligence and Crime Detection Product & Process Innovation 360 view of customer Compliance Optimize Operations Data Science AI & ML Fraud Prediction Patient Journey Customer Disambiguation Transforming Industries
  • 4. Networks of People Transaction Networks Bought B ou gh t V i e w e d R e t u r n e d Bought Knowledge Networks Pl ay s Lives_in In_sport Likes F a n _ o f Plays_for E.g., Risk management, Supply chain, Payments E.g., Employees, Customers, Suppliers, Partners, Influencers E.g., Enterprise content, Domain specific content, eCommerce content K n o w s Knows Knows K n o w s Connections in data are as valuable as the data itself
  • 6. What is: Data science Graph data science Data science is an interdisciplinary eld that uses scientic methods, processes, algorithms and systems to extract knowledge and insights from structured and unstructured data. Graph Data Science is a science-driven approach to gain knowledge from the relationships and structures in data, typically to power predictions. Data scientists use data to answer questions. Data scientists use relationships to answer questions.
  • 7. 7 Data science: it’s complicated Dozens of libraries, hundreds of algos & no docs! How do we shape data into a graph in the rst place? We’ve picked a library...good luck learning the syntax What? We have to build the entire ETL pipeline for this? Are the results right? How do we get into production? Data Modeling Which Algorithms? Learn Syntax Reshape Data What Now?
  • 8. 8 Simplify your experience! Dozens of libraries, hundreds of algos & no docs! We’ve picked a library...good luck learning the syntax What? We have to build the entire ETL pipeline for this? Are the results right? How do we get into production? Data Modeling Which Algorithms? Learn Syntax Reshape Data What Now? We have validated algos, clear docs, & tutorials Neo4j syntax is standardized and simplied Seamlessly reshape data with 1 command Simply write results to Neo4j & move to production With Neo4j it’s already a graph
  • 10. Evolution of Graph Data Science Decision Support Graph Based Predictions Graph Native Learning 10 Graph Feature Engineering Graph Embeddings Graph Networks Knowledge Graphs Graph Analytics
  • 11. Evolution of Graph Data Science Graph Feature Engineering Graph Embeddings Graph Networks 11 Graph Analytics Knowledge Graphs Graph search and queries Support domain experts Fast, local decisioning and pattern matching You know what you are looking for and making a decision
  • 12. Evolution of Graph Data Science Graph Feature Engineering Graph Embeddings Graph Networks 12 Knowledge Graphs Graph Analytics Graph queries & algorithms for offline analysis Understanding Structures Global analysis and iterations You are learning the overall structure of a network, updating data and predicting
  • 13. Evolution of Graph Data Science Graph Embeddings Graph Networks 13 Knowledge Graphs Graph Analytics Graph Feature Engineering Graph algorithms & queries for machine learning Improve Prediction Accuracy Take advantage of hardened, validated graph algorithms that enable reasoning about network structure.
  • 14. Evolution of Graph Data Science 14 Graph Feature Engineering Graph Embeddings Graph Networks Knowledge Graphs Graph Analytics Graph embeddings for dimensionality reduction Predictions on complex structures Embedding transforms graphs into a feature vector, or set of vectors, describing topology, connectivity, or attributes of nodes & relationships in the graph
  • 16. 16 for Graph Data Science (GDS) Neo4j Graph Data Science Library Scalable Graph Algorithms & Analytics Workspace Native Graph Creation & Persistence Neo4j Database Visual Graph Exploration & Prototyping Neo4j Bloom Practical Integrated Intuitive
  • 17. 17 Neo4j Database: native graph technology Enterprise-grade native graph database and tooling: ▪ Store, reveal and query data relationships ▪ Traverse and analyze any levels of depth in real-time ▪ Add context to AI systems and network structures to data science • Performance • ACID Transactions • Schema-free Agility • Graph Algorithms Designed, built and tested natively for graphs from the start for: • Developer Productivity • Hardware Eciency • Enterprise Scale • Index-free adjacency Analytics Tooling Graph Transactions Data Integration Dev. & Admin Drivers & APIs Discovery & Visualization Graph Analytics
  • 18. 18 Neo4j GDS Library Robust Graph Algorithms ▪ Compute connectivity metrics and learn the topology of your graph ▪ Highly parallelized and scale to 10’s of billions of nodes Ecient & Flexible Analytics Workspace ▪ Automatically reshapes transactional graphs into an in-memory analytics graph ▪ Optimized for analytics with global traversals and aggregation ▪ Create workflows and layer algorithms Mutable In-Memory Workspace Computational Graph Native Graph Store
  • 19. Neo4j GDS Library: Graph algorithms categories 19 Pathnding and Search Centrality Community Detection Heuristic Link Prediction Similarity Determines the importance of distinct nodes in the network. Detects group clustering or partition. Evaluates how alike nodes are by neighbors and relationships. Finds optimal paths or evaluates route availability and quality. Estimates the likelihood of nodes forming a future relationship. 50+ graph algorithms in Neo4j Embeddings Learns graph topology to reduce dimensionality for ML
  • 20. Neo4j Bloom: Built-in data visualization ▪ Explore graphs visually ▪ Prototype faster ▪ Visualize and discover ▪ Easy for non-technical users
  • 21. 21 Neo4j Graph Data Science From Analytics to Graph-Native Machine Learning Graph algorithms to uncover trends and patterns Patterns Pointers Queries to answer questions with connected data Predictions Graph-native ML to use the topology of your graph to uncover new facts
  • 23. Memory Compression 75% smaller memory footprint using an enterprise graph projection Footprint Production Algorithms Performance improvements & new standard API for pathnding Pathnding Machine Learning Persistent & publishable models, node classication & link prediction Workflows Customizable Algorithms Pregel enhancements & algorithms (e.g. HITS & SLLPA) Pregel API Enhancements in GDS v1.5
  • 24. Graph-Native Feature Engineering Train Predictive Model Queries Algorithms Embeddings 1. Model Type 2. Property Selection 3. Train & Test 4. Model Selection Supervised ML workflow in Neo4j Apply Model to Existing / New Data Use Predictions for Decisions Use Predictions to Enhance the Graph Publish & Share Store Model in Database
  • 26. 26 Top Graph Data Science Applications Fraud Marketing Customer Journey in Financial Services and Banking • First party & synthetic identity fraud • Fraud rings • Money laundering • Disambiguation • Recommendations • Customer segmentation • Churn prediction
  • 27. 27 Top Graph Data Science Applications Market-To Supply Chain Logistics in Marketing and Supply Chain • Disambiguation • Recommendation • Customer segmentation • Logistics and routing • Predictive fulllment • Risk identication • Supply chain driven product design
  • 28. Media conglomerate with $3.2 Billion revenue Parent of: People, Travel+Leisure, Better Homes & Gardens... 28 Illuminating the Anonymous Neo4j GDS for Identify Disambiguation • Connect various data streams with 4.4 TB of data (14Bn nodes) • Graph algorithms to find unique users by behavior • 163Mn unique profile with richer & longer lived data • 612% Increase in visits per profile Challenge: Marketing in the Dark • Anonymous across sites & devices with aging cookies • External data is expensive and difficult to validate
  • 29. 29 Top Graph Data Science Applications Discovery Patient Care Regulatory Compliance in Healthcare and Life Sciences • Drug repurposing • Knowledge graph completion • Risk identication & spread • Patient journey • Personalized care • Contact tracing
  • 30. Medical device manufacturer with 10.74B annual revenue Manufacture products like pacemakers, stents and heart valves, all the way through diagnostic tests. Integrated development, design, manufacture, and sales. 30 Improving Reliability Neo4j GDS for supply chain & issues prediction Simple data model: parts, finished product, and failures • Knowledge Graph to support robust queries • Centrality algorithms to rank nodes based on their proximity to failures, similarity to find vulnerable components • Creating new data from connections in Neo4j Challenge: Predicting and preventing failures • Integrated supply chain: from raw materials to complex devices • Inconsistent analysis, unable to pinpoint cause of failures
  • 31. Global pharmaceutical with $22.1Billion revenue Focus on oncology, cardiovascular, renal, metabolism, & respiratory 31 Improving Patient Outcomes Neo4j GDS to Map & Predict Patient Journeys • 3 yrs of visits, tests & diagnosis with 10’s of Bn of records • Knowledge Graph, graph queries & algorithms • Community detection to help find similarities over time • Finding earlier influence points to guide and assist Challenge: Better intervention for complex diseases • Complex diseases develop over years with many touch points • How can we intervene faster & improve outcomes?
  • 32. Q&A ('Riccardo Ciarlo', 'riccardo.ciarlo@neo4j.com') -[:IS_MEMBER_OF]-> ('Country Manager', 'Neo4j', 'Italy') ('Marco Bessi', 'marco.bessi@neo4j.com') -[:IS_MEMBER_OF]-> ('Field Engineer PreSale', 'Neo4j', 'Italy')