SlideShare a Scribd company logo
Analyzing the formation of groups in a
network adapting the modularity concept
Ana Carolina Wagner Gouveia de Barros
Fernanda Castello Branco Madeu
Moacyr Alvim Silva
Walter Wagner Carvalho Sande
SUMARY
• MOTIVATION
• CITATION NETWORKS
• STRATEGIC BEHAVIOR
• PROPOSED STUDY
• METHODOLOGY
• RESULTS
• CONCLUSIONS
MOTIVATION
• The problem of cutting a graph into “useful” subgraphs is
classical in graph theory – relevant research field.
• Graphs representing data are usually directed.
• Different reasons and motivations for dividing graphs into
smaller components:
– they naturally arise as a consequence of simple interactions
among people and do not require complicated mechanisms to
be obtained and maintained (practical);
– they have some useful properties, such as high internal
connectivity, low path length among nodes and high robustness,
which are of the most importance in real applications
(DUGUË and PEREZ, 2015), (GUIMERA and NUNES AMARAL, 2005), (NICOSIA et. al., 2009).
MOTIVATION
• A lot of methods to solve this – “clustering
algorithms” to optimize a graph structure –
guarantee certain desired features.
• Latest studies – algorithms not very useful for
explaining partitioning patterns observed in social
networks, such as the arising of “communities”,
“groups” or “clubs”.
(NICOSIA et. al., 2009).
MOTIVATION
COMMUNITY (no precise definition):
“a community is a subgraph containing nodes
which are more densely linked to each other than
to the rest of the graph or, equivalently, a graph
has a community structure if the number of links
into any subgraph is higher than the number of
links between those subgraphs”
(NEWMAN and GIRVAN, 2004)
MOTIVATION
• Real–life communities -> groups of strongly
connected nodes (people in a football club,
authors in a co–authorship paper, colleagues
studying in the same school, journals that
cites each other).
• Usually nodes in a community know each
other – probability for two nodes to have a
neighbor in common
(NEWMAN and GIRVAN, 2003), (NEWMAN, 2006),(NEWMAN and JUYONG, 2003),( NICOSIA et. al., 2009).
SOCIAL NETWORKS
• Growth dynamics – preferential attachment –
more central nodes have a greater power of
attraction for new connections;
• Directional character;
• Links depend on the connection degree of the
nodes;
(SANDE, 2016)
(BARROS, 2016)
• Nodes with higher degree have more centrality;
• Centrality gain is measured in degree of entrance
– great challenge for nodes with less centrality
(peripheral nodes);
• Center-periphery structure.
(SANDE, 2016)
SOCIAL NETWORKS
STRATEGIC BEHAVIOR
• Creation of new links between peripheral nodes –
contradicting preferential attachment.
• Peripheral nodes starts linking to each other to increase
their centrality and consequently increasing their
importance;
• These nodes continue to be seen by the rest of the
network as ordinary nodes;
• Strategic group - not necessarily form a community;
(inserted in the community as peripheral nodes);
• Modification of the methods for communities’
identification so that it is possible to identify the
emergence of strategic groups.
(SANDE, 2016)
MODULARITY
• G(n,m), A=adjacency matrix, kv = degree of vertex v;
• R groups (communities);
• S is the matrix with elements Svr = 1 if v belongs to
group r and zero otherwise;
• 2 groups (strategic and non-strategic) in a DIRECTED network:
(NEWMAN, 2006)
and
STOCHASTIC BLOCK MODEL (SBM)
• Takes the following parameters:
– the number n of vertices;
– a partition of the vertex set {1,...,n} into disjoint R
subsets {C1,..., CR}, called communities;
– a symmetric RxR matrix P of edge probabilities.
• The edge set is then sampled at random as
follows: any two vertices are connected by an
edge with probability Pij
(ABBE, 2016)
PROPOSED STUDY
• To generate a random graph with two groups (strategic
and non-strategic) through the SBM and calculate the
“submodularity” to confirm the strategic behavior can
not be identified by the modularity concept;
• Also, observe photographs of a social simulated network
at different time intervals to verify the increase and/or
drop of links within and between the groups, analyzing
the communities in pairs, to verify the strategic
behavior.
• Two values of “submodularity” are proposed here: Q1
and Q2
– Where Q1 refers to links inside the strategic group, and
– Q2 refers to the links between the two groups (directed from
group 2 to group 1).
PROPOSED STUDY
PROPOSED STUDY
• s1 is define as:
– s1v = 1, if node v is starategic (belongs to group 1)
– s1v = 0, if node v is non-strategic
• s2 is define as:
– s2v = 1, if node v is non-strategic (belongs to group 2)
– s2v = 0, if node v is strategic
PROPOSED STUDY
• Simulations with: 400 and 2000 nodes;
• 2 groups: strategic and non-strategic;
• Inputs:
– Matrix of probabilities (P);
• Probabilities of nodes to connect inside a group and
between groups (2x2)
– Partition vector (c);
• Indicates if a node is strategic or non strategic (1xn)
• Output: Adjacency Matrix (A).
PROPOSED STUDY
• Generate a network through SBM;
• Based on A, calculate the values of Q1 and Q2;
• Calculate other 3 matrices A: random, strategic
group and normal community;
• Calculate the following reasons:
PROPOSED STUDY
Where:
cij = number of links from group j to i. (i, j = 1,2)
PROPOSED STUDY
METHODOLOGY
1. Network generated with SBM adapted for induction of
strategic behavior.
– Calculate the values of Q1 and Q2.
2. Network comparison: evolution analysis of a network from
aleatory configuration to different situations:
– SBM generating two normal communities;
– SBM adapted to generate two groups – one of them with
strategic behavior.
• Calculate the reasons R1 and R2.
3. Application of step (2) on a network generated by
simulation (e.g. citation network) with strategic behavior1.
1 (SANDE, 2016)
METHODOLOGY I
• Matlab code for SBM to generate A;
• Network with n= 400 and n=2000 nodes;
• Results were similar for both networks;
First step:
• Generate partition vector C:
– Inputs: a = percentage of the nodes that are strategic
(a=0:0.1:1);
– C1xn – the first a% of the nodes belongs to strategic group
1 and the others to non-strategic group 2.
METHODOLOGY I
Second step:
• Generate A:
– Define matrix P;
– Enter with: C, P, directed(true);
Third step:
• Varies the configuration of the network changing the position
of the elements in the partition vector C;
• Each new vector is calculated with a similarity degree x in
relation to the first vector C proposed (x=0:0.1:1);
• For each new vectors C, calculate the values of Q1 and Q2;
Fourth step:
• Generate A aleatory, A with 2 communities and A
with strategic group: A, Acom and Astr
Fifth step:
• Calculate the reasons R1 and R2 for the Acom and
Astr .
METHODOLOGY
METHODOLOGY
(SANDE, 2016)
(BARROS, 2016)
• Matlab code for a simulated citation network to generate A;
• Network with n = 400 journals (nodes);
• Strategic behavior: 20% of the nodes (journals).
METHODOLOGY
• Plot the graphics of Q1 and Q2 for each value of a
(varying the number of strategic nodes);
• Values of Q1 and Q2 in the same graphic;
• Plot the values of R1 and R2 in same graphic for a
simulated citation network;
IT WAS FOUND THAT…
a=0.1
a=0.4
a=0.9
Matrix A for values of a=0.1,
0.4 and 0.9.
RESULTS
a=0.0 a=0.1
a=0.3
a=0.2
Q1
Q2
Q1
Q2
Q1
Q2
Q1
Q2
RESULTS
• Q1 and Q2 are symetric: Q1 = –Q2;
• To demonstrate:
RESULTS
• Matrices P for each A:
RESULTS
Results as expected!
Community: R1 > 1 and R2 > 1
Strategic group: R1 > 1 and R2 ~ 1
Community Strategic
R1 1.3778 1.3799
R2 1.2473 0.99136
RESULTS
CONCLUSIONS
• The identification of the 2 groups depends only on one value
(Q1 = –Q2);
• It is necessary to plot the behavior of the network at different
time stamps;
• The method shows to be effective to identify 2 groups in a
network, and specifies which one is strategic (if the behavior is
known);
• Application: it was proposed an algorithm for generating a
network with certain premises (such as strategic behavior);
• Future studies: apply this method in some real social networks
to find if the strategic behavior occurs and if the method is
efficient in identifying it (without previously knowing it).
REFERENCES
• ABBE, E. Community detection and the stochastic block model. Princeton University, February 20, 2016.
• BARROS, A. C. W. G. Dinâmica da reciprocidade periférica em uma rede de citações acadêmicas. Escola de
Matemática Aplicada (FGV-EMAp), 2016.
• DUGUÉ, N. and PEREZ, A. Directed Louvain : maximizing modularity in directed networks. [Research
Report] Université d’Orléans. 2015.
• NEWMAN, M. E. J. The Structure and Function of Complex Networks. SIAM Review, 45(2):167– 256, 2003.
• NEWMAN, M. E. J. Modularity and community structure in networks. Proceedings of the National Academy of
Sciences of the United States of America. 103 (23): 8577–8696. 2006.
• NEWMAN, M. E. J. and GIRVAN M. Mixing patterns and community structure in networks, pages 66–87. Springer,
Berlin, 2003.
• NEWMAN, M. E. J. and GIRVAN M. Finding and evaluating community structure in networks. Physical Review E,
69:026113, 2004.
• NEWMAN, M. E. J. and JUYONG, P. Why social networks are different from other types of networks. Physical
Review E, 68:036122, 2003.
• NICOSIA, V., MANGIONI, G., CARCHIOLO, V. and MALGERI, M. Extending the definition of modularity to directed
graphs with overlapping communities.
J. Stat. Mech. P03024, 2009.
• SANDE, W. W. C. Reciprocidade periférica como estratégia para aumento de centralidade: estudo de rede de
citações acadêmicas. PhD Thesis – Escola Brasileira de Administração Pública e de Empresas (FGV-EBAPE), 2016.

