Home Knowledge Base PageRank

PageRank is the seminal graph centrality algorithm originally designed for Google Search that ranks nodes by recursive importance — a node is important if it is pointed to by other important nodes — implementing this circular definition as the stationary distribution of a random walker who follows edges with probability $(1-alpha)$ and teleports to a random node with probability $alpha$, producing a global importance score for every node in the network.

What Is PageRank?

Why PageRank Matters

PageRank Variants

VariantModificationApplication
Standard PageRankUniform teleport distributionWeb search, general centrality
Personalized PageRank (PPR)Teleport to specific node(s)GNN propagation, recommendation
Topic-Sensitive PageRankTeleport to topic-related nodesTopical search ranking
Weighted PageRankEdge weights modulate transitionsCitation analysis with impact factors
TrustRankTeleport to manually verified trusted seedsSpam detection, trust propagation

PageRank is eigenvector centrality with teleportation — computing the global steady-state importance of every node in a directed network through a random walk that balances local link-following with random exploration, providing the theoretical and practical bridge between classical network analysis and modern graph neural network propagation.

pagerank algorithmgraph algorithms

Explore 500+ Semiconductor & AI Topics

From EUV lithography to CUDA optimization — search the full knowledge base or chat with our AI assistant.