SlideShare a Scribd company logo
1 of 26
Community Structures
Erika	Fille	T.	Legara,	Ph.D.	
@eflegara		|	h5p://eflegara.github.io	
Scien&st,	IHPC-A*STAR	
http://tiny.cc/commdet2017
http://tinyurl.com/commdet2017
Walkthrough
•  Network structure and function
•  Communities
•  Community detection algorithms
•  Divisive
•  Agglomeratxive
•  Application: Community detection in framing analysis
•  Hands-on http://tiny.cc/commdet2017
http://tinyurl.com/commdet2017
Network Structure
•  Path length
•  Diameter
•  Clustering coefficient
•  Degree distribution
•  Centrality measures
Community	Structures	|	EF	Legara	|	2016	NTU	Winter	School	on	Complexity	Science	
What would the behaviour of
networked systems be based on their
structural properties?
Structure	 Func*on
Communities
•  Cluster, module, group
•  A group of nodes that have a
higher likelihood of connecting
to each other than to nodes
from other communities
Community	Structures	|	EF	Legara	|	2016	NTU	Winter	School	on	Complexity	Science
Example of Communities
•  Network: World Wide Web
•  Communities: Sites on related topics
•  Network: Friendship network
•  Communities: Group formation among people
•  Network: Metabolic networks
•  Communities: Functional modules
•  Network: Collaboration network
•  Communities: Research fields
Community	Structures	|	EF	Legara	|	2016	NTU	Winter	School	on	Complexity	Science
Social Networks: Politics, Ideologies
Community	Structures	|	EF	Legara	|	2016	NTU	Winter	School	on	Complexity	Science	
The political blogosphere and the 2004 U.S. election:
divided they blog
by Lada Adamic, Natalie Glance
Social media, political change and the #RapplerDebate
by Maria A. Ressa and Russell Shepherd
How does one find the
Communities?
Community	Structures	|	EF	Legara	|	2016	NTU	Winter	School	on	Complexity	Science
Zachary’s karate club
34	members	of	a	karate	club	
78	pairwise	links	between	members	who	
interacted	outside	the	club	
“Mr.	Hi”	
“John	A”
Methods
Agglomera]ve	 Divisive	
Cut	3	classes
Cut	4	classes
Cut	6	classes
Community	Structures	|	EF	Legara	|	2016	NTU	Winter	School	on	Complexity	Science
Modularity
•  Measure the quality of a partition
“the fraction of edges that fall within communities, minus the
expected value of the same quantity if edges fall at random
without regard for the community structure”
Community	Structures	|	EF	Legara	|	2016	NTU	Winter	School	on	Complexity	Science	
Mc =
ncX
c=1
"
Lc
L
✓
kc
2L
◆2
#
Modularity
Community	Structures	|	EF	Legara	|	2016	NTU	Winter	School	on	Complexity	Science	
Mc =
ncX
c=1
"
Lc
L
✓
kc
2L
◆2
#
Number of
communities
Total number
of links in
Community c
Total node
degrees in
Community c
Total number of
links
Modularity
Community	Structures	|	EF	Legara	|	2017	NTU	Winter	School	on	Complexity	Science	
Mc =
ncX
c=1
"
Lc
L
✓
kc
2L
◆2
#
Number of
communities
Total number
of links in
Community c
Total node
degrees in
Community c
Total number of
links
1	 2	
3	
Community	1:		
"
6
20
✓
14
40
◆2
#
"
4
20
✓
10
40
◆2
#
Community	3:		
Mc = 0.50
Community	2:		
"
7
20
✓
16
40
◆2
#
Modularity
Community	Structures	|	EF	Legara	|	2017	NTU	Winter	School	on	Complexity	Science	
Mc =
ncX
c=1
"
Lc
L
✓
kc
2L
◆2
#
Number of
communities
Total number
of links in
Community c
Total node
degrees in
Community c
Total number of
links
1	 2	
3	
Mc = 0.35
Community	1:		
"
4
20
✓
10
40
◆2
#
Community	3:		
"
2
20
✓
8
40
◆2
#
Community	2:		
"
9
20
✓
22
40
◆2
#
Modularity
Community	Structures	|	EF	Legara	|	2017	NTU	Winter	School	on	Complexity	Science	
Mc =
ncX
c=1
"
Lc
L
✓
kc
2L
◆2
#
Number of
communities
Total number
of links in
Community c
Total node
degrees in
Community c
Total number of
links
M = 0
1	 2	
3	
Mc = 0.50
M = 0
1	 2	
3	
Mc = 0.35
Optimal Partition Suboptimal Partition
One Community
Modularity
Mc =
ncX
c=1
"
Lc
L
✓
kc
2L
◆2
#
Community	Structures	|	EF	Legara	|	2017	NTU	Winter	School	on	Complexity	Science
Quantifying Community Structures
Divisive
•  Girvan-Newman Algorithm (edge betweenness)
Agglomerative
•  Hierarchical clustering (distance matrix)
•  Louvain Method (modularity-maximization)
Community	Structures	|	EF	Legara	|	2016	NTU	Winter	School	on	Complexity	Science	
Cut	3	classes
Cut	4	classes
Cut	6	classes
Community Detection in Framing Analysis
Framing - the “central organizing idea for
making sense of an issue or conflict and
suggesting what is at stake”
Community	Structures	|	EF	Legara	|	2016	NTU	Winter	School	on	Complexity	Science	
EF Legara, C Monterola, C David, and JM Atun, "News Framing of
Population and Family Planning Issues via Syntactic Network
Analysis", Intl J of Mod Phys C 21, Issue: 1, pp. 51-65 (2010). 	
A	Network	of	Words
“Frames have been shown experimentally to cause differences
in attributions of responsibility among readers or audiences.”
Community	Structures	|	EF	Legara	|	2016	NTU	Winter	School	on	Complexity	Science
•  346 news articles (randomly sampled)
•  Population, family planning, reproductive health, and
contraception published between 1987 and 2007
Framing in the News
Community	Structures	|	EF	Legara	|	2016	NTU	Winter	School	on	Complexity	Science
Every article assigned to
a single dominant frame
q Population and Development
q Family Planning as Conflict between
Government and Church
q Women’s and Reproductive Health
q Population Management Threatens
Morals and Values
q Population Growth and
Demographic Trends
q Others
Community	Structures	|	EF	Legara	|	2016	NTU	Winter	School	on	Complexity	Science
Community	Structures	|	EF	Legara	|	2016	NTU	Winter	School	on	Complexity	Science	
Collected Articles
Delete stop words and replace
with placeholder “xxx”
Generalize conceptually
similar terms
Obtain high-frequency words
A Network of Words
Community	Structures	|	EF	Legara	|	2016	NTU	Winter	School	on	Complexity	Science	
Map words: add edge weight
(1u) between nodes if words co-
exist in a scanning window
Create co-occurrence
network
Perform cluster analysis
Co-Occurrence
Network of
Words
Community	Structures	|	EF	Legara	|	2016	NTU	Winter	School	on	Complexity	Science
F1:	Popula]on	and	Development	
F2:	Popula]on	Growth	and	
Demographic	Trends	
F3:	Women’s	and	Reproduc]ve	Health	
F4:	Family	Planning	as	Conflict	
between	Government	and	Church	
F5:	Popula]on	Management	
Threatens	Morals	and	Values	
F6:	Others	
Development	Frame	
Maternal	Health	Frame	
Framing	by	the	Church	
F1:	Popula]on	and	Development	
F2:	Popula]on	Growth	and	
Demographic	Trends	
F3:	Women’s	and	Reproduc]ve	Health	
F4:	Family	Planning	as	Conflict	
between	Government	and	Church	
F5:	Popula]on	Management	
Threatens	Morals	and	Values	
F6:	Others	
Community	Structures	|	EF	Legara	|	2016	NTU	Winter	School	on	Complexity	Science	
Coding	done	by	communica*on	
research	experts
http://tinyurl.com/NetStruc2016
http://tiny.cc/NetStruc2016
Community	Structures	|	EF	Legara	|	2016	NTU	Winter	School	on	Complexity	Science
Community Structures
Erika	Fille	T.	Legara,	Ph.D.	
@eflegara	
Scien&st,	IHPC-A*STAR	
http://tiny.cc/commdet2017
http://tinyurl.com/commdet2017