More Related Content

What's hot

Tepl webinar 20032013
Tepl webinar   20032013Tepl webinar   20032013
Tepl webinar 20032013Nina Pataraia
 
11 Keynote (2017)
11 Keynote (2017)11 Keynote (2017)
11 Keynote (2017)
Duke Network Analysis Center
 
System dynamics prof nagurney
System dynamics prof nagurneySystem dynamics prof nagurney
System dynamics prof nagurney
Houw Liong The
 
2021 American Mathematical Society Data Science Talk
2021 American Mathematical Society Data Science Talk2021 American Mathematical Society Data Science Talk
2021 American Mathematical Society Data Science Talk
Colleen Farrelly
 
Social Network, Metrics and Computational Problem
Social Network, Metrics and Computational ProblemSocial Network, Metrics and Computational Problem
Social Network, Metrics and Computational Problem
Andry Alamsyah
 
Topological Data Analysis of Complex Spatial Systems
Topological Data Analysis of Complex Spatial SystemsTopological Data Analysis of Complex Spatial Systems
Topological Data Analysis of Complex Spatial Systems
Mason Porter
 
Node XL - features and demo
Node XL - features and demoNode XL - features and demo
Node XL - features and demo
Mayank Mohan
 
CS6010 Social Network Analysis Unit III
CS6010 Social Network Analysis   Unit IIICS6010 Social Network Analysis   Unit III
CS6010 Social Network Analysis Unit III
pkaviya
 

What's hot (8)

Tepl webinar 20032013
Tepl webinar   20032013Tepl webinar   20032013
Tepl webinar 20032013
 
11 Keynote (2017)
11 Keynote (2017)11 Keynote (2017)
11 Keynote (2017)
 
System dynamics prof nagurney
System dynamics prof nagurneySystem dynamics prof nagurney
System dynamics prof nagurney
 
2021 American Mathematical Society Data Science Talk
2021 American Mathematical Society Data Science Talk2021 American Mathematical Society Data Science Talk
2021 American Mathematical Society Data Science Talk
 
