SlideShare une entreprise Scribd logo
1  sur  31
Télécharger pour lire hors ligne
@DataXDay@DataXDay
©	Quantmetry	2018	|	Diffusion	interdite	sans	accord
@DataXDay@DataXDay
The	Panama	Papers:	a	massive	leak
Image	VectorOpenStock
©	Quantmetry	2018	|	Diffusion	interdite	sans	accord
@DataXDay@DataXDay
The	Panama	Papers:	a	massive	leak
11.5M	documents	
2.6TB	of	data
©	Quantmetry	2018	|	Diffusion	interdite	sans	accord
@DataXDay@DataXDay
©	Quantmetry	2018	|	Diffusion	interdite	sans	accord
The	Panama	Papers:	a	massive	leak.
11.5M	documents	
2.6TB	of	data
@DataXDay@DataXDay
©	Quantmetry	2018	|	Diffusion	interdite	sans	accord
The	Panama	Papers:	a	massive	leak.
11.5M	documents	
2.6TB	of	data
@DataXDay@DataXDay
And	graphs	to	make	sense	of	it...
https://www.silicon.fr/linkurious-start-up-big-data-panama-papers-
144051.html?inf_by=5ae98d4c671db887218b5652
©	Quantmetry	2018	|	Diffusion	interdite	sans	accord
@DataXDay@DataXDay
©	Quantmetry	2018	|	Diffusion	interdite	sans	accord
….	originating an	international	scandal
@DataXDay
Aurélia	Nègre
Data	Scientist
anegre@quantmetry.com
Alberto	Guggiola
Data	Scientist
aguggiola@quantmetry.com
Graph	Theory
… looking for	communities &	finding the	
leaders…
DataXDay
17th	May	2017
@DataXDay@DataXDay
Who are	we?
§ 70	Consultants	(Data	
Scientists,	Architects,	
Engineers,	Consultants	&	
more	…)
§ From proofs of	concept	to	
production
§ Fraud detection,	predictive
maintenance,	customer
insights	…
Aurélia	Nègre	&	Alberto	Guggiola
©	Quantmetry	2018	|	Diffusion	interdite	sans	accord
@DataXDay@DataXDay
A	graph:	a	structure	made	up	of	nodes and	links
Social	network Transportation	network
©	Quantmetry	2018	|	Diffusion	interdite	sans	accord
@DataXDay@DataXDay
Some use	cases	of	graph	theory
Spreading
• Determine the speed of a spreading
phenomenon
• How to speed it up or to slow it down?
Viral marketing, vaccination campaigns
Dynamics	&	optimisation
• Shortest path between two nodes?
• Effects of modifying the structure?
Transportation systems, social networks
Domino	effects
• Resilience to	random failures?	
• And	to	targeted attacks?
Security	systems,	economics,	
infrastructures
Structural	importance
• Which nodes are the most important or
authoritatives? Who are the leaders?
Google PageRank algorithm
©	Quantmetry	2018	|	Diffusion	interdite	sans	accord
@DataXDay@DataXDay
Looking for	communities1
©	Quantmetry	2018	|	Diffusion	interdite	sans	accord
@DataXDay@DataXDay
Community detection:	looking for	a	structure
Community:	Region having some degree of	autonomy ->	No	unique	formal definition!
©	Quantmetry	2018	|	Diffusion	interdite	sans	accord
@DataXDay@DataXDay
Community detection:	looking for	a	structure
Community:	Region having some degree of	autonomy ->	No	unique	formal definition!
Which
communities
interact with each
other?
Which elements
act as	« bridges »	
between
communities?
©	Quantmetry	2018	|	Diffusion	interdite	sans	accord
@DataXDay@DataXDay
Cutting the	bridges Gathering the	most
connected elements
Two approaches for	finding clusters
Spectral	clustering,	Girvan	Newman Fastgreedy,	Louvain,	Walktrap
©	Quantmetry	2018	|	Diffusion	interdite	sans	accord
@DataXDay@DataXDay
Girvan	Newman:	a	good	algorithm on	small graphs	
(<500	nodes),	but	a	very high	complexity
Walktrap :	much more	efficient	on	large	graphs
Two examples
Random walk on	a	network:	path
following randomly chosen edges on	the	
graph
Community « strength »:	proportional to	the	
time	a	random walker spends inside it
Cut	the	bridges:	iteratively remove links	
with highest betweenness
Community are	found when the	graph	becomes
disconnected
©	Quantmetry	2018	|	Diffusion	interdite	sans	accord
@DataXDay@DataXDay
✅ Able	to	identify heterogenous communities
✅ Efficient	on	large	graphs:	complexity O(N	logN)
✅ Available in	most graph	analytical libraries:	ok	as	first	try
And	the	winner	is...	Louvain	algorithm
©	Quantmetry	2018	|	Diffusion	interdite	sans	accord
@DataXDay@DataXDay
✅ Able	to	identify heterogenous communities
✅ Efficient	on	large	graphs:	complexity O(N	logN)
✅ Available in	most graph	analytical libraries:	ok	as	first	try
And	the	winner	is...	Louvain	algorithm
Modularity optimization
Density of	edges inside vs	outside clusters
𝑄 =
1
2𝑚
& 𝐴() −
𝑘( 𝑘)
2𝑚
𝛿
	
