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 and teleports according to a distribution with probability . The PageRank vector is the stationary distribution of that walk and satisfies , where 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