Social Network, Metrics and Computational Problem
Social Network, Metrics and Computational ProblemSocial Network, Metrics and Computational Problem
Social Network, Metrics and Computational Problem
 
Topological Data Analysis of Complex Spatial Systems
Topological Data Analysis of Complex Spatial SystemsTopological Data Analysis of Complex Spatial Systems
Topological Data Analysis of Complex Spatial Systems
 
Node XL - features and demo
Node XL - features and demoNode XL - features and demo
Node XL - features and demo
 
CS6010 Social Network Analysis Unit III
CS6010 Social Network Analysis   Unit IIICS6010 Social Network Analysis   Unit III
CS6010 Social Network Analysis Unit III
 

Similar to Analyzing the formation of groups in a network adapting the modularity concept

2016 Cytoscape 3.3 Tutorial
2016 Cytoscape 3.3 Tutorial2016 Cytoscape 3.3 Tutorial
2016 Cytoscape 3.3 Tutorial
Alexander Pico
 
Social Network Analysis
Social Network AnalysisSocial Network Analysis
Social Network Analysis
Scott Gomer
 
Social Network Analysis - full show
Social Network Analysis - full showSocial Network Analysis - full show
Social Network Analysis - full show
Scott Gomer
 
Lecture5:Social Network Analysis-By Dr. Y. Narahari
Lecture5:Social Network Analysis-By Dr. Y. NarahariLecture5:Social Network Analysis-By Dr. Y. Narahari
Lecture5:Social Network Analysis-By Dr. Y. Naraharimunicsaa
 
Lecture5:Social Network Analysis-By Dr. Y. Narahari
Lecture5:Social Network Analysis-By Dr. Y. NarahariLecture5:Social Network Analysis-By Dr. Y. Narahari
Lecture5:Social Network Analysis-By Dr. Y. Naraharimunicsaa
 
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
 
Data mining based social network
Data mining based social networkData mining based social network
Data mining based social network
Firas Husseini
 
CS6010 Social Network Analysis Unit V
CS6010 Social Network Analysis Unit VCS6010 Social Network Analysis Unit V
CS6010 Social Network Analysis Unit V
pkaviya
 
Iiwas19 yamazaki slide
Iiwas19 yamazaki slideIiwas19 yamazaki slide
Iiwas19 yamazaki slide
Kotaro Yamazaki
 
IRJET- A Survey on Link Prediction Techniques
IRJET-  	  A Survey on Link Prediction TechniquesIRJET-  	  A Survey on Link Prediction Techniques
IRJET- A Survey on Link Prediction Techniques
IRJET Journal
 
User Identity Linkage: Data Collection, DataSet Biases, Method, Control and A...
User Identity Linkage: Data Collection, DataSet Biases, Method, Control and A...User Identity Linkage: Data Collection, DataSet Biases, Method, Control and A...
User Identity Linkage: Data Collection, DataSet Biases, Method, Control and A...
IIIT Hyderabad
 
Avi-newmans_fast_community_detection.pptx
Avi-newmans_fast_community_detection.pptxAvi-newmans_fast_community_detection.pptx
Avi-newmans_fast_community_detection.pptx
ssuser3fa333
 
FAST AND ACCURATE MINING THE COMMUNITY STRUCTURE: INTEGRATING CENTER LOCATING...
FAST AND ACCURATE MINING THE COMMUNITY STRUCTURE: INTEGRATING CENTER LOCATING...FAST AND ACCURATE MINING THE COMMUNITY STRUCTURE: INTEGRATING CENTER LOCATING...
FAST AND ACCURATE MINING THE COMMUNITY STRUCTURE: INTEGRATING CENTER LOCATING...
Nexgen Technology
 
Network visualization: Fine-tuning layout techniques for different types of n...
Network visualization: Fine-tuning layout techniques for different types of n...Network visualization: Fine-tuning layout techniques for different types of n...
Network visualization: Fine-tuning layout techniques for different types of n...
Nees Jan van Eck
 
Geometric Deep Learning
Geometric Deep Learning Geometric Deep Learning
Geometric Deep Learning
PetteriTeikariPhD
 
240506_JW_labseminar[Structural Deep Network Embedding].pptx
240506_JW_labseminar[Structural Deep Network Embedding].pptx240506_JW_labseminar[Structural Deep Network Embedding].pptx
240506_JW_labseminar[Structural Deep Network Embedding].pptx
thanhdowork
 
network mining and representation learning
network mining and representation learningnetwork mining and representation learning
network mining and representation learning
sun peiyuan
 
Graph Signal Processing for Machine Learning A Review and New Perspectives - ...
Graph Signal Processing for Machine Learning A Review and New Perspectives - ...Graph Signal Processing for Machine Learning A Review and New Perspectives - ...
Graph Signal Processing for Machine Learning A Review and New Perspectives - ...
lauratoni4
 
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
 

Similar to Analyzing the formation of groups in a network adapting the modularity concept (20)

2016 Cytoscape 3.3 Tutorial
2016 Cytoscape 3.3 Tutorial2016 Cytoscape 3.3 Tutorial
2016 Cytoscape 3.3 Tutorial
 
Social Network Analysis
Social Network AnalysisSocial Network Analysis
Social Network Analysis
 
Social Network Analysis - full show
Social Network Analysis - full showSocial Network Analysis - full show
Social Network Analysis - full show
 
Lecture5:Social Network Analysis-By Dr. Y. Narahari
Lecture5:Social Network Analysis-By Dr. Y. NarahariLecture5:Social Network Analysis-By Dr. Y. Narahari
Lecture5:Social Network Analysis-By Dr. Y. Narahari
 
Lecture5:Social Network Analysis-By Dr. Y. Narahari
Lecture5:Social Network Analysis-By Dr. Y. NarahariLecture5:Social Network Analysis-By Dr. Y. Narahari
Lecture5:Social Network Analysis-By Dr. Y. Narahari
 