More Related Content

What's hot

Scalable community detection with the louvain algorithm
Scalable community detection with the louvain algorithmScalable community detection with the louvain algorithm
Scalable community detection with the louvain algorithmNavid Sedighpour
 
Community Detection in Social Networks: A Brief Overview
Community Detection in Social Networks: A Brief OverviewCommunity Detection in Social Networks: A Brief Overview
Community Detection in Social Networks: A Brief OverviewSatyaki Sikdar
 
Social Network Analysis: What It Is, Why We Should Care, and What We Can Lear...
Social Network Analysis: What It Is, Why We Should Care, and What We Can Lear...Social Network Analysis: What It Is, Why We Should Care, and What We Can Lear...
Social Network Analysis: What It Is, Why We Should Care, and What We Can Lear...Xiaohan Zeng
 
Social network analysis intro part I
Social network analysis intro part ISocial network analysis intro part I
Social network analysis intro part ITHomas Plotkowiak
 
Group and Community Detection in Social Networks
Group and Community Detection in Social NetworksGroup and Community Detection in Social Networks
Group and Community Detection in Social NetworksKent State University
 
Spectral clustering
Spectral clusteringSpectral clustering
Spectral clusteringSOYEON KIM
 
Introduction to Graph neural networks @ Vienna Deep Learning meetup
Introduction to Graph neural networks @  Vienna Deep Learning meetupIntroduction to Graph neural networks @  Vienna Deep Learning meetup
Introduction to Graph neural networks @ Vienna Deep Learning meetupLiad Magen
 
