SlideShare uma empresa Scribd logo
1 de 46
Baixar para ler offline
GraphAware®
GRAPH POWERED
MACHINE LEARNING
Alessandro Negro, Chief Scientist @ GraphAware
graphaware.com
@graph_aware, @AlessandroNegro
WHAT IS MACHINE LEARNING?
GraphAware®
[Machine Learning is the] field of study that gives
computers the ability to learn without being explicitly
programmed.


— Arthur Samuel, 1959
MACHINE LEARNING CHALLENGES
The Source of Truth Performance
Model Storing Real Time
THE SOURCE OF TRUTH
GraphAware®
“Even the best learning algorithm

on wrong data produces wrong results”


— Alessandro Negro, 2015
THE SOURCE OF TRUTH
GraphAware®
Source:
Michele Banko and Eric Brill
Scaling to Very Very Large Corpora for Natural Language Disambiguation - 2001
Predictive accuracy
Training Performance
Prediction Performance
PERFOMANCE
GraphAware®
Store the results of the training phase
Provide multiple access pattern
Mix models
The size depends on the algorithm
STORING THE MODEL
GraphAware®
LEARN FAST
PREDICT FAST
REAL TIME
WHAT IS A GRAPH?
GraphAware®
WHAT IS A GRAPH?
GraphAware®
G = (V, E)
WHAT IS A GRAPH?
GraphAware®
WHAT IS A GRAPH?
GraphAware®
WHY NEO4J?
GraphAware®
WHY NEO4J?
GraphAware®
It is a proper graph database
WHY NEO4J?
GraphAware®
It is a proper graph database
It is a proper database
GraphAware®
GraphAware®
STORING DATA SOURCES: TENSOR
GraphAware®
STORING DATA SOURCES: TENSOR
GraphAware®
Simple Recommendation
f: User x Item -> Relevance Score
STORING DATA SOURCES: TENSOR
GraphAware®
Simple Recommendation
f: User x Item -> Relevance Score
STORING DATA SOURCES: TENSOR
GraphAware®
Simple Recommendation
f: User x Item -> Relevance Score
Context Aware Recommendation
f: User x Item x Context1 x Context2 x Context3 -> Relevance Score
STORING DATA SOURCES: TENSOR
GraphAware®
Simple Recommendation
f: User x Item -> Relevance Score
Context Aware Recommendation
f: User x Item x Context1 x Context2 x Context3 -> Relevance Score
STORING DATA SOURCES: TENSOR
GraphAware®
Simple Recommendation
f: User x Item -> Relevance Score
Context Aware Recommendation
f: User x Item x Context1 x Context2 x Context3 -> Relevance Score
STORING DATA SOURCES: KNOWLEDGE
GRAPH
GraphAware®
GraphAware®
GraphAware®
Some graph-theoretical algorithms that are relevant to machine learning
processes:

‣ Random Walk
‣ Page Rank
‣ Graph Matching
‣ Shortest Path
‣ Depth-First Graph Traversal
‣ Breadth-First Graph Traversal
‣ Minimum Spanning Tree
‣ Graph Clustering
GRAPH-BASED ML ALGORITHMS
GraphAware®
pressure
information
system
telemetry
spacecraft
power
critical
ground
command
performance
component
drive
connector
standard
software
operation
testing
environmental
flight
damage
spare
subsystem
orbiter
posit
flight
software
control
instrument
propellant
flight
project
program
resource
equipment
fluid
re
condition
analysis
servicemaintenance
device
electrical
circuit
area
accident
number
management
risk
implem
significant
personnel
exploration
rover
facility
human
effect
event
life
lack
loss
potential
review
ground
system
engineering
different
configuration
control
configuration
logistics
datum
NASA
ground
processing
processing
safety
verification
risk
management
part
t
launch
pipe
shuttle
leak
lesson
load environment
space
check
line
source
training
factor
material
due
practice
capability
battery flight
hardware
government
assembly
figure
evm
space
shuttle
surface
operational
thermal
installation
many
set
one
inspection
propulsion
system
actuator
impact
flight
system
launch
vehicle
flow
current
leakage
shuttle
program
digital
mishap
propulsion
engine
complete
NASA
program
fault
attitude
science
flight
operation
mission
operation
independent
investigation
JPL
fire
procedure
torque
incident
mars
space
system
general
critical
hardware
fault
protection
mer
user
system
engineering
expertisespace
flight
manager
project
manager
mitigation
Pegasus
actuator
system
amp
capability
legacy
actuator
system
output
control
system
different
manager
many
review
purpose
appropriate
f
integration
important
ground
testing
computer
flight
equipment
independent
review
space
hardware
software
development
ssme
technical
content
value
management
aerodynamic
load
aerodynamic
ppe
deceased
successful
implementation
formal
mishap
investigation
lax
GRAPH-BASED ML ALGORITHMS:

PAGE RANK
GraphAware®
Keywords Extraction
Rada Mihalcea, Paul Tarau. 2004. TextRank: Bringing Order into Texts. Proceedings of EMNLP 2004, pages 404–411,
Barcelona, Spain. Association for Computational Linguistics. http://www.aclweb.org/anthology/W04-3252.
pressure
information
system
telemetry
spacecraft
power
critical
ground
command
performance
component
drive
connector
standard
software
operation
testing
environmental
flight
damage
spare
subsystem
orbiter
posit
flight
software
control
instrument
propellant
flight
project
program
resource
equipment
fluid
re
condition
analysis
servicemaintenance
device
electrical
circuit
area
accident
number
management
risk
implem
significant
personnel
exploration
rover
facility
human
effect
event
life
lack
loss
potential
review
ground
system
engineering
different
configuration
control
configuration
logistics
datum
NASA
ground
processing
processing
safety
verification
risk
management
part
t
launch
pipe
shuttle
leak
lesson
load environment
space
check
line
source
training
factor
material
due
practice
capability
battery flight
hardware
government
assembly
figure
evm
space
shuttle
surface
operational
thermal
installation
many
set
one
inspection
propulsion
system
actuator
impact
flight
system
launch
vehicle
flow
current
leakage
shuttle
program
digital
mishap
propulsion
engine
complete
NASA
program
fault
attitude
science
flight
operation
mission
operation
independent
investigation
JPL
fire
procedure
torque
incident
mars
space
system
general
critical
hardware
fault
protection
mer
user
system
engineering
expertisespace
flight
manager
project
manager
mitigation
Pegasus
actuator
system
amp
capability
legacy
actuator
system
output
control
system
different
manager
many
review
purpose
appropriate
f
integration
important
ground
testing
computer
flight
equipment
independent
review
space
hardware
software
development
ssme
technical
content
value
management
aerodynamic
load
aerodynamic
ppe
deceased
successful
implementation
formal
mishap
investigation
lax
GRAPH-BASED ML ALGORITHMS:

PAGE RANK
GraphAware®
Keywords Extraction
Rada Mihalcea, Paul Tarau. 2004. TextRank: Bringing Order into Texts. Proceedings of EMNLP 2004, pages 404–411,
Barcelona, Spain. Association for Computational Linguistics. http://www.aclweb.org/anthology/W04-3252.
GRAPH-BASED ML ALGORITHMS:

GRAPH CLUSTERING
GraphAware®
Continuous Cellular Tower Data Analysis
Eagle N., Quinn J.A., Clauset A. (2009) Methodologies for Continuous Cellular Tower Data Analysis. In: Tokuda H., Beigl M.,
Friday A., Brush A.J.B., Tobe Y. (eds) Pervasive Computing. Pervasive 2009. Lecture Notes in Computer Science, vol 5538. Springer,
Berlin, Heidelberg
GRAPH-BASED ML ALGORITHMS:

GRAPH CLUSTERING
GraphAware®
Continuous Cellular Tower Data Analysis
Eagle N., Quinn J.A., Clauset A. (2009) Methodologies for Continuous Cellular Tower Data Analysis. In: Tokuda H., Beigl M.,
Friday A., Brush A.J.B., Tobe Y. (eds) Pervasive Computing. Pervasive 2009. Lecture Notes in Computer Science, vol 5538. Springer,
Berlin, Heidelberg
GRAPH-BASED ML ALGORITHMS:

GRAPH CLUSTERING
GraphAware®
Continuous Cellular Tower Data Analysis
Eagle N., Quinn J.A., Clauset A. (2009) Methodologies for Continuous Cellular Tower Data Analysis. In: Tokuda H., Beigl M.,
Friday A., Brush A.J.B., Tobe Y. (eds) Pervasive Computing. Pervasive 2009. Lecture Notes in Computer Science, vol 5538. Springer,
Berlin, Heidelberg
The results of machine learning process can be stored in a graph as well. Some
examples are:

‣ Similarity (k-Nearest Neighbors)
‣ Cluster
‣ Spanning Tree
‣ Decision Tree
‣ Random forest
‣ Markov Chain
STORING MODELS
GraphAware®
STORING MODELS
GraphAware®
STORING MODELS
GraphAware®
K-Nearest Neighbors
STORING MODELS
GraphAware®
K-Nearest Neighbors
Markov Chain
STORING MODELS
GraphAware®
K-Nearest Neighbors
Markov Chain
Decision Tree
GraphAware®
GraphAware®
GRAPH VISUALIZATION
GraphAware®
GRAPH VISUALIZATION
GraphAware®
GRAPH VISUALIZATION
GraphAware®
GRAPH VISUALIZATION
GraphAware®
pressure
information
system
telemetry
spacecraft
mission
power
critical
objective
ground
command
performance
component
protection
drive
connector
field
standard
software
operation
testing
environmental
flight
damage
spare
subsystem
orbiter
position
flight
software
control
project
instrument
propellant
flight
project
development
program
hardware
resource
equipment
effort
fluid
requirement
failure
condition
analysis
servicemaintenance
mission
success
success
temperature
contamination
activity
device
electrical
circuit
area
center
accident
number
management
risk
issue
implementation
planning
significant
personnel
exploration
rover
facility
reliability
human
effect
event
relationship
life
vehicle
constellation
program
constellation
team
member
lack
loss
potential
change
requirement
development
organization
process
review
ground
system
engineering
different
configuration
control
oversight
contractor
configuration
logistics
datum
cxp
contract
knowledge
NASA
scope
proposal
ground
processing
processing
safety
verification
risk
management
tool
part
technical
rocket
launch
pipe
shuttle
leak
lesson
load environment
space
check
interference
agreement
funding
line
source
training
human
factor
factor
material
due
practice
capability
NASA
project
new
prime
prime
contractor
battery flight
hardware
government
assembly
figure
evm
subject
authority
space
shuttle
surface
operational
phase
thermal
complex
measure
key
major
configuration
management
personnel
880
pmn international
space
station
appropriate
program
disposition
strong
relationship
high
performance
team
installation
many
set
problem
one
inspection
propulsion
system
approach
project
management
magnetic
actuator
impact
flight
system
launch
vehicle
flow
current
leakage
shuttle
program
technology
digital
mishap
propulsion
engine
operating
complete
NASA
program
fault
mode
attitude
science
flight
operation
mission
operation
independent
investigation
JPL
fire
procedure
torque
incident
catastrophic
failure
value
potential
problem
mars
space
system
general
participant
critical
hardware
downlink
constraint
inheritance
culture
fault
protection
mer
project
reserve
reserve
qualification
mission
failure
user
system
engineering
bull
domain
expertise
industry
private
industry
space
flight
financial
manager
project
manager
mitigation
Pegasus
actuator
system
amp
capability
legacy
actuator
system
output
dryden
aerospike
rocket
aerospike
nozzle
aerospike
aerospike
rocket
nozzle
control
system
team
member
different
manager
many
review
purpose
appropriate
project
development
formulation
integration
important
ground
testing
computer
potential
failure
flight
equipment
mission
life
independent
review
space
hardware
software
development
ssme
failure
mode
osp
program
osp
technical
content
financial
system
value
management
aerodynamic
load
aerodynamic
ppe
cowl
in-lb
deceased
successful
implementation
formal
mishap
investigation
lax
‣ Think bigger
‣ Think about Data Flow
‣ Think about graphs
‣ Think …
Think about us
CONCLUSION
GraphAware®
COMING SOON …
GraphAware®
www.graphaware.com @graph_aware

Mais conteúdo relacionado

Mais procurados

Finding bad apples early: Minimizing performance impact
Finding bad apples early: Minimizing performance impactFinding bad apples early: Minimizing performance impact
Finding bad apples early: Minimizing performance impact
Arun Kejariwal
 