Networks, Deep Learning (and COVID-19)
Networks, Deep Learning (and COVID-19)Networks, Deep Learning (and COVID-19)
Networks, Deep Learning (and COVID-19)
 
Data mining based social network
Data mining based social networkData mining based social network
Data mining based social network
 
CS6010 Social Network Analysis Unit V
CS6010 Social Network Analysis Unit VCS6010 Social Network Analysis Unit V
CS6010 Social Network Analysis Unit V
 
Iiwas19 yamazaki slide
Iiwas19 yamazaki slideIiwas19 yamazaki slide
Iiwas19 yamazaki slide
 
IRJET- A Survey on Link Prediction Techniques
IRJET-  	  A Survey on Link Prediction TechniquesIRJET-  	  A Survey on Link Prediction Techniques
IRJET- A Survey on Link Prediction Techniques
 
User Identity Linkage: Data Collection, DataSet Biases, Method, Control and A...
User Identity Linkage: Data Collection, DataSet Biases, Method, Control and A...User Identity Linkage: Data Collection, DataSet Biases, Method, Control and A...
User Identity Linkage: Data Collection, DataSet Biases, Method, Control and A...
 
Avi-newmans_fast_community_detection.pptx
Avi-newmans_fast_community_detection.pptxAvi-newmans_fast_community_detection.pptx
Avi-newmans_fast_community_detection.pptx
 
FAST AND ACCURATE MINING THE COMMUNITY STRUCTURE: INTEGRATING CENTER LOCATING...
FAST AND ACCURATE MINING THE COMMUNITY STRUCTURE: INTEGRATING CENTER LOCATING...FAST AND ACCURATE MINING THE COMMUNITY STRUCTURE: INTEGRATING CENTER LOCATING...
FAST AND ACCURATE MINING THE COMMUNITY STRUCTURE: INTEGRATING CENTER LOCATING...
 
230727_HB_JointJournalClub.pptx
230727_HB_JointJournalClub.pptx230727_HB_JointJournalClub.pptx
230727_HB_JointJournalClub.pptx
 
Network visualization: Fine-tuning layout techniques for different types of n...
Network visualization: Fine-tuning layout techniques for different types of n...Network visualization: Fine-tuning layout techniques for different types of n...
Network visualization: Fine-tuning layout techniques for different types of n...
 
Geometric Deep Learning
Geometric Deep Learning Geometric Deep Learning
Geometric Deep Learning
 
240506_JW_labseminar[Structural Deep Network Embedding].pptx
240506_JW_labseminar[Structural Deep Network Embedding].pptx240506_JW_labseminar[Structural Deep Network Embedding].pptx
240506_JW_labseminar[Structural Deep Network Embedding].pptx
 
network mining and representation learning
network mining and representation learningnetwork mining and representation learning
network mining and representation learning
 
Graph Signal Processing for Machine Learning A Review and New Perspectives - ...
Graph Signal Processing for Machine Learning A Review and New Perspectives - ...Graph Signal Processing for Machine Learning A Review and New Perspectives - ...
Graph Signal Processing for Machine Learning A Review and New Perspectives - ...
 
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...
 

More from Simposio Internacional Network Science

Censo: Redes de Conhecimento
Censo: Redes de ConhecimentoCenso: Redes de Conhecimento
Censo: Redes de Conhecimento
Simposio Internacional Network Science
 
Big data exploration and information metrics exams
Big data exploration and information metrics examsBig data exploration and information metrics exams
Big data exploration and information metrics exams
Simposio Internacional Network Science
 
Organização do Conhecimento para a Memória Empresarial Sebrae -RJ
Organização do Conhecimento para a Memória Empresarial Sebrae -RJOrganização do Conhecimento para a Memória Empresarial Sebrae -RJ
Organização do Conhecimento para a Memória Empresarial Sebrae -RJ
Simposio Internacional Network Science
 
ACESSO ABERTO A DADOS DE PESQUISA NO BRASIL: PRÁTICAS E SOLUÇÕES TECNOLÓGICAS
ACESSO ABERTO A DADOS DE PESQUISA NO BRASIL: PRÁTICAS E SOLUÇÕES TECNOLÓGICASACESSO ABERTO A DADOS DE PESQUISA NO BRASIL: PRÁTICAS E SOLUÇÕES TECNOLÓGICAS
ACESSO ABERTO A DADOS DE PESQUISA NO BRASIL: PRÁTICAS E SOLUÇÕES TECNOLÓGICAS
Simposio Internacional Network Science
 
Recuperação de Informação em Processos do MPSC
Recuperação de Informação em Processos do MPSCRecuperação de Informação em Processos do MPSC
Recuperação de Informação em Processos do MPSC
Simposio Internacional Network Science
 
Orçamento Popular: Estatística, Transparência e Tecnologia
Orçamento Popular: Estatística, Transparência e TecnologiaOrçamento Popular: Estatística, Transparência e Tecnologia
Orçamento Popular: Estatística, Transparência e Tecnologia
Simposio Internacional Network Science
 
Utilizando a programação em blocos na educação como proposta da cultura maker
Utilizando a programação em blocos na educação como proposta da cultura makerUtilizando a programação em blocos na educação como proposta da cultura maker
Utilizando a programação em blocos na educação como proposta da cultura maker
Simposio Internacional Network Science
 
IMPLEMENTAÇÃO DA PLATAFORMA COMPUTACIONAL PAYOFF MATRIX: UMA FERRAMENTA PARA ...
IMPLEMENTAÇÃO DA PLATAFORMA COMPUTACIONAL PAYOFF MATRIX: UMA FERRAMENTA PARA ...IMPLEMENTAÇÃO DA PLATAFORMA COMPUTACIONAL PAYOFF MATRIX: UMA FERRAMENTA PARA ...
IMPLEMENTAÇÃO DA PLATAFORMA COMPUTACIONAL PAYOFF MATRIX: UMA FERRAMENTA PARA ...
Simposio Internacional Network Science
 
