Random Walks Flashcards

1
Q

What is Heaps Law?

A

An empirical law describing the number of distinct words in a document or a book as a function of the document length.

S(t) = ~t^beta

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

What are Random Walks?

A

They are a fundamental type of dynamical processes on networks.
A random walk on a graph is a process
that begins at some vertex, and at each time step moves to another vertex.

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

What is the probability for the walk to be found at node i?

A

The probability should be proportional to the nodal degree.

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

What is the “node staying” probability?

A
p(t) = (p1(t), p2(t), ... pn(t))^T   
T = transpose
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the mean first-passage time?

A

The average time for the walk to go from one node to another.

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

When calculating the mean first-passage from node u to node v. Why do we assume that the adjacency matrix of Aiv = 0?

A

Because we assume the walk ends at node v. Therefore v is an absorbing node.

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

What is the benefit of a reduced Laplacian matrix?

A

L’ no longer has a zero eigenvalue (as 1 is no longer an eigenvector) and is thus invertible.

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

What is an edge-reinforced random walk? (ERRW)

A

Every time an edge is utilized, the weight of the edge increases. For example, a link between two concepts is reinforced every time it’s recalled in a cognitive process.

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

ERRW networks tend to be what due to their long term memory?

A

Non-Markovian

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