Learn Before
Code

PageRank Algorithm

PageRank is a link-analysis algorithm for assigning a global authority score to each node in a directed graph. It models a random surfer who follows an outgoing link with probability 1α1 - \alpha and teleports according to a distribution vv with probability α\alpha. The PageRank vector rr is the stationary distribution of that walk and satisfies r=(1α)Mr+αvr = (1 - \alpha) M r + \alpha v, where MM is the graph transition matrix. Higher PageRank means more stationary random-walk mass reaches the node, making the score useful for search ranking before query-specific personalization is added.

0

1

Updated 2026-05-18

Tags

D2L

Dive into Deep Learning @ D2L