Concept

Random Walk Methods

Random walk methods measure distance using random walks instead of deterministic paths. A representative method is the Personalized PageRank algorithm, 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 a random walk.

0

1

Updated 2026-06-13

Tags

Deep Learning (in Machine learning)

Data Science

Computing Sciences