pagerank
Mathematical Programming with Python
https://people.sc.fsu.edu/~jburkardt/classes/...
python_2025/pagerank/pagerank.html


pagerank: The Page Rank algorithm, a method of assigning importance to every node in a graph; this is the basis of the Google search algorithm; it is also an example of the power method for an enormous matrix; to get the power method to work on an enormous network, the algorithm's inventors had to patch the original method, and add a randomization feature, in order to get good results quickly. This is a fundamental algorithm of machine learning.

Lecture notes:


Last revised on 12 February 2025.