()
(𝑐(, 𝑐))
Local	to	global	greedy
From
groups	of	
nodes …
…	to	groups	
of	clusters
©	Quantmetry	2018	|	Diffusion	interdite	sans	accord
@DataXDay@DataXDay
• I	measure the	capability to	reconstruct real,	
known communities
• Example of	metrics:	Normalized Mutual
Information
I	observe	the	truth:	the	known communities
Testing the	algorithms and	measuring the	performances
I	create the	truth:	the	Stochastic Block	Model
• I	define the	probability for	each couple	of	
nodes to	be connected
• In	the	simplest	case:	
𝑝() = ?
𝐴	𝑖𝑓	𝑖, 𝑗	𝑖𝑛	𝑡ℎ𝑒	𝑠𝑎𝑚𝑒	𝑐𝑜𝑚𝑚𝑢𝑛𝑖𝑡𝑦	
𝐵 < 𝐴	𝑖𝑓	𝑛𝑜𝑡
• More	links	inside communities as	a	
consequence
• Many observations	can be generated to	test	
algorithms
©	Quantmetry	2018	|	Diffusion	interdite	sans	accord
@DataXDay@DataXDay
Look	at	modularity of	best	solution:	if	<0.3,	not	a	real	community structure
Possible	causes:
• On	generated	data,	intra	and	inter-community	probability	of	links	are	too	close
• On	real	networks,	the	known	communities	do	not	influence	the	structure
• The	approximated	solution	is	too	far	from	the	global	optimum
Possible	follow-up:	
• NLP	+	graphs:	groups	of	people	discussing	about	a	certain	topic
But	sometimes,	there is just no	pattern	to	be discovered …
©	Quantmetry	2018	|	Diffusion	interdite	sans	accord
@DataXDay@DataXDay
Finding the	leaders2
©	Quantmetry	2018	|	Diffusion	interdite	sans	accord
@DataXDay@DataXDay
Which node is the	most important?
©	Quantmetry	2018	|	Diffusion	interdite	sans	accord
@DataXDay@DataXDay
Different ways of	measuring nodes importance	
A	global	importance	:	the	betweenness centrality A	local	importance	:	the	degree
Is	the	node « well connected »?
Count	its number of	direct	neighbours
Is	the	node a	« bridge »?	
Count	number of	shortest paths passing	through it
A well known,	iterative metric :	Google	PageRank	->	Is	the	node connected to	many important	nodes ?
©	Quantmetry	2018	|	Diffusion	interdite	sans	accord
@DataXDay@DataXDay
Other	centrality	metrics
©	Quantmetry	2018	|	Diffusion	interdite	sans	accord
@DataXDay@DataXDay
Can	provide	information	on	profiles	of	nodes
Combining centrality metrics &	identifiying hierarchies
©	Quantmetry	2018	|	Diffusion	interdite	sans	accord
@DataXDay@DataXDay
And,	in	practice?3
©	Quantmetry	2018	|	Diffusion	interdite	sans	accord
@DataXDay@DataXDay
Several tools,	depending on	your objectives
Non	distributed
analytical libraries
Distributed
analytical libraries
Databases
©	Quantmetry	2018	|	Diffusion	interdite	sans	accord
@DataXDay@DataXDay
Free	networks	data	to	play with
©	Quantmetry	2018	|	Diffusion	interdite	sans	accord
@DataXDay@DataXDay
Demo Time	using LinkedIn	
data
©	Quantmetry	2018	|	Diffusion	interdite	sans	accord
@DataXDay@DataXDay
• 3	blog	articles	(in	french):
– Introduction	à	une	théorie	aux	applications	multiformes	(Alberto	Guggiola)
– Détection	de	communautés	:	théorie	et	retour	d’expérience	(Aurélia	Nègre)
– Comment	identifier	les	rôles	stratégiques	des	influenceurs	d'un	réseau	?	(Ysé Wanono)
• https://www.quantmetry.com/blog
To	go	further...	
©	Quantmetry	2018	|	Diffusion	interdite	sans	accord
The video of this presentation
will be soon available at dataxday.fr
Thanks to our sponsors
Stay tuned by following @DataXDay