Graph Representation Learning
Graph Representation LearningGraph Representation Learning
Graph Representation LearningJure Leskovec
 
Community detection
Community detectionCommunity detection
Community detectionScott Pauls
 
Social Network Analysis Introduction including Data Structure Graph overview.
Social Network Analysis Introduction including Data Structure Graph overview. Social Network Analysis Introduction including Data Structure Graph overview.
Social Network Analysis Introduction including Data Structure Graph overview. Doug Needham
 
Introduction to Graph Neural Networks: Basics and Applications - Katsuhiko Is...
Introduction to Graph Neural Networks: Basics and Applications - Katsuhiko Is...Introduction to Graph Neural Networks: Basics and Applications - Katsuhiko Is...
Introduction to Graph Neural Networks: Basics and Applications - Katsuhiko Is...Preferred Networks
 
Social network analysis part ii
Social network analysis part iiSocial network analysis part ii
Social network analysis part iiTHomas Plotkowiak
 
Density Based Clustering
Density Based ClusteringDensity Based Clustering
Density Based ClusteringSSA KPI
 
Complex and Social Network Analysis in Python
Complex and Social Network Analysis in PythonComplex and Social Network Analysis in Python
Complex and Social Network Analysis in Pythonrik0
 
Network embedding
Network embeddingNetwork embedding
Network embeddingSOYEON KIM
 
CS6010 Social Network Analysis Unit IV
CS6010 Social Network Analysis Unit IVCS6010 Social Network Analysis Unit IV
CS6010 Social Network Analysis Unit IVpkaviya
 
Overlapping community detection survey
Overlapping community detection surveyOverlapping community detection survey
Overlapping community detection survey煜林 车
 
Graph kernels
Graph kernelsGraph kernels
Graph kernelsLuc Brun
 

What's hot (20)

Scalable community detection with the louvain algorithm
Scalable community detection with the louvain algorithmScalable community detection with the louvain algorithm
Scalable community detection with the louvain algorithm
 
Community Detection in Social Networks: A Brief Overview
Community Detection in Social Networks: A Brief OverviewCommunity Detection in Social Networks: A Brief Overview
Community Detection in Social Networks: A Brief Overview
 
Social Network Analysis: What It Is, Why We Should Care, and What We Can Lear...
Social Network Analysis: What It Is, Why We Should Care, and What We Can Lear...Social Network Analysis: What It Is, Why We Should Care, and What We Can Lear...
Social Network Analysis: What It Is, Why We Should Care, and What We Can Lear...
 
Social network analysis intro part I
Social network analysis intro part ISocial network analysis intro part I
Social network analysis intro part I
 
Group and Community Detection in Social Networks
Group and Community Detection in Social NetworksGroup and Community Detection in Social Networks
Group and Community Detection in Social Networks
 
Spectral clustering
Spectral clusteringSpectral clustering
Spectral clustering
 
Introduction to Graph neural networks @ Vienna Deep Learning meetup
Introduction to Graph neural networks @  Vienna Deep Learning meetupIntroduction to Graph neural networks @  Vienna Deep Learning meetup
Introduction to Graph neural networks @ Vienna Deep Learning meetup
 
Graph Representation Learning
Graph Representation LearningGraph Representation Learning
Graph Representation Learning
 
Community detection
Community detectionCommunity detection
Community detection
 
Social Network Analysis Introduction including Data Structure Graph overview.
Social Network Analysis Introduction including Data Structure Graph overview. Social Network Analysis Introduction including Data Structure Graph overview.
Social Network Analysis Introduction including Data Structure Graph overview.
 
Introduction to Graph Neural Networks: Basics and Applications - Katsuhiko Is...
Introduction to Graph Neural Networks: Basics and Applications - Katsuhiko Is...Introduction to Graph Neural Networks: Basics and Applications - Katsuhiko Is...
Introduction to Graph Neural Networks: Basics and Applications - Katsuhiko Is...
 