APLICAÇÃO DE CENTRALIDADES DE GRAFOS EM COMPETIÇÕES COM ELIMINATÓRIAS NO MODE...
APLICAÇÃO DE CENTRALIDADES DE GRAFOS EM COMPETIÇÕES COM ELIMINATÓRIAS NO MODE...APLICAÇÃO DE CENTRALIDADES DE GRAFOS EM COMPETIÇÕES COM ELIMINATÓRIAS NO MODE...
APLICAÇÃO DE CENTRALIDADES DE GRAFOS EM COMPETIÇÕES COM ELIMINATÓRIAS NO MODE...
Simposio Internacional Network Science
 
Ativos Intangíveis Culturais e Produção de Valor em Fluxos Informacionais
Ativos Intangíveis Culturais e Produção de Valor em Fluxos InformacionaisAtivos Intangíveis Culturais e Produção de Valor em Fluxos Informacionais
Ativos Intangíveis Culturais e Produção de Valor em Fluxos Informacionais
Simposio Internacional Network Science
 
KMAP CANVAS - UMA PROPOSTA DE PRÁTICA PARA MAPEAR CONHECIMENTO APLICANDO DESI...
KMAP CANVAS - UMA PROPOSTA DE PRÁTICA PARA MAPEAR CONHECIMENTO APLICANDO DESI...KMAP CANVAS - UMA PROPOSTA DE PRÁTICA PARA MAPEAR CONHECIMENTO APLICANDO DESI...
KMAP CANVAS - UMA PROPOSTA DE PRÁTICA PARA MAPEAR CONHECIMENTO APLICANDO DESI...
Simposio Internacional Network Science
 
Vigilância cega, o que as pegadas digitais podem revelar sobre o indivíduo
Vigilância cega, o que as pegadas digitais podem revelar sobre o indivíduoVigilância cega, o que as pegadas digitais podem revelar sobre o indivíduo
Vigilância cega, o que as pegadas digitais podem revelar sobre o indivíduo
Simposio Internacional Network Science
 
My Health Data
My Health Data My Health Data
Grand Challenges Exploration - CNPQ
Grand Challenges Exploration - CNPQGrand Challenges Exploration - CNPQ
Grand Challenges Exploration - CNPQ
Simposio Internacional Network Science
 
Grand Challenge Brasil
Grand Challenge BrasilGrand Challenge Brasil
Data Science em Humanidades Digitais
Data Science em Humanidades Digitais Data Science em Humanidades Digitais
Data Science em Humanidades Digitais
Simposio Internacional Network Science
 
Para onde nos leva a sociedade das redes
Para onde nos leva a sociedade das redesPara onde nos leva a sociedade das redes
Para onde nos leva a sociedade das redes
Simposio Internacional Network Science
 
Blockchain para Transparência e Eficiência no Uso dos Recursos Públicos
Blockchain para Transparência e Eficiência no Uso dos Recursos PúblicosBlockchain para Transparência e Eficiência no Uso dos Recursos Públicos
Blockchain para Transparência e Eficiência no Uso dos Recursos Públicos
Simposio Internacional Network Science
 
Bolsonaro uma epifania digital em rede
Bolsonaro uma epifania digital em redeBolsonaro uma epifania digital em rede
Bolsonaro uma epifania digital em rede
Simposio Internacional Network Science
 
Sociedade das redes - Joaquim Fialho
Sociedade das redes - Joaquim FialhoSociedade das redes - Joaquim Fialho
Sociedade das redes - Joaquim Fialho
Simposio Internacional Network Science
 

More from Simposio Internacional Network Science (20)

Censo: Redes de Conhecimento
Censo: Redes de ConhecimentoCenso: Redes de Conhecimento
Censo: Redes de Conhecimento
 
Big data exploration and information metrics exams
Big data exploration and information metrics examsBig data exploration and information metrics exams
Big data exploration and information metrics exams
 
Organização do Conhecimento para a Memória Empresarial Sebrae -RJ
Organização do Conhecimento para a Memória Empresarial Sebrae -RJOrganização do Conhecimento para a Memória Empresarial Sebrae -RJ
Organização do Conhecimento para a Memória Empresarial Sebrae -RJ
 
ACESSO ABERTO A DADOS DE PESQUISA NO BRASIL: PRÁTICAS E SOLUÇÕES TECNOLÓGICAS
ACESSO ABERTO A DADOS DE PESQUISA NO BRASIL: PRÁTICAS E SOLUÇÕES TECNOLÓGICASACESSO ABERTO A DADOS DE PESQUISA NO BRASIL: PRÁTICAS E SOLUÇÕES TECNOLÓGICAS
ACESSO ABERTO A DADOS DE PESQUISA NO BRASIL: PRÁTICAS E SOLUÇÕES TECNOLÓGICAS
 
Recuperação de Informação em Processos do MPSC
Recuperação de Informação em Processos do MPSCRecuperação de Informação em Processos do MPSC
Recuperação de Informação em Processos do MPSC
 
Orçamento Popular: Estatística, Transparência e Tecnologia
Orçamento Popular: Estatística, Transparência e TecnologiaOrçamento Popular: Estatística, Transparência e Tecnologia
Orçamento Popular: Estatística, Transparência e Tecnologia
 
Utilizando a programação em blocos na educação como proposta da cultura maker
Utilizando a programação em blocos na educação como proposta da cultura makerUtilizando a programação em blocos na educação como proposta da cultura maker
Utilizando a programação em blocos na educação como proposta da cultura maker
 
IMPLEMENTAÇÃO DA PLATAFORMA COMPUTACIONAL PAYOFF MATRIX: UMA FERRAMENTA PARA ...
IMPLEMENTAÇÃO DA PLATAFORMA COMPUTACIONAL PAYOFF MATRIX: UMA FERRAMENTA PARA ...IMPLEMENTAÇÃO DA PLATAFORMA COMPUTACIONAL PAYOFF MATRIX: UMA FERRAMENTA PARA ...
IMPLEMENTAÇÃO DA PLATAFORMA COMPUTACIONAL PAYOFF MATRIX: UMA FERRAMENTA PARA ...
 
