Topic 4: Graph Theory Flashcards

(26 cards)

1
Q

Types of Graphs

A
  • Undirected Graphs: Mutual connections e.g. Facebook friends
  • Directed Graphs: One-way connections e.g. Twitter followers
  • Weighted Graphs: Quantifies connection strength e.g. Message frequency
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Connected Graph

A

Every node can be reached by every other node

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Strongly Connected Component

A

A tightly linked subset of nodes where every node is reachable from every other node via directed paths e.g. a friendship group or interest-based community

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Bridge

A

A edge that, if removed, would disconnect parts of the network and reduce reach and communication

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Local Bridge Span

A

quantifies the value of a an edge as the distance between the two connected nodes if the bridge were deleted

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Complete Graph

A

Every pair of nodes is directly connected (maximum connectivity)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Degree Centrality

A

Measures the importance of a node through the number of edges connected to it

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

In-degree

A

The number of incoming edges to a node, indicating a node’s popularity/importance

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Out-degree

A

The number of outgoing links from a node, indicating a node’s authority/engagement, for example
- Citing many papers indicates the node is a well-referenced experts
- Following many social media accounts indicates the node is active and engaged

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Network Scale

A

A characteristic size that defines the system, such as the average degree per node

E.g. A road network, where nodes are intersections, has a scale of around 3 to 5

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Scale-free Networks

A

Follow a power-law degree distribution, they have no characteristic scale and are robust against accidental failure but vulnerable to attacks on hubs

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Scale-free Networks on the Web

A
  • Social Networks: Few users have many followers
  • Web Links: Few sites get most traffic
  • Citations: Few papers are cited extensively
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

How do Scale-free Networks Grow?

A

Preferential Attachment: where nodes are more likely to connect to existing nodes with higher degrees, forming hubs

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Betweenness Centrality

A

Measures the importance of a node or edge through the number of shortest paths between other nodes that pass through it. Identifies key influences, brokers, and checkpoints

Bridges have a relatively high betweenness centrality

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Closeness Centrality

A

Measures how quickly a node can reach all other nodes in a network

High-closeness nodes are not necessarily hubs but are well positioned

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Eigenvector Centrality

A

Measures importance based on the importance of its connections i.e. quality over quantity

17
Q

Local Clustering Coefficient

A

An indication of how well-connected a node’s neighbours are

18
Q

Divisive Partitioning Algorithm

A

An approach to dividing a graph by iteratively dividing into smaller subsets until a specific criteria is met

19
Q

Agglomerative Partitioning Algorithm

A

An approach to dividing a graph by starting with individual nodes and progressively merging them into larger clusters based on predefined criteria to form cohesive groups

20
Q

Triadic Closure

A

If two people have a mutual friend, there is an increase likelihood that they will become friends themselves.

Forms triangles in the graph, contributing to network clostering

21
Q

Strong Triadic Closure

A

A node satisfies strong triadic closure if it has strong ties to two other nodes and there is at least a weak tie between those two nodes

22
Q

Requirements for a Balanced 3-Node Cycle in a Signed Graph

A
  1. All Three Edges Are Positive: A friend of a friend of a friend
  2. OR, Two Edges are Negative, One is Positive: Enemy of my enemy is my friend
23
Q

The Balance Theorem

A

A signed complete graph is balanced if either
1. All pairs of nodes are friends
2. OR, the nodes can be divided into two groups such that
- Each pair of people in group 1 likes each other
- Each pair of people in group 2 likes each other
- Everyone in group 1 is an enemy of everyone in group 2

24
Q

Social Capital

A

The resources and benefits accessible by an individual through their social network

25
Structural Hole
A gap in a network where there is a lack of direct ties between two otherwise connected groups of nodes representing opportunities for brokerage
26
Advantages of Being a Broker/Mediator
- Access information from multiple groups - Act as amplifiers for creativity by transferring knowledge between groups - Can perform social gatekeeping