Social network analysis part ii
Social network analysis part iiSocial network analysis part ii
Social network analysis part ii
 
Density Based Clustering
Density Based ClusteringDensity Based Clustering
Density Based Clustering
 
Graph clustering
Graph clusteringGraph clustering
Graph clustering
 
Gnn overview
Gnn overviewGnn overview
Gnn overview
 
Complex and Social Network Analysis in Python
Complex and Social Network Analysis in PythonComplex and Social Network Analysis in Python
Complex and Social Network Analysis in Python
 
Network embedding
Network embeddingNetwork embedding
Network embedding
 
CS6010 Social Network Analysis Unit IV
CS6010 Social Network Analysis Unit IVCS6010 Social Network Analysis Unit IV
CS6010 Social Network Analysis Unit IV
 
Overlapping community detection survey
Overlapping community detection surveyOverlapping community detection survey
Overlapping community detection survey
 
Graph kernels
Graph kernelsGraph kernels
Graph kernels
 

Similar to Community Detection with Networkx

Network sampling, community detection
Network sampling, community detectionNetwork sampling, community detection
Network sampling, community detectionroberval mariano
 
2016 Cytoscape 3.3 Tutorial
2016 Cytoscape 3.3 Tutorial2016 Cytoscape 3.3 Tutorial
2016 Cytoscape 3.3 TutorialAlexander Pico
 
Algorithm in Social network of graph and social network analysis
Algorithm in Social network of graph and social network analysisAlgorithm in Social network of graph and social network analysis
Algorithm in Social network of graph and social network analysisoliviaclark2905
 
20191107 deeplearningapproachesfornetworks
20191107 deeplearningapproachesfornetworks20191107 deeplearningapproachesfornetworks
20191107 deeplearningapproachesfornetworkstm1966
 
CS6010 Social Network Analysis Unit III
CS6010 Social Network Analysis   Unit IIICS6010 Social Network Analysis   Unit III
CS6010 Social Network Analysis Unit IIIpkaviya
 
Network Visualization guest lecture at #DataVizQMSS at @Columbia / #SNA at PU...
Network Visualization guest lecture at #DataVizQMSS at @Columbia / #SNA at PU...Network Visualization guest lecture at #DataVizQMSS at @Columbia / #SNA at PU...
Network Visualization guest lecture at #DataVizQMSS at @Columbia / #SNA at PU...Denis Parra Santander
 
16 zaman nips10_workshop_v2
16 zaman nips10_workshop_v216 zaman nips10_workshop_v2
16 zaman nips10_workshop_v2talktoharry
 
network mining and representation learning
network mining and representation learningnetwork mining and representation learning
network mining and representation learningsun peiyuan
 
Higher-order clustering coefficients at Purdue CSoI
Higher-order clustering coefficients at Purdue CSoIHigher-order clustering coefficients at Purdue CSoI
Higher-order clustering coefficients at Purdue CSoIAustin Benson
 
Exploring Generative Models of Tripartite Graphs for Recommendation in Social...
Exploring Generative Models of Tripartite Graphs for Recommendation in Social...Exploring Generative Models of Tripartite Graphs for Recommendation in Social...
Exploring Generative Models of Tripartite Graphs for Recommendation in Social...Charalampos Chelmis
 
Network Construction and Visualization.pdf
Network Construction and Visualization.pdfNetwork Construction and Visualization.pdf
Network Construction and Visualization.pdfFrancisco Restivo
 
Predicting Communication Intention in Social Media
Predicting Communication Intention in Social MediaPredicting Communication Intention in Social Media
Predicting Communication Intention in Social MediaCharalampos Chelmis
 
CS6010 Social Network Analysis Unit V
CS6010 Social Network Analysis Unit VCS6010 Social Network Analysis Unit V
CS6010 Social Network Analysis Unit Vpkaviya
 
Using content and interactions for discovering communities in
Using content and interactions for discovering communities inUsing content and interactions for discovering communities in
Using content and interactions for discovering communities inmoresmile
 
SCALABLE LOCAL COMMUNITY DETECTION WITH MAPREDUCE FOR LARGE NETWORKS
SCALABLE LOCAL COMMUNITY DETECTION WITH MAPREDUCE FOR LARGE NETWORKSSCALABLE LOCAL COMMUNITY DETECTION WITH MAPREDUCE FOR LARGE NETWORKS
SCALABLE LOCAL COMMUNITY DETECTION WITH MAPREDUCE FOR LARGE NETWORKSIJDKP
 