APLICAÇÃO DE CENTRALIDADES DE GRAFOS EM COMPETIÇÕES COM ELIMINATÓRIAS NO MODE...
APLICAÇÃO DE CENTRALIDADES DE GRAFOS EM COMPETIÇÕES COM ELIMINATÓRIAS NO MODE...APLICAÇÃO DE CENTRALIDADES DE GRAFOS EM COMPETIÇÕES COM ELIMINATÓRIAS NO MODE...
APLICAÇÃO DE CENTRALIDADES DE GRAFOS EM COMPETIÇÕES COM ELIMINATÓRIAS NO MODE...
 
Ativos Intangíveis Culturais e Produção de Valor em Fluxos Informacionais
Ativos Intangíveis Culturais e Produção de Valor em Fluxos InformacionaisAtivos Intangíveis Culturais e Produção de Valor em Fluxos Informacionais
Ativos Intangíveis Culturais e Produção de Valor em Fluxos Informacionais
 
KMAP CANVAS - UMA PROPOSTA DE PRÁTICA PARA MAPEAR CONHECIMENTO APLICANDO DESI...
KMAP CANVAS - UMA PROPOSTA DE PRÁTICA PARA MAPEAR CONHECIMENTO APLICANDO DESI...KMAP CANVAS - UMA PROPOSTA DE PRÁTICA PARA MAPEAR CONHECIMENTO APLICANDO DESI...
KMAP CANVAS - UMA PROPOSTA DE PRÁTICA PARA MAPEAR CONHECIMENTO APLICANDO DESI...
 
Vigilância cega, o que as pegadas digitais podem revelar sobre o indivíduo
Vigilância cega, o que as pegadas digitais podem revelar sobre o indivíduoVigilância cega, o que as pegadas digitais podem revelar sobre o indivíduo
Vigilância cega, o que as pegadas digitais podem revelar sobre o indivíduo
 
My Health Data
My Health Data My Health Data
My Health Data
 
Grand Challenges Exploration - CNPQ
Grand Challenges Exploration - CNPQGrand Challenges Exploration - CNPQ
Grand Challenges Exploration - CNPQ
 
Grand Challenge Brasil
Grand Challenge BrasilGrand Challenge Brasil
Grand Challenge Brasil
 
Data Science em Humanidades Digitais
Data Science em Humanidades Digitais Data Science em Humanidades Digitais
Data Science em Humanidades Digitais
 
Para onde nos leva a sociedade das redes
Para onde nos leva a sociedade das redesPara onde nos leva a sociedade das redes
Para onde nos leva a sociedade das redes
 
Blockchain para Transparência e Eficiência no Uso dos Recursos Públicos
Blockchain para Transparência e Eficiência no Uso dos Recursos PúblicosBlockchain para Transparência e Eficiência no Uso dos Recursos Públicos
Blockchain para Transparência e Eficiência no Uso dos Recursos Públicos
 
Bolsonaro uma epifania digital em rede
Bolsonaro uma epifania digital em redeBolsonaro uma epifania digital em rede
Bolsonaro uma epifania digital em rede
 
Sociedade das redes - Joaquim Fialho
Sociedade das redes - Joaquim FialhoSociedade das redes - Joaquim Fialho
Sociedade das redes - Joaquim Fialho
 

Recently uploaded

TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
EugeneSaldivar
 
Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.
Ashokrao Mane college of Pharmacy Peth-Vadgaon
 
Unit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdfUnit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdf
Thiyagu K
 
1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx
JosvitaDsouza2
 
Advantages and Disadvantages of CMS from an SEO Perspective
Advantages and Disadvantages of CMS from an SEO PerspectiveAdvantages and Disadvantages of CMS from an SEO Perspective
Advantages and Disadvantages of CMS from an SEO Perspective
Krisztián Száraz
 
Supporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptxSupporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptx
Jisc
 
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
Levi Shapiro
 
How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17
Celine George
 
JEE1_This_section_contains_FOUR_ questions
JEE1_This_section_contains_FOUR_ questionsJEE1_This_section_contains_FOUR_ questions
JEE1_This_section_contains_FOUR_ questions
ShivajiThube2
 
Digital Artifact 1 - 10VCD Environments Unit
Digital Artifact 1 - 10VCD Environments UnitDigital Artifact 1 - 10VCD Environments Unit
Digital Artifact 1 - 10VCD Environments Unit
chanes7
 
Introduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp NetworkIntroduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp Network
TechSoup
 
Lapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdfLapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdf
Jean Carlos Nunes Paixão
 
S1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptxS1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptx
tarandeep35
 
The Accursed House by Émile Gaboriau.pptx
The Accursed House by Émile Gaboriau.pptxThe Accursed House by Émile Gaboriau.pptx
The Accursed House by Émile Gaboriau.pptx
DhatriParmar
 
A Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptxA Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptx
thanhdowork
 
Normal Labour/ Stages of Labour/ Mechanism of Labour
Normal Labour/ Stages of Labour/ Mechanism of LabourNormal Labour/ Stages of Labour/ Mechanism of Labour
Normal Labour/ Stages of Labour/ Mechanism of Labour
Wasim Ak
 
Azure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHatAzure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHat
Scholarhat
 
Natural birth techniques - Mrs.Akanksha Trivedi Rama University
Natural birth techniques - Mrs.Akanksha Trivedi Rama UniversityNatural birth techniques - Mrs.Akanksha Trivedi Rama University
Natural birth techniques - Mrs.Akanksha Trivedi Rama University
Akanksha trivedi rama nursing college kanpur.
 
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
Nguyen Thanh Tu Collection
 
STRAND 3 HYGIENIC PRACTICES.pptx GRADE 7 CBC
STRAND 3 HYGIENIC PRACTICES.pptx GRADE 7 CBCSTRAND 3 HYGIENIC PRACTICES.pptx GRADE 7 CBC
STRAND 3 HYGIENIC PRACTICES.pptx GRADE 7 CBC
kimdan468
 

