How to Analyse Social Network? Social networks can be represented by complex networks.

Slides:



Advertisements
Similar presentations
Dr. Henry Hexmoor Department of Computer Science Southern Illinois University Carbondale Network Theory: Computational Phenomena and Processes Social Network.
Advertisements

Network Matrix and Graph. Network Size Network size – a number of actors (nodes) in a network, usually denoted as k or n Size is critical for the structure.
Lecture 5 Graph Theory. Graphs Graphs are the most useful model with computer science such as logical design, formal languages, communication network,
Network biology Wang Jie Shanghai Institutes of Biological Sciences.
Midwestern State University Department of Computer Science Dr. Ranette Halverson CMPS 2433 – CHAPTER 4 GRAPHS 1.
Introduction to Network Theory: Modern Concepts, Algorithms
Social Network Analysis and Its Applications By Paul Rossman Indiana University of Pennsylvania.
Peer-to-Peer and Social Networks Centrality measures.
Relationship Mining Network Analysis Week 5 Video 5.
DATA MINING LECTURE 12 Link Analysis Ranking Random walks.
Networks FIAS Summer School 6th August 2008 Complex Networks 1.
By: Roma Mohibullah Shahrukh Qureshi
Graph & BFS.
Graphs Intro G.Kamberova, Algorithms Graphs Introduction Gerda Kamberova Department of Computer Science Hofstra University.
Centrality and Prestige HCC Spring 2005 Wednesday, April 13, 2005 Aliseya Wright.
A measure of betweenness centrality based on random walks Author: M. E. J. Newman Presented by: Amruta Hingane Department of Computer Science Kent State.
Graphs G = (V,E) V is the vertex set. Vertices are also called nodes and points. E is the edge set. Each edge connects two different vertices. Edges are.
Using Social Networks to Analyze Sexual Relations by Amanda Dargie.
The Very Small World of the Well-connected. (19 june 2008 ) Lada Adamic School of Information University of Michigan Ann Arbor, MI
Network Measures Social Media Mining. 2 Measures and Metrics 2 Social Media Mining Network Measures Klout.
CS105 Introduction to Social Network Lecture: Yang Mu UMass Boston.
Social Networks Corina Ciubuc.
Course Overview & Introduction to Social Network Analysis How to analyse social networks?
Introduction to Network Theory: Basic Concepts
Presentation: Random Walk Betweenness, J. Govorčin Laboratory for Data Technologies, Faculty of Information Studies, Novo mesto – September 22, 2011 Random.
Social Network Analysis: A Non- Technical Introduction José Luis Molina Universitat Autònoma de Barcelona
GRAPHS CSE, POSTECH. Chapter 16 covers the following topics Graph terminology: vertex, edge, adjacent, incident, degree, cycle, path, connected component,
Principles of Social Network Analysis. Definition of Social Networks “A social network is a set of actors that may have relationships with one another”
1 Topics Intro. to Graphs (11.1) A B C D EF G. 2 Definition (p.650) A graph G = V(G) + E(G) A set of vertices (or nodes), V(G) = {v 1, v 2, …, v n } A.
Lecture7 Topic1: Graph spectral analysis/Graph spectral clustering and its application to metabolic networks Topic 2: Different centrality measures of.
Advanced Computer Networks: Part 1 Complex Networks, P2P Networks and Swarm Intelligence on Graphs.
Murtaza Abbas Asad Ali. NETWORKOLOGY THE SCIENCE OF NETWORKS.
Vertices and Edges Introduction to Graphs and Networks Mills College Spring 2012.
A Graph-based Friend Recommendation System Using Genetic Algorithm
Advanced Methods and Analysis for the Learning and Social Sciences PSY505 Spring term, 2012 April 25, 2012.
Special Topics in Educational Data Mining HUDK5199 Spring 2013 March 25, 2012.
Social Network Analysis Prof. Dr. Daning Hu Department of Informatics University of Zurich Mar 5th, 2013.
Lecture 13: Network centrality Slides are modified from Lada Adamic.
How to Analyse Social Network?
Social Networks. 2 A social network is a social structure made up of individuals or organizations (called "nodes“), which are tied (connected) by one.
Slides are modified from Lada Adamic
Topics Paths and Circuits (11.2) A B C D E F G.
Graphs & Matrices Todd Cromedy & Bruce Nicometo March 30, 2004.
How to Analyse Social Network? : Part 2 Social networks can be represented by complex networks.
Lecture 3 1.Different centrality measures of nodes 2.Hierarchical Clustering 3.Line graphs.
Data Structures & Algorithms Graphs Richard Newman based on book by R. Sedgewick and slides by S. Sahni.
Graphs G = (V,E) V is the vertex set. Vertices are also called nodes and points. E is the edge set. Each edge connects two different vertices. Edges are.
GRAPHS. Graph Graph terminology: vertex, edge, adjacent, incident, degree, cycle, path, connected component, spanning tree Types of graphs: undirected,
March 3, 2009 Network Analysis Valerie Cardenas Nicolson Assistant Adjunct Professor Department of Radiology and Biomedical Imaging.
Selected Topics in Data Networking Explore Social Networks: Center and Periphery.
Informatics tools in network science
Chapter 9: Graphs.
Social Network Theory Dr. Zaheeruddin Asif.
Introduction to Graph Theory By: Arun Kumar (Asst. Professor) (Asst. Professor)
Importance Measures on Nodes Lecture 2 Srinivasan Parthasarathy 1.
Copyright © Zeph Grunschlag,
Social Networks Analysis
Structural Properties of Networks: Introduction
Sergey Sotnikov, PhD Division of Partnerships and Strategic Alliances
Applications of graph theory in complex systems research
Department of Computer and IT Engineering University of Kurdistan
Comparison of Social Networks by Likhitha Ravi
Network Science: A Short Introduction i3 Workshop
Peer-to-Peer and Social Networks
Centrality in Social Networks
Closeness Centrality.
Centralities (4) Ralucca Gera,
Closeness Centrality.
(Social) Networks Analysis II
Graphs G = (V,E) V is the vertex set.
Presentation transcript:

How to Analyse Social Network? Social networks can be represented by complex networks.

Reviews Social network is a social structure made up of individuals (or organizations) called “nodes”, which are connected by one or more types of relationships, represented by “links”.  Friendship  Kinship  Common Interest  …. Graph-based structures are very complex. 2 Source:

Introduction Various nature and society systems can be described as complex networks  social systems, biological systems, and communication systems. 3 By presented as a graph, vertices (nodes) represent individuals or organizations and edges (links) represent interaction among them Source:

Types of Network Models The network of co-authorship relationships in SEG's journal Geophysics is scale- free SEG's journal Geophysics 4 Source:

Degree:  The degree of a vertex counts the number of edges that Oriented Degree when Edges Directed:  The in-degree of a vertex (deg - ) counts the number of edges that stick in to the vertex.  The out-degree (deg + ) counts the number sticking out. 5 Network Analysis

There are various measures of the centrality of a vertex within a graph that determine the relative importance of a vertex within the graph  how important a person is within a social network who is the most well-known author in the citation network 6 Centrality Measures

Degree centrality  Degree centrality is defined as the number of links incident upon a node (i.e., the number of ties that a node has).  Degree is often interpreted in terms of the immediate risk of node for catching whatever is flowing through the network such as a virus, or some information.  If the network is directed (meaning that ties have direction), then we usually define two separate measures of degree centrality, namely indegree and outdegree. 7 Centrality Measures

Degree centrality  Indegree is a count of the number of ties directed to the node.  Outdegree is the number of ties that the node directs to others. For positive relations such as friendship or advice, we normally interpret indegree as a form of popularity, and outdegree as gregariousness. 8 Centrality Measures

Degree centrality  An entity with high degree centrality: Is generally an active player in the network. Is often a connector or hub in the network. Is not necessarily the most connected entity in the network (an entity may have a large number of relationships, the majority of which point to low-level entities). May be in an advantaged position in the network. May have alternative avenues to satisfy organizational needs, and consequently may be less dependent on other individuals. Can often be identified as third parties or deal makers. 9 Centrality Measures

Degree centrality  An entity with high degree centrality:  Alice has the highest degree centrality, which means that she is quite active in the network. However, she is not necessarily the most powerful person because she is only directly connected within one degree to people in her clique—she has to go through Rafael to get to other cliques. 10 Centrality Measures Source:

Degree centrality 11 Centrality Measures

Betweenness Centrality  Betweenness is a centrality measure of a vertex within a graph.  Vertices that occur on many shortest paths between other vertices have higher betweenness than those that do not. 12 Centrality Measures

Betweenness Centrality  An entity with a high betweenness centrality generally: Holds a favored or powerful position in the network. Represents a single point of failure—take the single betweenness spanner out of a network and you sever ties between cliques. Has a greater amount of influence over what happens in a network. 13 Centrality Measures

Betweenness Centrality  An entity with a high betweenness centrality generally:  Rafael has the highest betweenness because he is between Alice and Aldo, who are between other entities. Alice and Aldo have a slightly lower betweenness because they are essentially only between their own cliques. Therefore, although Alice has a higher degree centrality, Rafael has more importance in the network in certain respects. 14 Centrality Measures Source:

Betweenness centrality 15 Centrality Measures

Closeness Centrality Closeness is one of the basic concepts in a topological space.  We say two sets are close if they are arbitrarily near to each other.  The concept can be defined naturally in a metric space where a notion of distance between elements of the space is defined, but it can be generalized to topological spaces where we have no concrete way to measure distances. 16 Centrality Measures

Closeness Centrality  Closeness is a centrality measure of a vertex within a graph. Vertices that are 'shallow' to other vertices (that is, those that tend to have short geodesic distances to other vertices with in the graph) have higher closeness.  Closeness is preferred in network analysis to mean shortest-path length, as it gives higher values to more central vertices, and so is usually positively associated with other measures such as degree.  Closeness centrality measures how quickly an entity can access more entities in a network 17 Centrality Measures

Closeness Centrality  An entity with a high closeness centrality generally: Has quick access to other entities in a network. Has a short path to other entities. Is close to other entities. Has high visibility as to what is happening in the network. 18 Centrality Measures

Closeness Centrality Rafael has the highest closeness centrality because he can reach more entities through shorter paths. As such, Rafael's placement allows him to connect to entities in his own clique, and to entities that span cliques. 19 Centrality Measures Source:

Hub and Authority (for directed graph) If an entity has a high number of relationships pointing to it, it has a high authority value, and generally:  Is a knowledge or organizational authority within a domain.  Acts as definitive source of information. Hubs are entities that point to a relatively large number of authorities. They are essentially the mutually reinforcing analogues to authorities. Authorities point to high hubs. Hubs point to high authorities. You cannot have one without the other. 20 Centrality Measures Source:

Eigenvector Centrality  Eigenvector centrality is a measure of the importance of a node in a network. It assigns relative scores to all nodes in the network based on the principle that connections to high-scoring nodes contribute more to the score of the node in question than equal connections to low-scoring nodes.  Google's PageRank is a variant of the Eigenvector centrality measure. 21 Centrality Measures

Eigenvector Centrality 22 Centrality Measures

Eigenvector Centrality 23 Centrality Measures

Social Network Analysis: Theory and Applications Graphs (ppt), Zeph Grunschlag, KONECT:  Pajek:  References