Scalable Local Community Detection with Mapreduce for Large Networks
Scalable Local Community Detection with Mapreduce for Large NetworksScalable Local Community Detection with Mapreduce for Large Networks
Scalable Local Community Detection with Mapreduce for Large NetworksIJDKP
 
MSCX2023_Sergio Gomez_PartI
MSCX2023_Sergio Gomez_PartIMSCX2023_Sergio Gomez_PartI
MSCX2023_Sergio Gomez_PartImscx
 
Networks, Deep Learning (and COVID-19)
Networks, Deep Learning (and COVID-19)Networks, Deep Learning (and COVID-19)
Networks, Deep Learning (and COVID-19)tm1966
 

Similar to Community Detection with Networkx (20)

Network sampling, community detection
Network sampling, community detectionNetwork sampling, community detection
Network sampling, community detection
 
2016 Cytoscape 3.3 Tutorial
2016 Cytoscape 3.3 Tutorial2016 Cytoscape 3.3 Tutorial
2016 Cytoscape 3.3 Tutorial
 
Algorithm in Social network of graph and social network analysis
Algorithm in Social network of graph and social network analysisAlgorithm in Social network of graph and social network analysis
Algorithm in Social network of graph and social network analysis
 
20191107 deeplearningapproachesfornetworks
20191107 deeplearningapproachesfornetworks20191107 deeplearningapproachesfornetworks
20191107 deeplearningapproachesfornetworks
 
CS6010 Social Network Analysis Unit III
CS6010 Social Network Analysis   Unit IIICS6010 Social Network Analysis   Unit III
CS6010 Social Network Analysis Unit III
 
Network Visualization guest lecture at #DataVizQMSS at @Columbia / #SNA at PU...
Network Visualization guest lecture at #DataVizQMSS at @Columbia / #SNA at PU...Network Visualization guest lecture at #DataVizQMSS at @Columbia / #SNA at PU...
Network Visualization guest lecture at #DataVizQMSS at @Columbia / #SNA at PU...
 
16 zaman nips10_workshop_v2
16 zaman nips10_workshop_v216 zaman nips10_workshop_v2
16 zaman nips10_workshop_v2
 
network mining and representation learning
network mining and representation learningnetwork mining and representation learning
network mining and representation learning
 
Higher-order clustering coefficients at Purdue CSoI
Higher-order clustering coefficients at Purdue CSoIHigher-order clustering coefficients at Purdue CSoI
Higher-order clustering coefficients at Purdue CSoI
 
Exploring Generative Models of Tripartite Graphs for Recommendation in Social...
Exploring Generative Models of Tripartite Graphs for Recommendation in Social...Exploring Generative Models of Tripartite Graphs for Recommendation in Social...
Exploring Generative Models of Tripartite Graphs for Recommendation in Social...
 
Network Construction and Visualization.pdf
Network Construction and Visualization.pdfNetwork Construction and Visualization.pdf
Network Construction and Visualization.pdf
 
Predicting Communication Intention in Social Media
Predicting Communication Intention in Social MediaPredicting Communication Intention in Social Media
Predicting Communication Intention in Social Media
 
CS6010 Social Network Analysis Unit V
CS6010 Social Network Analysis Unit VCS6010 Social Network Analysis Unit V
CS6010 Social Network Analysis Unit V
 
Hierarchical Clustering
Hierarchical ClusteringHierarchical Clustering
Hierarchical Clustering
 
Using content and interactions for discovering communities in
Using content and interactions for discovering communities inUsing content and interactions for discovering communities in
Using content and interactions for discovering communities in
 
Opinion and Consensus Dynamics in Tourism Digital Ecosystems
Opinion and Consensus Dynamics in Tourism Digital EcosystemsOpinion and Consensus Dynamics in Tourism Digital Ecosystems
Opinion and Consensus Dynamics in Tourism Digital Ecosystems
 
SCALABLE LOCAL COMMUNITY DETECTION WITH MAPREDUCE FOR LARGE NETWORKS
SCALABLE LOCAL COMMUNITY DETECTION WITH MAPREDUCE FOR LARGE NETWORKSSCALABLE LOCAL COMMUNITY DETECTION WITH MAPREDUCE FOR LARGE NETWORKS
SCALABLE LOCAL COMMUNITY DETECTION WITH MAPREDUCE FOR LARGE NETWORKS
 
Scalable Local Community Detection with Mapreduce for Large Networks
Scalable Local Community Detection with Mapreduce for Large NetworksScalable Local Community Detection with Mapreduce for Large Networks
Scalable Local Community Detection with Mapreduce for Large Networks
 
