Learn Before
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:
where is the stationary probability that a random walk starts at and visits . 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
Tags
Deep Learning (in Machine learning)
Data Science