Introduction to Social Network Analysis

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/17

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 7:53 PM on 7/4/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

18 Terms

1
New cards

Social Network Analysis (SNA)

Refers to the quantitative and qualitative analysis of social network data.

It describes networked structures in terms of nodes (individual actors, users, or things within the network) and the links, edges, or ties (relationships or interactions) connecting them.

2
New cards

SNA steps

  1. Problem identification

  2. Selection of data sources

  3. Data cleaning

  4. Data transformation

  5. Mining (analysis)

  6. Analysis of results

3
New cards

network vs graph

network → to refer to the structure of social relationships.

graph → the mathematical representation of a network.

4
New cards

Degree of a node

The number of connections that node has.

A high-degree node often has more influence because it is connected to many others.

5
New cards

undirected graph

Relationship goes both ways.

Example: Alice ——— Bob (no arrows)

If Alice is friends with Bob,

Bob is automatically friends with Alice.

6
New cards

directed graph

Relationship goes one way.

Example: Alice → Bob (Now the direction matters)

Alice follows Bob.

Bob does not have to follow Alice.

7
New cards

Symmetric/not symmetric Adjacency Matrix

Undirected graph

If Alice is connected to Bob, Bob must also be connected to Alice.

Therefore the adjacency matrix is symmetric.

If (Alice, Bob) = 1, then automatically (Bob, Alice) = 1

Directed graph

Not necessarily. Alice may follow Bob, while Bob doesn't follow Alice.

Therefore (Alice, Bob) = 1, (Bob, Alice) = 0

The matrix is not symmetric.

8
New cards

weighted graphs

Sometimes connections are stronger than others.

Instead of only writing 0 = no connection; 1 = connection, we can assign a weight.

Example:

Emails exchanged

Alice Bob → 200 emails

Alice Claire → 5 emails

Alice —- 200 —- Bob

Alice —- 5 —- Claire

9
New cards

self-organisation

Large patterns emerge without anyone planning them.

Example irl: psychology students become friends with each other without anyone telling them “become friends with each other.” Nobody organised them.

10
New cards

small-world property

Almost everyone can be reached through only a few connections.

11
New cards

preferential attachment

Popularity attracts even more popularity.

12
New cards

scale-free network

A network where most nodes have few connections and a few nodes (hubs) have many.

13
New cards

computing network measures

Researchers calculate numbers that describe the overall structure of the network.

Imagine everyone in a network. For every pair of people, find the shortest route between them. Average all those routes. If the average is small, information can spread quickly.

14
New cards

community detection

Finds groups of nodes that are strongly connected to each other.

e.g., friend groups, university network.

15
New cards

link prediction

Which new connections are likely to appear?

16
New cards

information propagation

Information spreads through networks much like diseases.

Researchers study:

  • Who starts the spread

  • How quickly it spreads

  • Which communities receive it

  • When it stops

17
New cards

social influence maximisation

SNA tries to identify the smallest group of people that will influence the largest number of others.

This is useful for:

  • marketing

  • public health campaigns

  • election campaigns

  • promoting healthy behaviours

18
New cards

at the end of the chapter, you can analyse:

  • Network structure (who connects to whom)

  • Content (what they actually post)