MSCX2023_Sergio Gomez_PartI
MSCX2023_Sergio Gomez_PartIMSCX2023_Sergio Gomez_PartI
MSCX2023_Sergio Gomez_PartI
 
Networks, Deep Learning (and COVID-19)
Networks, Deep Learning (and COVID-19)Networks, Deep Learning (and COVID-19)
Networks, Deep Learning (and COVID-19)
 

More from Erika Fille Legara

Integrating Generative AI into Educational Practices.pdf
Integrating Generative AI into Educational Practices.pdfIntegrating Generative AI into Educational Practices.pdf
Integrating Generative AI into Educational Practices.pdfErika Fille Legara
 
Enhancing Public Sector Productivity with Technology
Enhancing Public Sector Productivity with TechnologyEnhancing Public Sector Productivity with Technology
Enhancing Public Sector Productivity with TechnologyErika Fille Legara
 
IoT and Big Data Analytics - the Philippines at the Crossroads
IoT and Big Data Analytics - the Philippines at the CrossroadsIoT and Big Data Analytics - the Philippines at the Crossroads
IoT and Big Data Analytics - the Philippines at the CrossroadsErika Fille Legara
 
Why Python in Scientific Research?
Why Python in Scientific Research?Why Python in Scientific Research?
Why Python in Scientific Research?Erika Fille Legara
 
Data Analytics: Opportunities and Challenges for Business Schools
Data Analytics: Opportunities and Challenges for Business SchoolsData Analytics: Opportunities and Challenges for Business Schools
Data Analytics: Opportunities and Challenges for Business SchoolsErika Fille Legara
 
Machine Learning and the Smart City
Machine Learning and the Smart CityMachine Learning and the Smart City
Machine Learning and the Smart CityErika Fille Legara
 

More from Erika Fille Legara (8)

Integrating Generative AI into Educational Practices.pdf
Integrating Generative AI into Educational Practices.pdfIntegrating Generative AI into Educational Practices.pdf
Integrating Generative AI into Educational Practices.pdf
 
Enhancing Public Sector Productivity with Technology
Enhancing Public Sector Productivity with TechnologyEnhancing Public Sector Productivity with Technology
Enhancing Public Sector Productivity with Technology
 
The Power of Partnerships
The Power of PartnershipsThe Power of Partnerships
The Power of Partnerships
 
IoT and Big Data Analytics - the Philippines at the Crossroads
IoT and Big Data Analytics - the Philippines at the CrossroadsIoT and Big Data Analytics - the Philippines at the Crossroads
IoT and Big Data Analytics - the Philippines at the Crossroads
 
Why Python in Scientific Research?
Why Python in Scientific Research?Why Python in Scientific Research?
Why Python in Scientific Research?
 
Data Analytics: Opportunities and Challenges for Business Schools
Data Analytics: Opportunities and Challenges for Business SchoolsData Analytics: Opportunities and Challenges for Business Schools
Data Analytics: Opportunities and Challenges for Business Schools
 
Big Data Talk
Big Data TalkBig Data Talk
Big Data Talk
 
Machine Learning and the Smart City
Machine Learning and the Smart CityMachine Learning and the Smart City
Machine Learning and the Smart City
 

Recently uploaded

Lucknow 💋 Russian Call Girls Lucknow Finest Escorts Service 8923113531 Availa...
Lucknow 💋 Russian Call Girls Lucknow Finest Escorts Service 8923113531 Availa...Lucknow 💋 Russian Call Girls Lucknow Finest Escorts Service 8923113531 Availa...
Lucknow 💋 Russian Call Girls Lucknow Finest Escorts Service 8923113531 Availa...anilsa9823
 
Presentation Vikram Lander by Vedansh Gupta.pptx
Presentation Vikram Lander by Vedansh Gupta.pptxPresentation Vikram Lander by Vedansh Gupta.pptx
Presentation Vikram Lander by Vedansh Gupta.pptxgindu3009
 
GFP in rDNA Technology (Biotechnology).pptx
GFP in rDNA Technology (Biotechnology).pptxGFP in rDNA Technology (Biotechnology).pptx
GFP in rDNA Technology (Biotechnology).pptxAleenaTreesaSaji
 
Hire 💕 9907093804 Hooghly Call Girls Service Call Girls Agency
Hire 💕 9907093804 Hooghly Call Girls Service Call Girls AgencyHire 💕 9907093804 Hooghly Call Girls Service Call Girls Agency
Hire 💕 9907093804 Hooghly Call Girls Service Call Girls AgencySheetal Arora
 
