SlideShare une entreprise Scribd logo
1  sur  47
Télécharger pour lire hors ligne
Jennifer'Neville
Purdue&University
Ryan'A.'Rossi
PARC
Nick'Duffield
Texas&A&M&University
Ted'Willke
Intel&Research&Labs
Social'Network Internet'(AS)
BiologicalPolitical'Blogs
Graph
Mining
Network(Motifs:(Simple(Building(Blocks(of(Complex(Networks(– [Milo&et.&al&– Science&2002]
The(Structure(and(Function(of(Complex(Networks(– [Newman&– Siam&Review&2003]
2"node'
Graphlets
3"node'
Graphlets
4"node'
Graphlets
Connected(
Disconnected
! Small&k9vertex&induced&subgraphs
Network(Motifs:(Simple(Building(Blocks(of(Complex(Networks(– [Milo&et.&al&– Science&2002]
The(Structure(and(Function(of(Complex(Networks(– [Newman&– Siam&Review&2003]
2"node'
Graphlets
3"node'
Graphlets
4"node'
Graphlets
Connected(
Disconnected
! Small&k9vertex&induced&subgraphs
! Motifs:&Occur&in&real9world&networks&with&frequencies&significantly(
higher than&randomly&generated&networks
Network(Motifs:(Simple(Building(Blocks(of(Complex(Networks(– [Milo&et.&al&– Science&2002]
The(Structure(and(Function(of(Complex(Networks(– [Newman&– Siam&Review&2003]
2"node'
Graphlets
3"node'
Graphlets
4"node'
Graphlets
Connected(
Disconnected
! Small&k9vertex&induced&subgraphs
! Motifs:&Occur&in&real9world&networks&with&frequencies&significantly(
higher than&randomly&generated&networks
! Applied&to&food&web,&genetic,&neural,&web,&and&other&networks
• Found&distinct&graphlets in&each&case
Network(Motifs:(Simple(Building(Blocks(of(Complex(Networks(– [Milo&et.&al&– Science&2002]
The(Structure(and(Function(of(Complex(Networks(– [Newman&– Siam&Review&2003]
2"node'
Graphlets
3"node'
Graphlets
4"node'
Graphlets
Connected(
Disconnected
AISTATS'2009
AISTATS'2009
Bioinformatics'2006
9
9
9
9
9
! Biological&Networks&
• network&alignment,&protein&function&prediction
! Social&Networks&
• triad&analysis,&community&detection,&Exp.&Random&Models
! Computer&Networks
! Internet&AS
! Cyber&Security&
• spam&detection
! Ecology
.(.(.
Ex:(Given(an(input(graph(G
9 How%many%triangles%in%G?
9 How%many%cliques%of%size%49nodes%in%G?
9 How%many%cycles%of%size%49nodes%in%G?
Ex:(Given(an(input(graph(G
9 How%many%triangles%in%G?
9 How%many%cliques%of%size%49nodes%in%G?
9 How%many%cycles%of%size%49nodes%in%G?
" In%practice,%we%would%like%to%count%all%k9vertex%graphlets
! Enumerate&all&possible&graphlets
! Enumerate&all&possible&graphlets
" Exhaustive%enumeration% is%too%expensive%
! Enumerate&all&possible&graphlets
" Exhaustive%enumeration% is%too%expensive%
! Count&graphlets for&each&node&– and&combine&all&node&counts
[Shervashidze et.%al%– AISTAT%2009]%
! Enumerate&all&possible&graphlets
" Exhaustive%enumeration% is%too%expensive%
! Count&graphlets for&each&node&– and&combine&all&node&counts
" Still%expensive%for%relatively%large%k%%%[Shervashidze et.%al%– AISTAT%2009]%
! Enumerate&all&possible&graphlets
" Exhaustive%enumeration% is%too%expensive%
! Count&graphlets for&each&node&– and&combine&all&node&counts
" Still%expensive%for%relatively%large%k% [Shervashidze et.%al%– AISTAT%2009]%
! Other&recent&work&counts&only&connected& graphlets of&size&k=4
[Marcus%&%Shavitt – Computer%Networks%2012]%
Not(practical(– scales&only&for&small&graphs&with&few&
hundred/thousand&nodes/edges
9 taking%2400%secs for%a%graph%with%26K%nodes
Most&work&focused&on&graphlets of&k=3&nodes&
In&this&work,&we&focus&on&graphlets of&k=3,4&nodes
Efficient%Graphlet Counting%for%Large%Networks%%[Ahmed%et%al.,%ICDM%2015]
Graphlet Decomposition:% Framework,%Algorithms,%and%Applications
[Ahmed%et%al.,%KAIS%Journal%2016%(to%appear)]
Searching(Edge(
Neighborhoods
① For(each(edge(do
u v
v2 v3v1 v4
v6 v7
edge
Searching(Edge(
Neighborhoods
① For(each(edge(do
• Count(All(3<node(graphlets
② Merge(counts(from(all(edges
u v
v2 v3v1 v4
v6 v7
edge
Triangle 2<star 1<edge Independent(
Searching(Edge(
Neighborhoods
① For(each(edge(do
• Count(All(3<node(graphlets
② Merge(counts(from(all(edges
u v
v2 v3v1 V4
v6 v7
edge
Triangle 2<star 1<edge Independent(
# We(only(need(to(
find/count(triangles
# Use(equations to(get(
counts(of(others(in(o(1) Triangle
Edge"centric,'Parallel,'Memory"efficient'Framework'
How to count all 4-node graphlets?
4<Clique 4<Cycle4<Chrodal<Cycle Tailed<triangle 4<Path 3<Star
4<node<triangle 4<node<2star 4<node<2edge 4<node<1edge Independent(
Step(1 Step(2 Step(3
Searching(Edge(
Neighborhoods
For%each%edge%
Find%the%triangles
Count(4Gnode(graphlets
For%each%edge%
Count%49node%cliques%
and%49node%cycles only
Count(4Gnode(graphlets
For%each%edge%
Use%combinatorial%%%
relationships%to%compute%
counts%of%other%graphlets
in%constant(time
Step(4 Merge(counts(from(all(edges(
± 1&edge
4<Node(Graphlet Transition(Diagram(
4<Node(Graphlet Transition(Diagram(
± 1&edge
Count(Cliques(&(Cycles(ONLY
Use(relationships(&(transitions(
to(count(all(other(graphlets in(constant(time
4<Cliques
4<Cycles
Maximum&no.&triangles&
Incident&to&an&edge
Maximum&no.&stars
Incident&to&an&edge
T T
Relationship(between(4<cliques(&(4<ChordalCycles
4<Cliques 4<ChordalCycle
e
T T
e
No.&49ChordalCycles No.&&49Cliques
Proof'in'Lemma'1'" Ahmed'et'al.,'ICDM'2015
T T
Relationship(between(4<cliques(&(4<ChordalCycles
T T
No.&49ChordalCycles No.&&49Cliques
4<Cliques 4<ChordalCycle
e e
Proof'in'Lemma'1'" Ahmed'et'al.,'ICDM'2015
Experiments & Results
! Shared&Memory&Implementation
! Tested&on&graphs&with&over&a&billion&edges
! Largest&systematic&investigation&on&300+&networks
• Social,&web,&technological,& biological,&co9authorship,& infrastructure…&
• Facebook&100&networks&from&a&variety&of&US&schools
• Dense&graphs&from&the&DIMACS&challenge&
• Large&collections&of&biological&and&chemical&graphs
Details'in'the'paper
Data/code'online
Comparison(to(RAGE([Marcus'&'Shavitt – J.'Computer'Networks'2011]'''
Facebook100 Networks from US Schools
Ours RAGE
Time-in-Seconds
|V| |E| Ours RAGE
Time-in-Seconds
Baseline%(RAGE)%
did%not%finish%for%
most%graphs
We'take'~45'mins for'socSorkut (117M'edges)
We'take'~40'secs for'caSdblp (15M'edges)
Most'graphlet counts'in'orders'of'106'– 1015
|V| |E| Ours RAGE
Time-in-Seconds
Baseline%(RAGE)%
did%not%finish%for%
most%graphs
We'take'~4.5'secs for'webSgoogle (4.3M'edges)
We'take'~4'secs for'infSroadSusa (29M'edges)
Most'graphlet counts'in'orders'of'106'– 1015
0 1 2 4 8 16
0
5
10
15
Number of Processing Units
Speedup
socfb−Texas
socfb−OR
socfb−UCLA
socfb−Berkeley13
socfb−MIT
socfb−Penn94
0 1 2 4 8 16
0
5
10
15
Number of Processing Units
Speedup
0 1 2 4 8 16
0
2
4
6
8
10
12
14
Number of Processing Units
Speedup
tech−internet−as
tech−WHOIS
web−it−2004
web−spam
0 1 2 4 8 16
0
2
4
6
8
10
12
14
Number of Processing Units
Speedup
Strong'scaling'results
Intel%Xeon%3.10%Ghz E592687W%server,%16%cores
Applications
Label'1
Label'0
Enzyme
NonSEnzyme
Collection'of'Graphs
(e.g.'Protein'Graphs)
.
.
.
Graphs&
Each%Protein%is%represented%by%a%graph
Binary%label%represents%the%function%of%the%protein
Label'1
Label'0
Enzyme
NonSEnzyme
?
?
.
.
.
Graphs&
?
?
?
Collection'of'Graphs
(e.g.'Protein'Graphs)
Assume%we%know%the%labels%of%a%few%graphs
How%to%predict%the%labels%of%the%unlabeled%graphs?
Features
Graphs
Graphlet
Feature&
Extraction
Model
Learning
Predict&Labels&of&
Unlabeled&Graphs
Label'1
Label'0
?
?
?
?
.
.
.
Graphs&
?
?
?
Protein'Graphs
! D&D&– 1178&protein&graphs.&Binary&labeled&as&Enzymes&vs.&
Non.&Enzymes
! MUTAG&– 188&mutagenic&compounds. Binary&labeled&
(whether&or&not&they&have&a&mutagenic&effect&on&the&Gram9
negative&bacterium)
! 109fold&validation,&Support&Vector&Machine
! Used&2,3,4&node&graphlets as&features
Previous)work: in)machine)learning)&)biological)networks)
Shervashidze et.al [AISTATS'2009]
Feature'Extraction'Time:
D&D' 2'hours,'45'mins
MUTAG 4.73'secs
Ranking'by'graphlet counts
Links'are'colored/weighted'
by'stars'of'size'4'nodes
Nodes'are'colored/weighted'
by'triangle'counts
Leukemia
Colon(
cancer
Deafness
! Local&Graphlet Decomposition
Role'discovery,'relational'learning,'multi"label'classification
! Unbiased&Estimation&of&Graphlet Counts
10
4
10
5
0.85
0.9
0.95
1
1.05
1.1
1.15
soc−orkut−dir
Sample Size
10
4
10
5
0.85
0.9
0.95
1
1.05
1.1
1.15
soc−orkut−dir
Sample Size
x/y
10
4
10
5
0.9
0.95
1
1.05
1.1
1.15
soc−flickr
Sample Size
10
4
10
5
0.9
0.95
1
1.05
1.1
1.15
soc−flickr
Sample Size
Estimation'of'counts'of'4"vertex'clique
! Framework&&&Algorithms&
• One&of&the&first&parallel&approaches&for&graphlet counting
• On&average&460x&faster&than&current& methods
• Edge9centric&computations&(only&requires&access&to&edge&
neighborhood)
• Time&and&space9efficient
• Sampling/estimation&methods&
• Local/global&counting
! Applications
• Large<scale graph&comparison,& classification,&and&anomaly&detection
• Visual&analytics&and&real<time graphlet mining
Code
http://nesreenahmed.com/graphlets
https://github.com/nkahmed/PGD
Data
http://networkrepository.com
" Email%us%for%questions%
Thank&you!
Questions?
nesreen.k.ahmed@intel.com
http://nesreenahmed.com

Contenu connexe

En vedette

ICSEC2016-Policy management for docker ecosystem
ICSEC2016-Policy management for docker ecosystemICSEC2016-Policy management for docker ecosystem
ICSEC2016-Policy management for docker ecosystemBukhary Ikhwan Ismail
 
Modeling and Optimization of Resource Allocation in Cloud [PhD Thesis Progres...
Modeling and Optimization of Resource Allocation in Cloud [PhD Thesis Progres...Modeling and Optimization of Resource Allocation in Cloud [PhD Thesis Progres...
Modeling and Optimization of Resource Allocation in Cloud [PhD Thesis Progres...AtakanAral
 
Edge-Fog Cloud: Scaling IoT computations on the edge
Edge-Fog Cloud: Scaling IoT computations on the edgeEdge-Fog Cloud: Scaling IoT computations on the edge
Edge-Fog Cloud: Scaling IoT computations on the edgeNitinder Mohan
 
Architecting for AWS Cloud - let's do it right!
Architecting for AWS Cloud - let's do it right!Architecting for AWS Cloud - let's do it right!
Architecting for AWS Cloud - let's do it right!Misha Hanin
 
Summit 16: ARM Mini-Summit - Intro & Overview
Summit 16: ARM Mini-Summit - Intro & OverviewSummit 16: ARM Mini-Summit - Intro & Overview
Summit 16: ARM Mini-Summit - Intro & OverviewOPNFV
 
OpenWhisk on IBM Bluemix for the Industrial Internet
OpenWhisk on IBM Bluemix for the Industrial InternetOpenWhisk on IBM Bluemix for the Industrial Internet
OpenWhisk on IBM Bluemix for the Industrial InternetAltoros
 
Docker:- Application Delivery Platform Towards Edge Computing
Docker:- Application Delivery Platform Towards Edge ComputingDocker:- Application Delivery Platform Towards Edge Computing
Docker:- Application Delivery Platform Towards Edge ComputingBukhary Ikhwan Ismail
 
How to build a Distributed Serverless Polyglot Microservices IoT Platform us...
How to build a Distributed Serverless Polyglot Microservices IoT Platform us...How to build a Distributed Serverless Polyglot Microservices IoT Platform us...
How to build a Distributed Serverless Polyglot Microservices IoT Platform us...Animesh Singh
 
Announcing AWS Snowball Edge and AWS Snowmobile - December 2016 Monthly Webin...
Announcing AWS Snowball Edge and AWS Snowmobile - December 2016 Monthly Webin...Announcing AWS Snowball Edge and AWS Snowmobile - December 2016 Monthly Webin...
Announcing AWS Snowball Edge and AWS Snowmobile - December 2016 Monthly Webin...Amazon Web Services
 
AWS Lambda: Event-driven Code for Devices and the Cloud
AWS Lambda: Event-driven Code for Devices and the CloudAWS Lambda: Event-driven Code for Devices and the Cloud
AWS Lambda: Event-driven Code for Devices and the CloudAmazon Web Services
 
AWS re:Invent 2016: Operating Your Production API (SVR402)
AWS re:Invent 2016: Operating Your Production API (SVR402)AWS re:Invent 2016: Operating Your Production API (SVR402)
AWS re:Invent 2016: Operating Your Production API (SVR402)Amazon Web Services
 

En vedette (11)

ICSEC2016-Policy management for docker ecosystem
ICSEC2016-Policy management for docker ecosystemICSEC2016-Policy management for docker ecosystem
ICSEC2016-Policy management for docker ecosystem
 
Modeling and Optimization of Resource Allocation in Cloud [PhD Thesis Progres...
Modeling and Optimization of Resource Allocation in Cloud [PhD Thesis Progres...Modeling and Optimization of Resource Allocation in Cloud [PhD Thesis Progres...
Modeling and Optimization of Resource Allocation in Cloud [PhD Thesis Progres...
 
Edge-Fog Cloud: Scaling IoT computations on the edge
Edge-Fog Cloud: Scaling IoT computations on the edgeEdge-Fog Cloud: Scaling IoT computations on the edge
Edge-Fog Cloud: Scaling IoT computations on the edge
 
Architecting for AWS Cloud - let's do it right!
Architecting for AWS Cloud - let's do it right!Architecting for AWS Cloud - let's do it right!
Architecting for AWS Cloud - let's do it right!
 
Summit 16: ARM Mini-Summit - Intro & Overview
Summit 16: ARM Mini-Summit - Intro & OverviewSummit 16: ARM Mini-Summit - Intro & Overview
Summit 16: ARM Mini-Summit - Intro & Overview
 
OpenWhisk on IBM Bluemix for the Industrial Internet
OpenWhisk on IBM Bluemix for the Industrial InternetOpenWhisk on IBM Bluemix for the Industrial Internet
OpenWhisk on IBM Bluemix for the Industrial Internet
 
Docker:- Application Delivery Platform Towards Edge Computing
Docker:- Application Delivery Platform Towards Edge ComputingDocker:- Application Delivery Platform Towards Edge Computing
Docker:- Application Delivery Platform Towards Edge Computing
 
How to build a Distributed Serverless Polyglot Microservices IoT Platform us...
How to build a Distributed Serverless Polyglot Microservices IoT Platform us...How to build a Distributed Serverless Polyglot Microservices IoT Platform us...
How to build a Distributed Serverless Polyglot Microservices IoT Platform us...
 
Announcing AWS Snowball Edge and AWS Snowmobile - December 2016 Monthly Webin...
Announcing AWS Snowball Edge and AWS Snowmobile - December 2016 Monthly Webin...Announcing AWS Snowball Edge and AWS Snowmobile - December 2016 Monthly Webin...
Announcing AWS Snowball Edge and AWS Snowmobile - December 2016 Monthly Webin...
 
AWS Lambda: Event-driven Code for Devices and the Cloud
AWS Lambda: Event-driven Code for Devices and the CloudAWS Lambda: Event-driven Code for Devices and the Cloud
AWS Lambda: Event-driven Code for Devices and the Cloud
 
AWS re:Invent 2016: Operating Your Production API (SVR402)
AWS re:Invent 2016: Operating Your Production API (SVR402)AWS re:Invent 2016: Operating Your Production API (SVR402)
AWS re:Invent 2016: Operating Your Production API (SVR402)
 

Similaire à Fast Graphlet Decomposition: Theory, Algorithms, and Applications

The Power of Motif Counting Theory, Algorithms, and Applications for Large Gr...
The Power of Motif Counting Theory, Algorithms, and Applications for Large Gr...The Power of Motif Counting Theory, Algorithms, and Applications for Large Gr...
The Power of Motif Counting Theory, Algorithms, and Applications for Large Gr...Nesreen K. Ahmed
 
High-Performance Graph Analysis and Modeling
High-Performance Graph Analysis and ModelingHigh-Performance Graph Analysis and Modeling
High-Performance Graph Analysis and ModelingNesreen K. Ahmed
 
Leveraging Multiple GPUs and CPUs for Graphlet Counting in Large Networks
Leveraging Multiple GPUs and CPUs for  Graphlet Counting in Large Networks Leveraging Multiple GPUs and CPUs for  Graphlet Counting in Large Networks
Leveraging Multiple GPUs and CPUs for Graphlet Counting in Large Networks Ryan Rossi
 
Higher-order organization of complex networks
Higher-order organization of complex networksHigher-order organization of complex networks
Higher-order organization of complex networksDavid Gleich
 
Introduction to computer network 4th edition
Introduction to computer network   4th editionIntroduction to computer network   4th edition
Introduction to computer network 4th editionEnsign Handoko
 
Spectral-, source-, connectivity- and network analysis of EEG and MEG data
Spectral-, source-, connectivity- and network analysis of EEG and MEG dataSpectral-, source-, connectivity- and network analysis of EEG and MEG data
Spectral-, source-, connectivity- and network analysis of EEG and MEG dataRobert Oostenveld
 
From Lisp to Clojure/Incanter and RAn Introduction
From Lisp to Clojure/Incanter and RAn IntroductionFrom Lisp to Clojure/Incanter and RAn Introduction
From Lisp to Clojure/Incanter and RAn Introductionelliando dias
 
Network analysis lecture
Network analysis lectureNetwork analysis lecture
Network analysis lectureSara-Jayne Terp
 
Sattose keynote 2015: Managing Socio-Technical Dependencies in Dsitributed So...
Sattose keynote 2015: Managing Socio-Technical Dependencies in Dsitributed So...Sattose keynote 2015: Managing Socio-Technical Dependencies in Dsitributed So...
Sattose keynote 2015: Managing Socio-Technical Dependencies in Dsitributed So...anita_sarma
 
Creating a Custom Serialization Format (Gophercon 2017)
Creating a Custom Serialization Format (Gophercon 2017)Creating a Custom Serialization Format (Gophercon 2017)
Creating a Custom Serialization Format (Gophercon 2017)Scott Mansfield
 
Spectral clustering with motifs and higher-order structures
Spectral clustering with motifs and higher-order structuresSpectral clustering with motifs and higher-order structures
Spectral clustering with motifs and higher-order structuresDavid Gleich
 
Jagmohan presentation2008
Jagmohan presentation2008Jagmohan presentation2008
Jagmohan presentation2008Jag Mohan Singh
 
2014-mo444-practical-assignment-04-paulo_faria
2014-mo444-practical-assignment-04-paulo_faria2014-mo444-practical-assignment-04-paulo_faria
2014-mo444-practical-assignment-04-paulo_fariaPaulo Faria
 
The data streaming processing paradigm and its use in modern fog architectures
The data streaming processing paradigm and its use in modern fog architecturesThe data streaming processing paradigm and its use in modern fog architectures
The data streaming processing paradigm and its use in modern fog architecturesVincenzo Gulisano
 

Similaire à Fast Graphlet Decomposition: Theory, Algorithms, and Applications (20)

The Power of Motif Counting Theory, Algorithms, and Applications for Large Gr...
The Power of Motif Counting Theory, Algorithms, and Applications for Large Gr...The Power of Motif Counting Theory, Algorithms, and Applications for Large Gr...
The Power of Motif Counting Theory, Algorithms, and Applications for Large Gr...
 
High-Performance Graph Analysis and Modeling
High-Performance Graph Analysis and ModelingHigh-Performance Graph Analysis and Modeling
High-Performance Graph Analysis and Modeling
 
Lausanne 2019 #4
Lausanne 2019 #4Lausanne 2019 #4
Lausanne 2019 #4
 
Leveraging Multiple GPUs and CPUs for Graphlet Counting in Large Networks
Leveraging Multiple GPUs and CPUs for  Graphlet Counting in Large Networks Leveraging Multiple GPUs and CPUs for  Graphlet Counting in Large Networks
Leveraging Multiple GPUs and CPUs for Graphlet Counting in Large Networks
 
Higher-order organization of complex networks
Higher-order organization of complex networksHigher-order organization of complex networks
Higher-order organization of complex networks
 
Introduction to computer network 4th edition
Introduction to computer network   4th editionIntroduction to computer network   4th edition
Introduction to computer network 4th edition
 
Spectral-, source-, connectivity- and network analysis of EEG and MEG data
Spectral-, source-, connectivity- and network analysis of EEG and MEG dataSpectral-, source-, connectivity- and network analysis of EEG and MEG data
Spectral-, source-, connectivity- and network analysis of EEG and MEG data
 
Practical Magic with Incanter
Practical Magic with IncanterPractical Magic with Incanter
Practical Magic with Incanter
 
From Lisp to Clojure/Incanter and RAn Introduction
From Lisp to Clojure/Incanter and RAn IntroductionFrom Lisp to Clojure/Incanter and RAn Introduction
From Lisp to Clojure/Incanter and RAn Introduction
 
Network analysis lecture
Network analysis lectureNetwork analysis lecture
Network analysis lecture
 
Sattose keynote 2015: Managing Socio-Technical Dependencies in Dsitributed So...
Sattose keynote 2015: Managing Socio-Technical Dependencies in Dsitributed So...Sattose keynote 2015: Managing Socio-Technical Dependencies in Dsitributed So...
Sattose keynote 2015: Managing Socio-Technical Dependencies in Dsitributed So...
 
Creating a Custom Serialization Format (Gophercon 2017)
Creating a Custom Serialization Format (Gophercon 2017)Creating a Custom Serialization Format (Gophercon 2017)
Creating a Custom Serialization Format (Gophercon 2017)
 
Lec28
Lec28Lec28
Lec28
 
Spectral clustering with motifs and higher-order structures
Spectral clustering with motifs and higher-order structuresSpectral clustering with motifs and higher-order structures
Spectral clustering with motifs and higher-order structures
 
Jagmohan presentation2008
Jagmohan presentation2008Jagmohan presentation2008
Jagmohan presentation2008
 
31
3131
31
 
31 (1)
31 (1)31 (1)
31 (1)
 
2014-mo444-practical-assignment-04-paulo_faria
2014-mo444-practical-assignment-04-paulo_faria2014-mo444-practical-assignment-04-paulo_faria
2014-mo444-practical-assignment-04-paulo_faria
 
The data streaming processing paradigm and its use in modern fog architectures
The data streaming processing paradigm and its use in modern fog architecturesThe data streaming processing paradigm and its use in modern fog architectures
The data streaming processing paradigm and its use in modern fog architectures
 
Q
QQ
Q
 

Dernier

怎样办理圣地亚哥州立大学毕业证(SDSU毕业证书)成绩单学校原版复制
怎样办理圣地亚哥州立大学毕业证(SDSU毕业证书)成绩单学校原版复制怎样办理圣地亚哥州立大学毕业证(SDSU毕业证书)成绩单学校原版复制
怎样办理圣地亚哥州立大学毕业证(SDSU毕业证书)成绩单学校原版复制vexqp
 
Kings of Saudi Arabia, information about them
Kings of Saudi Arabia, information about themKings of Saudi Arabia, information about them
Kings of Saudi Arabia, information about themeitharjee
 
Predicting HDB Resale Prices - Conducting Linear Regression Analysis With Orange
Predicting HDB Resale Prices - Conducting Linear Regression Analysis With OrangePredicting HDB Resale Prices - Conducting Linear Regression Analysis With Orange
Predicting HDB Resale Prices - Conducting Linear Regression Analysis With OrangeThinkInnovation
 
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...Valters Lauzums
 
Top profile Call Girls In dimapur [ 7014168258 ] Call Me For Genuine Models W...
Top profile Call Girls In dimapur [ 7014168258 ] Call Me For Genuine Models W...Top profile Call Girls In dimapur [ 7014168258 ] Call Me For Genuine Models W...
Top profile Call Girls In dimapur [ 7014168258 ] Call Me For Genuine Models W...gajnagarg
 
Statistics notes ,it includes mean to index numbers
Statistics notes ,it includes mean to index numbersStatistics notes ,it includes mean to index numbers
Statistics notes ,it includes mean to index numberssuginr1
 
Computer science Sql cheat sheet.pdf.pdf
Computer science Sql cheat sheet.pdf.pdfComputer science Sql cheat sheet.pdf.pdf
Computer science Sql cheat sheet.pdf.pdfSayantanBiswas37
 
Jual obat aborsi Bandung ( 085657271886 ) Cytote pil telat bulan penggugur ka...
Jual obat aborsi Bandung ( 085657271886 ) Cytote pil telat bulan penggugur ka...Jual obat aborsi Bandung ( 085657271886 ) Cytote pil telat bulan penggugur ka...
Jual obat aborsi Bandung ( 085657271886 ) Cytote pil telat bulan penggugur ka...Klinik kandungan
 
TrafficWave Generator Will Instantly drive targeted and engaging traffic back...
TrafficWave Generator Will Instantly drive targeted and engaging traffic back...TrafficWave Generator Will Instantly drive targeted and engaging traffic back...
TrafficWave Generator Will Instantly drive targeted and engaging traffic back...SOFTTECHHUB
 
Top profile Call Girls In Vadodara [ 7014168258 ] Call Me For Genuine Models ...
Top profile Call Girls In Vadodara [ 7014168258 ] Call Me For Genuine Models ...Top profile Call Girls In Vadodara [ 7014168258 ] Call Me For Genuine Models ...
Top profile Call Girls In Vadodara [ 7014168258 ] Call Me For Genuine Models ...gajnagarg
 
Lecture_2_Deep_Learning_Overview-newone1
Lecture_2_Deep_Learning_Overview-newone1Lecture_2_Deep_Learning_Overview-newone1
Lecture_2_Deep_Learning_Overview-newone1ranjankumarbehera14
 
Top profile Call Girls In Begusarai [ 7014168258 ] Call Me For Genuine Models...
Top profile Call Girls In Begusarai [ 7014168258 ] Call Me For Genuine Models...Top profile Call Girls In Begusarai [ 7014168258 ] Call Me For Genuine Models...
Top profile Call Girls In Begusarai [ 7014168258 ] Call Me For Genuine Models...nirzagarg
 
In Riyadh ((+919101817206)) Cytotec kit @ Abortion Pills Saudi Arabia
In Riyadh ((+919101817206)) Cytotec kit @ Abortion Pills Saudi ArabiaIn Riyadh ((+919101817206)) Cytotec kit @ Abortion Pills Saudi Arabia
In Riyadh ((+919101817206)) Cytotec kit @ Abortion Pills Saudi Arabiaahmedjiabur940
 
5CL-ADBA,5cladba, Chinese supplier, safety is guaranteed
5CL-ADBA,5cladba, Chinese supplier, safety is guaranteed5CL-ADBA,5cladba, Chinese supplier, safety is guaranteed
5CL-ADBA,5cladba, Chinese supplier, safety is guaranteedamy56318795
 
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...ZurliaSoop
 
High Profile Call Girls Service in Jalore { 9332606886 } VVIP NISHA Call Girl...
High Profile Call Girls Service in Jalore { 9332606886 } VVIP NISHA Call Girl...High Profile Call Girls Service in Jalore { 9332606886 } VVIP NISHA Call Girl...
High Profile Call Girls Service in Jalore { 9332606886 } VVIP NISHA Call Girl...kumargunjan9515
 
Top profile Call Girls In bhavnagar [ 7014168258 ] Call Me For Genuine Models...
Top profile Call Girls In bhavnagar [ 7014168258 ] Call Me For Genuine Models...Top profile Call Girls In bhavnagar [ 7014168258 ] Call Me For Genuine Models...
Top profile Call Girls In bhavnagar [ 7014168258 ] Call Me For Genuine Models...gajnagarg
 
Reconciling Conflicting Data Curation Actions: Transparency Through Argument...
Reconciling Conflicting Data Curation Actions:  Transparency Through Argument...Reconciling Conflicting Data Curation Actions:  Transparency Through Argument...
Reconciling Conflicting Data Curation Actions: Transparency Through Argument...Bertram Ludäscher
 
Top profile Call Girls In Purnia [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Purnia [ 7014168258 ] Call Me For Genuine Models We...Top profile Call Girls In Purnia [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Purnia [ 7014168258 ] Call Me For Genuine Models We...nirzagarg
 
如何办理英国诺森比亚大学毕业证(NU毕业证书)成绩单原件一模一样
如何办理英国诺森比亚大学毕业证(NU毕业证书)成绩单原件一模一样如何办理英国诺森比亚大学毕业证(NU毕业证书)成绩单原件一模一样
如何办理英国诺森比亚大学毕业证(NU毕业证书)成绩单原件一模一样wsppdmt
 

Dernier (20)

怎样办理圣地亚哥州立大学毕业证(SDSU毕业证书)成绩单学校原版复制
怎样办理圣地亚哥州立大学毕业证(SDSU毕业证书)成绩单学校原版复制怎样办理圣地亚哥州立大学毕业证(SDSU毕业证书)成绩单学校原版复制
怎样办理圣地亚哥州立大学毕业证(SDSU毕业证书)成绩单学校原版复制
 
Kings of Saudi Arabia, information about them
Kings of Saudi Arabia, information about themKings of Saudi Arabia, information about them
Kings of Saudi Arabia, information about them
 
Predicting HDB Resale Prices - Conducting Linear Regression Analysis With Orange
Predicting HDB Resale Prices - Conducting Linear Regression Analysis With OrangePredicting HDB Resale Prices - Conducting Linear Regression Analysis With Orange
Predicting HDB Resale Prices - Conducting Linear Regression Analysis With Orange
 
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
 
Top profile Call Girls In dimapur [ 7014168258 ] Call Me For Genuine Models W...
Top profile Call Girls In dimapur [ 7014168258 ] Call Me For Genuine Models W...Top profile Call Girls In dimapur [ 7014168258 ] Call Me For Genuine Models W...
Top profile Call Girls In dimapur [ 7014168258 ] Call Me For Genuine Models W...
 
Statistics notes ,it includes mean to index numbers
Statistics notes ,it includes mean to index numbersStatistics notes ,it includes mean to index numbers
Statistics notes ,it includes mean to index numbers
 
Computer science Sql cheat sheet.pdf.pdf
Computer science Sql cheat sheet.pdf.pdfComputer science Sql cheat sheet.pdf.pdf
Computer science Sql cheat sheet.pdf.pdf
 
Jual obat aborsi Bandung ( 085657271886 ) Cytote pil telat bulan penggugur ka...
Jual obat aborsi Bandung ( 085657271886 ) Cytote pil telat bulan penggugur ka...Jual obat aborsi Bandung ( 085657271886 ) Cytote pil telat bulan penggugur ka...
Jual obat aborsi Bandung ( 085657271886 ) Cytote pil telat bulan penggugur ka...
 
TrafficWave Generator Will Instantly drive targeted and engaging traffic back...
TrafficWave Generator Will Instantly drive targeted and engaging traffic back...TrafficWave Generator Will Instantly drive targeted and engaging traffic back...
TrafficWave Generator Will Instantly drive targeted and engaging traffic back...
 
Top profile Call Girls In Vadodara [ 7014168258 ] Call Me For Genuine Models ...
Top profile Call Girls In Vadodara [ 7014168258 ] Call Me For Genuine Models ...Top profile Call Girls In Vadodara [ 7014168258 ] Call Me For Genuine Models ...
Top profile Call Girls In Vadodara [ 7014168258 ] Call Me For Genuine Models ...
 
Lecture_2_Deep_Learning_Overview-newone1
Lecture_2_Deep_Learning_Overview-newone1Lecture_2_Deep_Learning_Overview-newone1
Lecture_2_Deep_Learning_Overview-newone1
 
Top profile Call Girls In Begusarai [ 7014168258 ] Call Me For Genuine Models...
Top profile Call Girls In Begusarai [ 7014168258 ] Call Me For Genuine Models...Top profile Call Girls In Begusarai [ 7014168258 ] Call Me For Genuine Models...
Top profile Call Girls In Begusarai [ 7014168258 ] Call Me For Genuine Models...
 
In Riyadh ((+919101817206)) Cytotec kit @ Abortion Pills Saudi Arabia
In Riyadh ((+919101817206)) Cytotec kit @ Abortion Pills Saudi ArabiaIn Riyadh ((+919101817206)) Cytotec kit @ Abortion Pills Saudi Arabia
In Riyadh ((+919101817206)) Cytotec kit @ Abortion Pills Saudi Arabia
 
5CL-ADBA,5cladba, Chinese supplier, safety is guaranteed
5CL-ADBA,5cladba, Chinese supplier, safety is guaranteed5CL-ADBA,5cladba, Chinese supplier, safety is guaranteed
5CL-ADBA,5cladba, Chinese supplier, safety is guaranteed
 
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
 
High Profile Call Girls Service in Jalore { 9332606886 } VVIP NISHA Call Girl...
High Profile Call Girls Service in Jalore { 9332606886 } VVIP NISHA Call Girl...High Profile Call Girls Service in Jalore { 9332606886 } VVIP NISHA Call Girl...
High Profile Call Girls Service in Jalore { 9332606886 } VVIP NISHA Call Girl...
 
Top profile Call Girls In bhavnagar [ 7014168258 ] Call Me For Genuine Models...
Top profile Call Girls In bhavnagar [ 7014168258 ] Call Me For Genuine Models...Top profile Call Girls In bhavnagar [ 7014168258 ] Call Me For Genuine Models...
Top profile Call Girls In bhavnagar [ 7014168258 ] Call Me For Genuine Models...
 
Reconciling Conflicting Data Curation Actions: Transparency Through Argument...
Reconciling Conflicting Data Curation Actions:  Transparency Through Argument...Reconciling Conflicting Data Curation Actions:  Transparency Through Argument...
Reconciling Conflicting Data Curation Actions: Transparency Through Argument...
 
Top profile Call Girls In Purnia [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Purnia [ 7014168258 ] Call Me For Genuine Models We...Top profile Call Girls In Purnia [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Purnia [ 7014168258 ] Call Me For Genuine Models We...
 
如何办理英国诺森比亚大学毕业证(NU毕业证书)成绩单原件一模一样
如何办理英国诺森比亚大学毕业证(NU毕业证书)成绩单原件一模一样如何办理英国诺森比亚大学毕业证(NU毕业证书)成绩单原件一模一样
如何办理英国诺森比亚大学毕业证(NU毕业证书)成绩单原件一模一样
 

Fast Graphlet Decomposition: Theory, Algorithms, and Applications