How Hyperlinks Become Votes: The PageRank Algorithm

About this lecture

A hyperlink is a vote, but not every vote is worth the same. This lecture builds PageRank from the ground up on a web of six pages. A random surfer clicks links forever, and the fraction of time it spends on each page becomes that page's rank, settling from an even share into six stable numbers. The same computation is then rewritten as repeated multiplication of a probability vector by a sparse link matrix, which is how it is really done at scale, and named as the power method. Finally the model is broken on purpose: a page with no outgoing links drains the whole ranking to zero, and a pair of pages linking only to each other swallows all of it. One damping factor, read as a bored surfer teleporting to a random address, repairs both and gives the ranking the lecture finishes on.

Transcript

Loading discussion…