DIFFERENCE IN BACK CROSS AND TEST CROSS
DIFFERENCE IN  BACK CROSS AND TEST CROSSDIFFERENCE IN  BACK CROSS AND TEST CROSS
DIFFERENCE IN BACK CROSS AND TEST CROSSLeenakshiTyagi
 
Green chemistry and Sustainable development.pptx
Green chemistry  and Sustainable development.pptxGreen chemistry  and Sustainable development.pptx
Green chemistry and Sustainable development.pptxRajatChauhan518211
 
Botany 4th semester series (krishna).pdf
Botany 4th semester series (krishna).pdfBotany 4th semester series (krishna).pdf
Botany 4th semester series (krishna).pdfSumit Kumar yadav
 
Disentangling the origin of chemical differences using GHOST
Disentangling the origin of chemical differences using GHOSTDisentangling the origin of chemical differences using GHOST
Disentangling the origin of chemical differences using GHOSTSérgio Sacani
 
Botany krishna series 2nd semester Only Mcq type questions
Botany krishna series 2nd semester Only Mcq type questionsBotany krishna series 2nd semester Only Mcq type questions
Botany krishna series 2nd semester Only Mcq type questionsSumit Kumar yadav
 
Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...
Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...
Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...Sérgio Sacani
 
Nanoparticles synthesis and characterization​ ​
Nanoparticles synthesis and characterization​  ​Nanoparticles synthesis and characterization​  ​
Nanoparticles synthesis and characterization​ ​kaibalyasahoo82800
 
Biopesticide (2).pptx .This slides helps to know the different types of biop...
Biopesticide (2).pptx  .This slides helps to know the different types of biop...Biopesticide (2).pptx  .This slides helps to know the different types of biop...
Biopesticide (2).pptx .This slides helps to know the different types of biop...RohitNehra6
 
Raman spectroscopy.pptx M Pharm, M Sc, Advanced Spectral Analysis
Raman spectroscopy.pptx M Pharm, M Sc, Advanced Spectral AnalysisRaman spectroscopy.pptx M Pharm, M Sc, Advanced Spectral Analysis
Raman spectroscopy.pptx M Pharm, M Sc, Advanced Spectral AnalysisDiwakar Mishra
 
Chemistry 4th semester series (krishna).pdf
Chemistry 4th semester series (krishna).pdfChemistry 4th semester series (krishna).pdf
Chemistry 4th semester series (krishna).pdfSumit Kumar yadav
 
Formation of low mass protostars and their circumstellar disks
Formation of low mass protostars and their circumstellar disksFormation of low mass protostars and their circumstellar disks
Formation of low mass protostars and their circumstellar disksSérgio Sacani
 
9654467111 Call Girls In Raj Nagar Delhi Short 1500 Night 6000
9654467111 Call Girls In Raj Nagar Delhi Short 1500 Night 60009654467111 Call Girls In Raj Nagar Delhi Short 1500 Night 6000
9654467111 Call Girls In Raj Nagar Delhi Short 1500 Night 6000Sapana Sha
 
Recombination DNA Technology (Nucleic Acid Hybridization )
Recombination DNA Technology (Nucleic Acid Hybridization )Recombination DNA Technology (Nucleic Acid Hybridization )
Recombination DNA Technology (Nucleic Acid Hybridization )aarthirajkumar25
 
Broad bean, Lima Bean, Jack bean, Ullucus.pptx
Broad bean, Lima Bean, Jack bean, Ullucus.pptxBroad bean, Lima Bean, Jack bean, Ullucus.pptx
Broad bean, Lima Bean, Jack bean, Ullucus.pptxjana861314
 
STERILITY TESTING OF PHARMACEUTICALS ppt by DR.C.P.PRINCE
STERILITY TESTING OF PHARMACEUTICALS ppt by DR.C.P.PRINCESTERILITY TESTING OF PHARMACEUTICALS ppt by DR.C.P.PRINCE
STERILITY TESTING OF PHARMACEUTICALS ppt by DR.C.P.PRINCEPRINCE C P
 

Recently uploaded (20)

Lucknow 💋 Russian Call Girls Lucknow Finest Escorts Service 8923113531 Availa...
Lucknow 💋 Russian Call Girls Lucknow Finest Escorts Service 8923113531 Availa...Lucknow 💋 Russian Call Girls Lucknow Finest Escorts Service 8923113531 Availa...
Lucknow 💋 Russian Call Girls Lucknow Finest Escorts Service 8923113531 Availa...
 
Presentation Vikram Lander by Vedansh Gupta.pptx
Presentation Vikram Lander by Vedansh Gupta.pptxPresentation Vikram Lander by Vedansh Gupta.pptx
Presentation Vikram Lander by Vedansh Gupta.pptx
 