Contenu connexe

Tendances

Your data won’t stay smart forever: exploring the temporal dimension of (big ...
Your data won’t stay smart forever:exploring the temporal dimension of (big ...Your data won’t stay smart forever:exploring the temporal dimension of (big ...
Your data won’t stay smart forever: exploring the temporal dimension of (big ...
Paolo Missier
 
A Comparison of Different Strategies for Automated Semantic Document Annotation
A Comparison of Different Strategies for Automated Semantic Document AnnotationA Comparison of Different Strategies for Automated Semantic Document Annotation
A Comparison of Different Strategies for Automated Semantic Document Annotation
Ansgar Scherp
 

Tendances (20)

Big data analytics
Big data analyticsBig data analytics
Big data analytics
 
The lifecycle of reproducible science data and what provenance has got to do ...
The lifecycle of reproducible science data and what provenance has got to do ...The lifecycle of reproducible science data and what provenance has got to do ...
The lifecycle of reproducible science data and what provenance has got to do ...
 
Research Automation for Data-Driven Discovery
Research Automationfor Data-Driven DiscoveryResearch Automationfor Data-Driven Discovery
Research Automation for Data-Driven Discovery
 
Managing data in computational edge clouds
Managing data in computational edge cloudsManaging data in computational edge clouds
Managing data in computational edge clouds
 
Health & Status Monitoring (2010-v8)
Health & Status Monitoring (2010-v8)Health & Status Monitoring (2010-v8)
Health & Status Monitoring (2010-v8)
 
Building a Graph-based Analytics Platform
Building a Graph-based Analytics PlatformBuilding a Graph-based Analytics Platform
Building a Graph-based Analytics Platform
 
Dynamic Data Center concept
Dynamic Data Center concept  Dynamic Data Center concept
Dynamic Data Center concept
 
Data Tribology: Overcoming Data Friction with Cloud Automation
Data Tribology: Overcoming Data Friction with Cloud AutomationData Tribology: Overcoming Data Friction with Cloud Automation
Data Tribology: Overcoming Data Friction with Cloud Automation
 
Open Science Data Cloud (June 21, 2010)
Open Science Data Cloud (June 21, 2010)Open Science Data Cloud (June 21, 2010)
Open Science Data Cloud (June 21, 2010)
 
Cloud-based Data Stream Processing
Cloud-based Data Stream ProcessingCloud-based Data Stream Processing
Cloud-based Data Stream Processing
 
Towards an Incremental Schema-level Index for Distributed Linked Open Data G...
Towards an Incremental Schema-level Index  for Distributed Linked Open Data G...Towards an Incremental Schema-level Index  for Distributed Linked Open Data G...
Towards an Incremental Schema-level Index for Distributed Linked Open Data G...
 
Coding the Continuum
Coding the ContinuumCoding the Continuum
Coding the Continuum
 
OpenML.org: Networked Science and IoT Data Streams by Jan van Rijn, Universit...
OpenML.org: Networked Science and IoT Data Streams by Jan van Rijn, Universit...OpenML.org: Networked Science and IoT Data Streams by Jan van Rijn, Universit...
OpenML.org: Networked Science and IoT Data Streams by Jan van Rijn, Universit...
 
Data Science Keys to Open Up OpenNASA Datasets - PyData New York 2017
Data Science Keys to Open Up OpenNASA Datasets - PyData New York 2017Data Science Keys to Open Up OpenNASA Datasets - PyData New York 2017
Data Science Keys to Open Up OpenNASA Datasets - PyData New York 2017
 
Big Data Visualization
Big Data VisualizationBig Data Visualization
Big Data Visualization
 
Your data won’t stay smart forever: exploring the temporal dimension of (big ...
Your data won’t stay smart forever:exploring the temporal dimension of (big ...Your data won’t stay smart forever:exploring the temporal dimension of (big ...
Your data won’t stay smart forever: exploring the temporal dimension of (big ...
 
Distributed Near Real-Time Processing of Sensor Network Data Flows for Smart ...
Distributed Near Real-Time Processing of Sensor Network Data Flows for Smart ...Distributed Near Real-Time Processing of Sensor Network Data Flows for Smart ...
Distributed Near Real-Time Processing of Sensor Network Data Flows for Smart ...
 
Scaling collaborative data science with Globus and Jupyter
Scaling collaborative data science with Globus and JupyterScaling collaborative data science with Globus and Jupyter
Scaling collaborative data science with Globus and Jupyter
 
Architectures for Data Commons (XLDB 15 Lightning Talk)
Architectures for Data Commons (XLDB 15 Lightning Talk)Architectures for Data Commons (XLDB 15 Lightning Talk)
Architectures for Data Commons (XLDB 15 Lightning Talk)
 
A Comparison of Different Strategies for Automated Semantic Document Annotation
A Comparison of Different Strategies for Automated Semantic Document AnnotationA Comparison of Different Strategies for Automated Semantic Document Annotation
A Comparison of Different Strategies for Automated Semantic Document Annotation
 

Similaire à DataXDay - Exploring graphs: looking for communities & leaders

Machine Learning meets Granular Computing
Machine Learning meets Granular ComputingMachine Learning meets Granular Computing
Machine Learning meets Granular Computing
Jenny Midwinter
 

Similaire à DataXDay - Exploring graphs: looking for communities & leaders (20)

Data Stream Algorithms in Storm and R
Data Stream Algorithms in Storm and RData Stream Algorithms in Storm and R
Data Stream Algorithms in Storm and R
 
Big Data et eGovernment
Big Data et eGovernmentBig Data et eGovernment
Big Data et eGovernment
 
Graph Gurus Episode 29: Using Graph Algorithms for Advanced Analytics Part 3
Graph Gurus Episode 29: Using Graph Algorithms for Advanced Analytics Part 3Graph Gurus Episode 29: Using Graph Algorithms for Advanced Analytics Part 3
Graph Gurus Episode 29: Using Graph Algorithms for Advanced Analytics Part 3
 
Using Graph Algorithms for Advanced Analytics - Part 2 Centrality
Using Graph Algorithms for Advanced Analytics - Part 2 CentralityUsing Graph Algorithms for Advanced Analytics - Part 2 Centrality
Using Graph Algorithms for Advanced Analytics - Part 2 Centrality
 
Machine Learning meets Granular Computing
Machine Learning meets Granular ComputingMachine Learning meets Granular Computing
Machine Learning meets Granular Computing
 
MuCon 2019: Exploring Your Microservices Architecture Through Network Science...
MuCon 2019: Exploring Your Microservices Architecture Through Network Science...MuCon 2019: Exploring Your Microservices Architecture Through Network Science...
MuCon 2019: Exploring Your Microservices Architecture Through Network Science...
 
Trivento summercamp fast data 9/9/2016
Trivento summercamp fast data 9/9/2016Trivento summercamp fast data 9/9/2016
Trivento summercamp fast data 9/9/2016
 
Voxxed days thessaloniki 21/10/2016 - Streaming Engines for Big Data
Voxxed days thessaloniki 21/10/2016 - Streaming Engines for Big DataVoxxed days thessaloniki 21/10/2016 - Streaming Engines for Big Data
Voxxed days thessaloniki 21/10/2016 - Streaming Engines for Big Data
 
Voxxed Days Thesaloniki 2016 - Streaming Engines for Big Data
Voxxed Days Thesaloniki 2016 - Streaming Engines for Big DataVoxxed Days Thesaloniki 2016 - Streaming Engines for Big Data
Voxxed Days Thesaloniki 2016 - Streaming Engines for Big Data
 
Relationships Matter: Using Connected Data for Better Machine Learning
Relationships Matter: Using Connected Data for Better Machine LearningRelationships Matter: Using Connected Data for Better Machine Learning
Relationships Matter: Using Connected Data for Better Machine Learning
 
Democratizing Machine Learning: Perspective from a scikit-learn Creator
Democratizing Machine Learning: Perspective from a scikit-learn CreatorDemocratizing Machine Learning: Perspective from a scikit-learn Creator
Democratizing Machine Learning: Perspective from a scikit-learn Creator
 
Energy Data Access Management with Ocean Protocol
Energy Data Access Management with Ocean ProtocolEnergy Data Access Management with Ocean Protocol
Energy Data Access Management with Ocean Protocol
 
Future se oct15
Future se oct15Future se oct15
Future se oct15
 
Challenges in business analytics
Challenges in business analyticsChallenges in business analytics
Challenges in business analytics
 
Graph Gurus Episode 7: Connecting the Dots in Real-Time: Deep Link Analysis w...
Graph Gurus Episode 7: Connecting the Dots in Real-Time: Deep Link Analysis w...Graph Gurus Episode 7: Connecting the Dots in Real-Time: Deep Link Analysis w...
Graph Gurus Episode 7: Connecting the Dots in Real-Time: Deep Link Analysis w...
 
Applied Data Science Course Part 1: Concepts & your first ML model
Applied Data Science Course Part 1: Concepts & your first ML modelApplied Data Science Course Part 1: Concepts & your first ML model
Applied Data Science Course Part 1: Concepts & your first ML model
 
Trivento summercamp masterclass 9/9/2016
Trivento summercamp masterclass 9/9/2016Trivento summercamp masterclass 9/9/2016
Trivento summercamp masterclass 9/9/2016
 
Interactive and reproducible data analysis with the open-source KNIME Analyti...
Interactive and reproducible data analysis with the open-source KNIME Analyti...Interactive and reproducible data analysis with the open-source KNIME Analyti...
Interactive and reproducible data analysis with the open-source KNIME Analyti...
 
Open Source Collaboration in Drug Discovery in Pharma
Open Source Collaboration in Drug Discovery in PharmaOpen Source Collaboration in Drug Discovery in Pharma
Open Source Collaboration in Drug Discovery in Pharma
 
Graph Gurus Episode 5: Webinar PageRank
Graph Gurus Episode 5: Webinar PageRankGraph Gurus Episode 5: Webinar PageRank
Graph Gurus Episode 5: Webinar PageRank
 

Plus de DataXDay Conference by Xebia

Plus de DataXDay Conference by Xebia (6)

DataXDay - The wonders of deep learning: how to leverage it for natural langu...
DataXDay - The wonders of deep learning: how to leverage it for natural langu...DataXDay - The wonders of deep learning: how to leverage it for natural langu...
DataXDay - The wonders of deep learning: how to leverage it for natural langu...
 
DataXDay - A data scientist journey to industrialization of machine learning
DataXDay - A data scientist journey to industrialization of machine learning DataXDay - A data scientist journey to industrialization of machine learning
DataXDay - A data scientist journey to industrialization of machine learning
 
DataXDay - Real-Time Access log analysis
DataXDay - Real-Time Access log analysis DataXDay - Real-Time Access log analysis
DataXDay - Real-Time Access log analysis
 
DataXDay - Tensors in the sky with CloudML
DataXDay - Tensors in the sky with CloudML DataXDay - Tensors in the sky with CloudML
DataXDay - Tensors in the sky with CloudML
 
DataXDay - Building a Real Time Analytics API at Scale
DataXDay - Building a Real Time Analytics API at ScaleDataXDay - Building a Real Time Analytics API at Scale
DataXDay - Building a Real Time Analytics API at Scale
 
DataXDay - Machine learning models at scale with Amazon SageMaker
DataXDay - Machine learning models at scale with Amazon SageMaker DataXDay - Machine learning models at scale with Amazon SageMaker
DataXDay - Machine learning models at scale with Amazon SageMaker
 

Dernier

Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
panagenda
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Victor Rentea
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
?#DUbAI#??##{{(☎️+971_581248768%)**%*]'#abortion pills for sale in dubai@
 

Dernier (20)

Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
 
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
 
Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with Milvus
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
 
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
 
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot ModelMcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
Platformless Horizons for Digital Adaptability
Platformless Horizons for Digital AdaptabilityPlatformless Horizons for Digital Adaptability
Platformless Horizons for Digital Adaptability
 

DataXDay - Exploring graphs: looking for communities & leaders