Machine Learning Interpretability - Mateusz Dymczyk - H2O AI World London 2018
Machine Learning Interpretability - Mateusz Dymczyk - H2O AI World London 2018Machine Learning Interpretability - Mateusz Dymczyk - H2O AI World London 2018
Machine Learning Interpretability - Mateusz Dymczyk - H2O AI World London 2018
Sri Ambati
 
Swars Spatial Modeling Leo
Swars Spatial Modeling   LeoSwars Spatial Modeling   Leo
Swars Spatial Modeling Leo
zliu95618
 

Mais procurados (14)

SparkML: Easy ML Productization for Real-Time Bidding
SparkML: Easy ML Productization for Real-Time BiddingSparkML: Easy ML Productization for Real-Time Bidding
SparkML: Easy ML Productization for Real-Time Bidding
 
Bootstrapping of PySpark Models for Factorial A/B Tests
Bootstrapping of PySpark Models for Factorial A/B TestsBootstrapping of PySpark Models for Factorial A/B Tests
Bootstrapping of PySpark Models for Factorial A/B Tests
 
Finding bad apples early: Minimizing performance impact
Finding bad apples early: Minimizing performance impactFinding bad apples early: Minimizing performance impact
Finding bad apples early: Minimizing performance impact
 
Machine Learning with Spark
Machine Learning with SparkMachine Learning with Spark
Machine Learning with Spark
 
Machine Learning Interpretability - Mateusz Dymczyk - H2O AI World London 2018
Machine Learning Interpretability - Mateusz Dymczyk - H2O AI World London 2018Machine Learning Interpretability - Mateusz Dymczyk - H2O AI World London 2018
Machine Learning Interpretability - Mateusz Dymczyk - H2O AI World London 2018
 
Swars Spatial Modeling Leo
Swars Spatial Modeling   LeoSwars Spatial Modeling   Leo
Swars Spatial Modeling Leo
 
Data cleansing and data prep with synapse data flows
Data cleansing and data prep with synapse data flowsData cleansing and data prep with synapse data flows
Data cleansing and data prep with synapse data flows
 
Efficient processing of Rank-aware queries in Map/Reduce
Efficient processing of Rank-aware queries in Map/ReduceEfficient processing of Rank-aware queries in Map/Reduce
Efficient processing of Rank-aware queries in Map/Reduce
 
Working with Institutional Data in OSM
Working with Institutional Data in OSMWorking with Institutional Data in OSM
Working with Institutional Data in OSM
 
Machine learning at scale by Amy Unruh from Google
Machine learning at scale by  Amy Unruh from GoogleMachine learning at scale by  Amy Unruh from Google
Machine learning at scale by Amy Unruh from Google
 
Machine Learning In Production
Machine Learning In ProductionMachine Learning In Production
Machine Learning In Production
 
Nark - Steroids for graphite
Nark - Steroids for graphiteNark - Steroids for graphite
Nark - Steroids for graphite
 
An Architect's guide to real time big data systems
An Architect's guide to real time big data systemsAn Architect's guide to real time big data systems
An Architect's guide to real time big data systems
 
“Houston, we have a model...” Introduction to MLOps
“Houston, we have a model...” Introduction to MLOps“Houston, we have a model...” Introduction to MLOps
“Houston, we have a model...” Introduction to MLOps
 

Semelhante a Graph-Powered Machine Learning

Track c how do we break - jasper
Track c   how do we break - jasperTrack c   how do we break - jasper
Track c how do we break - jasper
chiportal
 
DOC245-20240219-WA0000_240219_090212.pdf
DOC245-20240219-WA0000_240219_090212.pdfDOC245-20240219-WA0000_240219_090212.pdf
DOC245-20240219-WA0000_240219_090212.pdf
ShaizaanKhan
 
Accumulo Summit 2015: Using D4M for rapid prototyping of analytics for Apache...
Accumulo Summit 2015: Using D4M for rapid prototyping of analytics for Apache...Accumulo Summit 2015: Using D4M for rapid prototyping of analytics for Apache...
Accumulo Summit 2015: Using D4M for rapid prototyping of analytics for Apache...
Accumulo Summit
 
Presentation
PresentationPresentation
Presentation
butest
 

Semelhante a Graph-Powered Machine Learning (20)

Graph-Powered Machine Learning
Graph-Powered Machine Learning Graph-Powered Machine Learning
Graph-Powered Machine Learning
 