GFP in rDNA Technology (Biotechnology).pptx
GFP in rDNA Technology (Biotechnology).pptxGFP in rDNA Technology (Biotechnology).pptx
GFP in rDNA Technology (Biotechnology).pptx
 
Hire 💕 9907093804 Hooghly Call Girls Service Call Girls Agency
Hire 💕 9907093804 Hooghly Call Girls Service Call Girls AgencyHire 💕 9907093804 Hooghly Call Girls Service Call Girls Agency
Hire 💕 9907093804 Hooghly Call Girls Service Call Girls Agency
 
DIFFERENCE IN BACK CROSS AND TEST CROSS
DIFFERENCE IN  BACK CROSS AND TEST CROSSDIFFERENCE IN  BACK CROSS AND TEST CROSS
DIFFERENCE IN BACK CROSS AND TEST CROSS
 
Green chemistry and Sustainable development.pptx
Green chemistry  and Sustainable development.pptxGreen chemistry  and Sustainable development.pptx
Green chemistry and Sustainable development.pptx
 
CELL -Structural and Functional unit of life.pdf
CELL -Structural and Functional unit of life.pdfCELL -Structural and Functional unit of life.pdf
CELL -Structural and Functional unit of life.pdf
 
Botany 4th semester series (krishna).pdf
Botany 4th semester series (krishna).pdfBotany 4th semester series (krishna).pdf
Botany 4th semester series (krishna).pdf
 
Disentangling the origin of chemical differences using GHOST
Disentangling the origin of chemical differences using GHOSTDisentangling the origin of chemical differences using GHOST
Disentangling the origin of chemical differences using GHOST
 
Botany krishna series 2nd semester Only Mcq type questions
Botany krishna series 2nd semester Only Mcq type questionsBotany krishna series 2nd semester Only Mcq type questions
Botany krishna series 2nd semester Only Mcq type questions
 
Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...
Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...
Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...
 
Nanoparticles synthesis and characterization​ ​
Nanoparticles synthesis and characterization​  ​Nanoparticles synthesis and characterization​  ​
Nanoparticles synthesis and characterization​ ​
 
Biopesticide (2).pptx .This slides helps to know the different types of biop...
Biopesticide (2).pptx  .This slides helps to know the different types of biop...Biopesticide (2).pptx  .This slides helps to know the different types of biop...
Biopesticide (2).pptx .This slides helps to know the different types of biop...
 
Raman spectroscopy.pptx M Pharm, M Sc, Advanced Spectral Analysis
Raman spectroscopy.pptx M Pharm, M Sc, Advanced Spectral AnalysisRaman spectroscopy.pptx M Pharm, M Sc, Advanced Spectral Analysis
Raman spectroscopy.pptx M Pharm, M Sc, Advanced Spectral Analysis
 
Chemistry 4th semester series (krishna).pdf
Chemistry 4th semester series (krishna).pdfChemistry 4th semester series (krishna).pdf
Chemistry 4th semester series (krishna).pdf
 
Formation of low mass protostars and their circumstellar disks
Formation of low mass protostars and their circumstellar disksFormation of low mass protostars and their circumstellar disks
Formation of low mass protostars and their circumstellar disks
 
9654467111 Call Girls In Raj Nagar Delhi Short 1500 Night 6000
9654467111 Call Girls In Raj Nagar Delhi Short 1500 Night 60009654467111 Call Girls In Raj Nagar Delhi Short 1500 Night 6000
9654467111 Call Girls In Raj Nagar Delhi Short 1500 Night 6000
 
Recombination DNA Technology (Nucleic Acid Hybridization )
Recombination DNA Technology (Nucleic Acid Hybridization )Recombination DNA Technology (Nucleic Acid Hybridization )
Recombination DNA Technology (Nucleic Acid Hybridization )
 
Broad bean, Lima Bean, Jack bean, Ullucus.pptx
Broad bean, Lima Bean, Jack bean, Ullucus.pptxBroad bean, Lima Bean, Jack bean, Ullucus.pptx
Broad bean, Lima Bean, Jack bean, Ullucus.pptx
 
STERILITY TESTING OF PHARMACEUTICALS ppt by DR.C.P.PRINCE
STERILITY TESTING OF PHARMACEUTICALS ppt by DR.C.P.PRINCESTERILITY TESTING OF PHARMACEUTICALS ppt by DR.C.P.PRINCE
STERILITY TESTING OF PHARMACEUTICALS ppt by DR.C.P.PRINCE
 

Community Detection with Networkx