Recently uploaded (20)

TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
 
Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.
 
Unit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdfUnit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdf
 
1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx
 
Advantages and Disadvantages of CMS from an SEO Perspective
Advantages and Disadvantages of CMS from an SEO PerspectiveAdvantages and Disadvantages of CMS from an SEO Perspective
Advantages and Disadvantages of CMS from an SEO Perspective
 
Supporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptxSupporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptx
 
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
 
How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17
 
JEE1_This_section_contains_FOUR_ questions
JEE1_This_section_contains_FOUR_ questionsJEE1_This_section_contains_FOUR_ questions
JEE1_This_section_contains_FOUR_ questions
 
Digital Artifact 1 - 10VCD Environments Unit
Digital Artifact 1 - 10VCD Environments UnitDigital Artifact 1 - 10VCD Environments Unit
Digital Artifact 1 - 10VCD Environments Unit
 
Introduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp NetworkIntroduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp Network
 
Lapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdfLapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdf
 
S1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptxS1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptx
 
The Accursed House by Émile Gaboriau.pptx
The Accursed House by Émile Gaboriau.pptxThe Accursed House by Émile Gaboriau.pptx
The Accursed House by Émile Gaboriau.pptx
 
A Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptxA Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptx
 
Normal Labour/ Stages of Labour/ Mechanism of Labour
Normal Labour/ Stages of Labour/ Mechanism of LabourNormal Labour/ Stages of Labour/ Mechanism of Labour
Normal Labour/ Stages of Labour/ Mechanism of Labour
 
Azure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHatAzure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHat
 
Natural birth techniques - Mrs.Akanksha Trivedi Rama University
Natural birth techniques - Mrs.Akanksha Trivedi Rama UniversityNatural birth techniques - Mrs.Akanksha Trivedi Rama University
Natural birth techniques - Mrs.Akanksha Trivedi Rama University
 
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
 
STRAND 3 HYGIENIC PRACTICES.pptx GRADE 7 CBC
STRAND 3 HYGIENIC PRACTICES.pptx GRADE 7 CBCSTRAND 3 HYGIENIC PRACTICES.pptx GRADE 7 CBC
STRAND 3 HYGIENIC PRACTICES.pptx GRADE 7 CBC
 