Machine Learning Powered by Graphs - Alessandro Negro
Machine Learning Powered by Graphs - Alessandro NegroMachine Learning Powered by Graphs - Alessandro Negro
Machine Learning Powered by Graphs - Alessandro Negro
 
Automatically Discovering, Reporting and Reproducing Android Application Crashes
Automatically Discovering, Reporting and Reproducing Android Application CrashesAutomatically Discovering, Reporting and Reproducing Android Application Crashes
Automatically Discovering, Reporting and Reproducing Android Application Crashes
 
Track c how do we break - jasper
Track c   how do we break - jasperTrack c   how do we break - jasper
Track c how do we break - jasper
 
DOC245-20240219-WA0000_240219_090212.pdf
DOC245-20240219-WA0000_240219_090212.pdfDOC245-20240219-WA0000_240219_090212.pdf
DOC245-20240219-WA0000_240219_090212.pdf
 
Hard landing predection
Hard landing predectionHard landing predection
Hard landing predection
 
AppSec Threat Modeling with 5 Agile Design Diagrams Every Project Should Have
AppSec Threat Modeling with 5 Agile Design Diagrams Every Project Should HaveAppSec Threat Modeling with 5 Agile Design Diagrams Every Project Should Have
AppSec Threat Modeling with 5 Agile Design Diagrams Every Project Should Have
 
Ravi patel
Ravi patelRavi patel
Ravi patel
 
Swift Parallel Scripting for High-Performance Workflow
Swift Parallel Scripting for High-Performance WorkflowSwift Parallel Scripting for High-Performance Workflow
Swift Parallel Scripting for High-Performance Workflow
 
Enterprise application performance - Understanding & Learnings
Enterprise application performance - Understanding & LearningsEnterprise application performance - Understanding & Learnings
Enterprise application performance - Understanding & Learnings
 
Accumulo Summit 2015: Using D4M for rapid prototyping of analytics for Apache...
Accumulo Summit 2015: Using D4M for rapid prototyping of analytics for Apache...Accumulo Summit 2015: Using D4M for rapid prototyping of analytics for Apache...
Accumulo Summit 2015: Using D4M for rapid prototyping of analytics for Apache...
 
Machine Learning in azione con Amazon SageMaker
Machine Learning in azione con Amazon SageMakerMachine Learning in azione con Amazon SageMaker
Machine Learning in azione con Amazon SageMaker
 
Presentation
PresentationPresentation
Presentation
 
Forecasting airline passengers with designer machine learning
Forecasting airline passengers with designer machine learningForecasting airline passengers with designer machine learning
Forecasting airline passengers with designer machine learning
 
Deep_dive_on_Amazon_Neptune_DAT361.pdf
Deep_dive_on_Amazon_Neptune_DAT361.pdfDeep_dive_on_Amazon_Neptune_DAT361.pdf
Deep_dive_on_Amazon_Neptune_DAT361.pdf
 
Predix Data Fabric & Digital Twin Framework- Platform for Continuous Learning...
Predix Data Fabric & Digital Twin Framework- Platform for Continuous Learning...Predix Data Fabric & Digital Twin Framework- Platform for Continuous Learning...
Predix Data Fabric & Digital Twin Framework- Platform for Continuous Learning...
 
Automating Real-time Seismic Analysis Through Streaming and High Throughput W...
Automating Real-time Seismic Analysis Through Streaming and High Throughput W...Automating Real-time Seismic Analysis Through Streaming and High Throughput W...
Automating Real-time Seismic Analysis Through Streaming and High Throughput W...
 
Automating Environmental Computing Applications with Scientific Workflows
Automating Environmental Computing Applications with Scientific WorkflowsAutomating Environmental Computing Applications with Scientific Workflows
Automating Environmental Computing Applications with Scientific Workflows
 
Garbage collection auto tuning for java map reduce on multi-cores
Garbage collection auto tuning for java map reduce on multi-coresGarbage collection auto tuning for java map reduce on multi-cores
Garbage collection auto tuning for java map reduce on multi-cores
 
Synergy of Human and Artificial Intelligence in Software Engineering
Synergy of Human and Artificial Intelligence in Software EngineeringSynergy of Human and Artificial Intelligence in Software Engineering
Synergy of Human and Artificial Intelligence in Software Engineering
 

Mais de GraphAware

Mais de GraphAware (20)

