Concept

Random Walk Methods

Random walk methods measure distance using random walk instead of deterministic paths. A representative methods is Personalized PageRank algorithm, and is defined as:

SRW[u,v]=qu[v]+qv[u]\mathbf{S}_{RW} [u,v]=\mathbf{q}_u[v]+\mathbf{q}_v[u]

where qu[v]\mathbf{q}_u[v] is the stationary probability that a random walk starts at uu and visits vv. Intuitively, the similarity between a pair of nodes is the sum of probabilities of reaching each node from the other node through random walk.

0

1

Updated 2022-06-26

Contributors are:

Who are from:

Tags

Deep Learning (in Machine learning)

Data Science