(Social) Networks Analysis II

Slides:



Advertisements
Similar presentations
Mobile Communication Networks Vahid Mirjalili Department of Mechanical Engineering Department of Biochemistry & Molecular Biology.
Advertisements

Dr. Henry Hexmoor Department of Computer Science Southern Illinois University Carbondale Network Theory: Computational Phenomena and Processes Social Network.
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,
A Brief Overview on Some Recent Study of Graph Data Yunkai Liu, Ph. D., Gannon University.
Relationship Mining Network Analysis Week 5 Video 5.
Analysis of Social Media MLD , LTI William Cohen
 Network topology is the layout pattern of interconnections of the various elements (links, nodes, etc.) of a computer.  Network topologies may be physical.
 Copyright 2011 Digital Enterprise Research Institute. All rights reserved. Digital Enterprise Research Institute Enabling Networked Knowledge.
(Social) Networks Analysis I
Feb 20, Definition of subgroups Definition of sub-groups: “Cohesive subgroups are subsets of actors among whom there are relatively strong, direct,
Centrality and Prestige HCC Spring 2005 Wednesday, April 13, 2005 Aliseya Wright.
Imperial College LondonFebruary 2007 Bubble Rap: Forwarding in Small World DTNs in Ever Decreasing Circles Part 2 - People Are the Network Jon Crowcroft.
CSE 222 Systems Programming Graph Theory Basics Dr. Jim Holten.
CS8803-NS Network Science Fall 2013
Network Measures Social Media Mining. 2 Measures and Metrics 2 Social Media Mining Network Measures Klout.
(Social) Networks Analysis III Prof. Dr. Daning Hu Department of Informatics University of Zurich Oct 16th, 2012.
Overview Granovetter: Strength of Weak Ties What are ‘weak ties’? why are they ‘strong’? Burt: Structural Holes What are they? What do they do? How do.
Social Network Analysis: A Non- Technical Introduction José Luis Molina Universitat Autònoma de Barcelona
Principles of Social Network Analysis. Definition of Social Networks “A social network is a set of actors that may have relationships with one another”
MEDUSA – New Model of Internet Topology Using k-shell Decomposition Shai Carmi Shlomo Havlin Bloomington 05/24/2005.
Today’s topics Strength of Weak Ties Next Topic Acknowledgements
Science: Graph theory and networks Dr Andy Evans.
Network theory David Lusseau BIOL4062/5062
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.
Lecture 5: Mathematics of Networks (Cont) CS 790g: Complex Networks Slides are modified from Networks: Theory and Application by Lada Adamic.
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.
Midterm Project Guide Prof. Dr. Daning Hu Department of Informatics University of Zurich Oct 23th, 2012.
Mathematics of Networks (Cont)
Susan O’Shea The Mitchell Centre for Social Network Analysis CCSR/Social Statistics, University of Manchester
L – Modelling and Simulating Social Systems with MATLAB Lesson 6 – Graphs (Networks) Anders Johansson and Wenjian Yu (with S. Lozano.
Most of contents are provided by the website Graph Essentials TJTSD66: Advanced Topics in Social Media.
Slides are modified from Lada Adamic
Hierarchy Overview Background: Hierarchy surrounds us: what is it? Micro foundations of social stratification Ivan Chase: Structure from process Action.
Its a specific set of linkages among a defined set of persons with the additional property that the characteristics of these linkages as a whole may be.
11 Network Level Indicators Bird’s eye view of network Image matrix example of network level Many network level measures Some would argue this is the most.
Social network analysis
Selected Topics in Data Networking Explore Social Networks: Center and Periphery.
How to Analyse Social Network? Social networks can be represented by complex networks.
Informatics tools in network science
Social Network Theory Dr. Zaheeruddin Asif.
3 rd lecture Presented by Dr. Sarah Mustafa Eljack.
Introduction to Graph & Network Theory Thinking About Networks: From Metabolism to the Genome to Social Conflict Summer Workshop for Teachers June 27 th.
Cohesive Subgraph Computation over Large Graphs
Ranking in social networks
Hiroki Sayama NECSI Summer School 2008 Week 2: Complex Systems Modeling and Networks Network Models Hiroki Sayama
Groups of vertices and Core-periphery structure
Social Networks Analysis
Jon Crowcroft Pan Hui Computer Laboratory University of Cambridge
Biological networks CS 5263 Bioinformatics.
Applications of graph theory in complex systems research
Department of Computer and IT Engineering University of Kurdistan
Core Methods in Educational Data Mining
Network analysis.
Groups of vertices and Core-periphery structure
Structural Properties of Networks: Introduction
Network Science: A Short Introduction i3 Workshop
Robustness of wireless ad hoc network topologies
Department of Computer Science University of York
Robustness of wireless ad hoc network topologies
Bikalp Chamola (VAF) Shyam Singh (IRMA)
Network Topologies Charles Warren.
Social Network Analysis
Social Network Analysis
Practical Applications Using igraph in R Roger Stanton
Core Methods in Educational Data Mining
Presentation transcript:

(Social) Networks Analysis II Prof. Dr. Daning Hu Department of Informatics University of Zurich Oct 9th, 2012

Outline Network Topological Analysis Node Level Analysis Link and Group Level Analysis Network Level Analysis Ref Book: Social Network Analysis: Methods and Applications (Structural Analysis in the Social Sciences) http://www.amazon.com/Social-Network-Analysis-Applications-Structural/dp/0521387078

What is a Network? Node: Any entity in a network (person, system, group, organization) Tie/Link: Relationship or interaction between two nodes.

Network Topological Analysis Vs. Dynamic Network Analysis Topology (from the Greek τόπος, “place”, and λόγος, “study”) is a major area of mathematics concerned with the most basic properties of space, such as connectedness. as a field of study out of geometry and set theory, through analysis of such concepts as space, dimension, and transformation. Network topology is the arrangement of the various elements (links, nodes, etc). Essentially, it is the topological structure of a network.  Physical topology refers to the placement of the network's various components, including device location and cable installation; while logical topology shows how data flows within a network, regardless of its physical design. Distances between nodes, physical interconnections, transmission rates, and/or signal types may differ between two networks, yet their topologies may be identical.

Node Level Analysis: Node Centrality Node Centrality can be viewed as a measure of influence or importance of nodes in a network. Degree the number of links that a node possesses in a network. In a directed network, one must differentiate between in-links and out-links by calculating in-degree and out-degree. Betweeness the number of shortest paths in a network that traverse through that node. Closeness the average distance that each node is from all other nodes in the network

Node Level Analysis: Degree Centrality From Steve Borgatti

Node Level Analysis: Betweenness Centrality From Steve Borgatti

Node Level Analysis: Closeness Centrality From Steve Borgatti

Node Level Analysis: Eigenvector Centrality From Steve Borgatti

Link Level Analysis: Length and Distance Length of a path is the number of the links Distance between two nodes is the length of shortest path (i.e., geodesic) From Steve Borgatti

Group Level Analysis: Network Components Maximal Sets of nodes in which every node reach every other by some path. A fully connected network has just one (giant) component.

Group Level Analysis: Cutpoints and Bridge From Steve Borgatti

The Strength of Weak Tie (Granovetter 1973) Strong ties create transitivity Two nodes linked by a strong tie will have mutual acquaitances Ties that are part of transitive triples cannot be bridges Therefore, only weak ties can be bridges the value of weak ties!! Strong ties embeded in tight homophilous clusters, while weak ties connect to diversity Weak ties is a major source of novel information

Network Level Analysis: Cohesion Network Topology Analysis takes a macro perspective to study the physical properties of network structures. Network topological measures include: Size, i.e., number of nodes and links Network Cohesion Average Degree, Distance Average Path Length: on average, the number of steps it takes to get from one member of the network to another. Diameter Clustering Coefficient: a measure of an "all-my-friends-know-each-other" property; small-world feature

Network Level Analysis: Cohesion Fragmentation: Percentage of pairs of nodes that are unreachable from each other. Calculated as

Network Level Analysis: Cohesion Density: the percentage of the number of links over all possible pairs of links. From Steve Borgatti

Help with the Rice Harvest: Which Village is More Likely to Survive? Village 1 Village 2 Data from Entwistle et al

Network Level Analysis: Cohesion Average distance: average distance between all pairs of nodes. From Steve Borgatti

Network Level Analysis: Centralization Centralization: Degree to which network revolves around a single node. From Steve Borgatti

Network Level Analysis: Transitivity Transitivity/Clustering Coefficient: Percentage of triples with 3 ties as a proportion of triples with 2 or more ties. It measures the tendency to form clusters and groups. Clustering Coefficient = 2/6 = 33% From Steve Borgatti

Network Level Analysis: Clique Clique: Maximal set of nodes in which every node is linked to every other. Maximum density (1.0) Minimum distances (avg distance = 1.0) overlapping From Steve Borgatti

Network Level Analysis: Core/Periphery Vs. Clique Core/Periphery: Does the network consist of a single core group together with hangers-on (a periphery); Or Clique Structure: Are there multiple sub-groups, each with their own peripheries? From Steve Borgatti

Network Level Analysis: Structural Holes

Network Level Analysis: Structural Holes