Analyzing the formation of groups in a network adapting the modularity concept

  • 1. Analyzing the formation of groups in a network adapting the modularity concept Ana Carolina Wagner Gouveia de Barros Fernanda Castello Branco Madeu Moacyr Alvim Silva Walter Wagner Carvalho Sande
  • 2. SUMARY • MOTIVATION • CITATION NETWORKS • STRATEGIC BEHAVIOR • PROPOSED STUDY • METHODOLOGY • RESULTS • CONCLUSIONS
  • 3. MOTIVATION • The problem of cutting a graph into “useful” subgraphs is classical in graph theory – relevant research field. • Graphs representing data are usually directed. • Different reasons and motivations for dividing graphs into smaller components: – they naturally arise as a consequence of simple interactions among people and do not require complicated mechanisms to be obtained and maintained (practical); – they have some useful properties, such as high internal connectivity, low path length among nodes and high robustness, which are of the most importance in real applications (DUGUË and PEREZ, 2015), (GUIMERA and NUNES AMARAL, 2005), (NICOSIA et. al., 2009).
  • 4. MOTIVATION • A lot of methods to solve this – “clustering algorithms” to optimize a graph structure – guarantee certain desired features. • Latest studies – algorithms not very useful for explaining partitioning patterns observed in social networks, such as the arising of “communities”, “groups” or “clubs”. (NICOSIA et. al., 2009).
  • 5. MOTIVATION COMMUNITY (no precise definition): “a community is a subgraph containing nodes which are more densely linked to each other than to the rest of the graph or, equivalently, a graph has a community structure if the number of links into any subgraph is higher than the number of links between those subgraphs” (NEWMAN and GIRVAN, 2004)
  • 6. MOTIVATION • Real–life communities -> groups of strongly connected nodes (people in a football club, authors in a co–authorship paper, colleagues studying in the same school, journals that cites each other). • Usually nodes in a community know each other – probability for two nodes to have a neighbor in common (NEWMAN and GIRVAN, 2003), (NEWMAN, 2006),(NEWMAN and JUYONG, 2003),( NICOSIA et. al., 2009).
  • 7. SOCIAL NETWORKS • Growth dynamics – preferential attachment – more central nodes have a greater power of attraction for new connections; • Directional character; • Links depend on the connection degree of the nodes; (SANDE, 2016) (BARROS, 2016)
  • 8. • Nodes with higher degree have more centrality; • Centrality gain is measured in degree of entrance – great challenge for nodes with less centrality (peripheral nodes); • Center-periphery structure. (SANDE, 2016) SOCIAL NETWORKS
  • 9. STRATEGIC BEHAVIOR • Creation of new links between peripheral nodes – contradicting preferential attachment. • Peripheral nodes starts linking to each other to increase their centrality and consequently increasing their importance; • These nodes continue to be seen by the rest of the network as ordinary nodes; • Strategic group - not necessarily form a community; (inserted in the community as peripheral nodes); • Modification of the methods for communities’ identification so that it is possible to identify the emergence of strategic groups. (SANDE, 2016)
  • 10. MODULARITY • G(n,m), A=adjacency matrix, kv = degree of vertex v; • R groups (communities); • S is the matrix with elements Svr = 1 if v belongs to group r and zero otherwise; • 2 groups (strategic and non-strategic) in a DIRECTED network: (NEWMAN, 2006) and
  • 11. STOCHASTIC BLOCK MODEL (SBM) • Takes the following parameters: – the number n of vertices; – a partition of the vertex set {1,...,n} into disjoint R subsets {C1,..., CR}, called communities; – a symmetric RxR matrix P of edge probabilities. • The edge set is then sampled at random as follows: any two vertices are connected by an edge with probability Pij (ABBE, 2016)
  • 12. PROPOSED STUDY • To generate a random graph with two groups (strategic and non-strategic) through the SBM and calculate the “submodularity” to confirm the strategic behavior can not be identified by the modularity concept; • Also, observe photographs of a social simulated network at different time intervals to verify the increase and/or drop of links within and between the groups, analyzing the communities in pairs, to verify the strategic behavior.
  • 13. • Two values of “submodularity” are proposed here: Q1 and Q2 – Where Q1 refers to links inside the strategic group, and – Q2 refers to the links between the two groups (directed from group 2 to group 1). PROPOSED STUDY
  • 14. PROPOSED STUDY • s1 is define as: – s1v = 1, if node v is starategic (belongs to group 1) – s1v = 0, if node v is non-strategic • s2 is define as: – s2v = 1, if node v is non-strategic (belongs to group 2) – s2v = 0, if node v is strategic
  • 15. PROPOSED STUDY • Simulations with: 400 and 2000 nodes; • 2 groups: strategic and non-strategic; • Inputs: – Matrix of probabilities (P); • Probabilities of nodes to connect inside a group and between groups (2x2) – Partition vector (c); • Indicates if a node is strategic or non strategic (1xn) • Output: Adjacency Matrix (A).
  • 16. PROPOSED STUDY • Generate a network through SBM; • Based on A, calculate the values of Q1 and Q2; • Calculate other 3 matrices A: random, strategic group and normal community; • Calculate the following reasons:
  • 17. PROPOSED STUDY Where: cij = number of links from group j to i. (i, j = 1,2)
  • 19. METHODOLOGY 1. Network generated with SBM adapted for induction of strategic behavior. – Calculate the values of Q1 and Q2. 2. Network comparison: evolution analysis of a network from aleatory configuration to different situations: – SBM generating two normal communities; – SBM adapted to generate two groups – one of them with strategic behavior. • Calculate the reasons R1 and R2. 3. Application of step (2) on a network generated by simulation (e.g. citation network) with strategic behavior1. 1 (SANDE, 2016)
  • 20. METHODOLOGY I • Matlab code for SBM to generate A; • Network with n= 400 and n=2000 nodes; • Results were similar for both networks; First step: • Generate partition vector C: – Inputs: a = percentage of the nodes that are strategic (a=0:0.1:1); – C1xn – the first a% of the nodes belongs to strategic group 1 and the others to non-strategic group 2.
  • 21. METHODOLOGY I Second step: • Generate A: – Define matrix P; – Enter with: C, P, directed(true); Third step: • Varies the configuration of the network changing the position of the elements in the partition vector C; • Each new vector is calculated with a similarity degree x in relation to the first vector C proposed (x=0:0.1:1); • For each new vectors C, calculate the values of Q1 and Q2;
  • 22. Fourth step: • Generate A aleatory, A with 2 communities and A with strategic group: A, Acom and Astr Fifth step: • Calculate the reasons R1 and R2 for the Acom and Astr . METHODOLOGY
  • 23. METHODOLOGY (SANDE, 2016) (BARROS, 2016) • Matlab code for a simulated citation network to generate A; • Network with n = 400 journals (nodes); • Strategic behavior: 20% of the nodes (journals).
  • 24. METHODOLOGY • Plot the graphics of Q1 and Q2 for each value of a (varying the number of strategic nodes); • Values of Q1 and Q2 in the same graphic; • Plot the values of R1 and R2 in same graphic for a simulated citation network; IT WAS FOUND THAT…
  • 25. a=0.1 a=0.4 a=0.9 Matrix A for values of a=0.1, 0.4 and 0.9.
  • 27. RESULTS • Q1 and Q2 are symetric: Q1 = –Q2; • To demonstrate:
  • 28. RESULTS • Matrices P for each A:
  • 29. RESULTS Results as expected! Community: R1 > 1 and R2 > 1 Strategic group: R1 > 1 and R2 ~ 1 Community Strategic R1 1.3778 1.3799 R2 1.2473 0.99136
  • 31. CONCLUSIONS • The identification of the 2 groups depends only on one value (Q1 = –Q2); • It is necessary to plot the behavior of the network at different time stamps; • The method shows to be effective to identify 2 groups in a network, and specifies which one is strategic (if the behavior is known); • Application: it was proposed an algorithm for generating a network with certain premises (such as strategic behavior); • Future studies: apply this method in some real social networks to find if the strategic behavior occurs and if the method is efficient in identifying it (without previously knowing it).
  • 32. REFERENCES • ABBE, E. Community detection and the stochastic block model. Princeton University, February 20, 2016. • BARROS, A. C. W. G. Dinâmica da reciprocidade periférica em uma rede de citações acadêmicas. Escola de Matemática Aplicada (FGV-EMAp), 2016. • DUGUÉ, N. and PEREZ, A. Directed Louvain : maximizing modularity in directed networks. [Research Report] Université d’Orléans. 2015. • NEWMAN, M. E. J. The Structure and Function of Complex Networks. SIAM Review, 45(2):167– 256, 2003. • NEWMAN, M. E. J. Modularity and community structure in networks. Proceedings of the National Academy of Sciences of the United States of America. 103 (23): 8577–8696. 2006. • NEWMAN, M. E. J. and GIRVAN M. Mixing patterns and community structure in networks, pages 66–87. Springer, Berlin, 2003. • NEWMAN, M. E. J. and GIRVAN M. Finding and evaluating community structure in networks. Physical Review E, 69:026113, 2004. • NEWMAN, M. E. J. and JUYONG, P. Why social networks are different from other types of networks. Physical Review E, 68:036122, 2003. • NICOSIA, V., MANGIONI, G., CARCHIOLO, V. and MALGERI, M. Extending the definition of modularity to directed graphs with overlapping communities. J. Stat. Mech. P03024, 2009. • SANDE, W. W. C. Reciprocidade periférica como estratégia para aumento de centralidade: estudo de rede de citações acadêmicas. PhD Thesis – Escola Brasileira de Administração Pública e de Empresas (FGV-EBAPE), 2016.