Challenges in knowledge graph visualization
Challenges in knowledge graph visualizationChallenges in knowledge graph visualization
Challenges in knowledge graph visualization
 
Social media monitoring with ML-powered Knowledge Graph
Social media monitoring with ML-powered Knowledge GraphSocial media monitoring with ML-powered Knowledge Graph
Social media monitoring with ML-powered Knowledge Graph
 
To be or not to be.
To be or not to be. To be or not to be.
To be or not to be.
 
It Depends (and why it's the most frequent answer to modelling questions)
It Depends (and why it's the most frequent answer to modelling questions)It Depends (and why it's the most frequent answer to modelling questions)
It Depends (and why it's the most frequent answer to modelling questions)
 
How Boston Scientific Improves Manufacturing Quality Using Graph Analytics
How Boston Scientific Improves Manufacturing Quality Using Graph AnalyticsHow Boston Scientific Improves Manufacturing Quality Using Graph Analytics
How Boston Scientific Improves Manufacturing Quality Using Graph Analytics
 
When privacy matters! Chatbots in data-sensitive businesses
When privacy matters! Chatbots in data-sensitive businessesWhen privacy matters! Chatbots in data-sensitive businesses
When privacy matters! Chatbots in data-sensitive businesses
 
Signals from outer space
Signals from outer spaceSignals from outer space
Signals from outer space
 
Neo4j-Databridge: Enterprise-scale ETL for Neo4j
Neo4j-Databridge: Enterprise-scale ETL for Neo4jNeo4j-Databridge: Enterprise-scale ETL for Neo4j
Neo4j-Databridge: Enterprise-scale ETL for Neo4j
 
(Big) Data Science
 (Big) Data Science (Big) Data Science
(Big) Data Science
 
Modelling Data in Neo4j (plus a few tips)
Modelling Data in Neo4j (plus a few tips)Modelling Data in Neo4j (plus a few tips)
Modelling Data in Neo4j (plus a few tips)
 
Intro to Neo4j (CZ)
Intro to Neo4j (CZ)Intro to Neo4j (CZ)
Intro to Neo4j (CZ)
 
Modelling Data as Graphs (Neo4j)
Modelling Data as Graphs (Neo4j)Modelling Data as Graphs (Neo4j)
Modelling Data as Graphs (Neo4j)
 
GraphAware Framework Intro
GraphAware Framework IntroGraphAware Framework Intro
GraphAware Framework Intro
 
Advanced Neo4j Use Cases with the GraphAware Framework
Advanced Neo4j Use Cases with the GraphAware FrameworkAdvanced Neo4j Use Cases with the GraphAware Framework
Advanced Neo4j Use Cases with the GraphAware Framework
 
Recommendations with Neo4j (FOSDEM 2015)
Recommendations with Neo4j (FOSDEM 2015)Recommendations with Neo4j (FOSDEM 2015)
Recommendations with Neo4j (FOSDEM 2015)
 
Knowledge Graphs and Chatbots with Neo4j and IBM Watson - Christophe Willemsen
Knowledge Graphs and Chatbots with Neo4j and IBM Watson - Christophe WillemsenKnowledge Graphs and Chatbots with Neo4j and IBM Watson - Christophe Willemsen
Knowledge Graphs and Chatbots with Neo4j and IBM Watson - Christophe Willemsen
 
The power of polyglot searching
The power of polyglot searchingThe power of polyglot searching
The power of polyglot searching
 
Neo4j-Databridge
Neo4j-DatabridgeNeo4j-Databridge
Neo4j-Databridge
 
Spring Data Neo4j: Graph Power Your Enterprise Apps
Spring Data Neo4j: Graph Power Your Enterprise AppsSpring Data Neo4j: Graph Power Your Enterprise Apps
Spring Data Neo4j: Graph Power Your Enterprise Apps
 
Voice-driven Knowledge Graph Journey with Neo4j and Amazon Alexa
Voice-driven Knowledge Graph Journey with Neo4j and Amazon AlexaVoice-driven Knowledge Graph Journey with Neo4j and Amazon Alexa
Voice-driven Knowledge Graph Journey with Neo4j and Amazon Alexa
 

Último

Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
vu2urc
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
Joaquim Jorge
 

Último (20)

presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
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
 
HTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesHTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation Strategies
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of Brazil
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 

Graph-Powered Machine Learning