SlideShare a Scribd company logo
1
The PageRank Citation Ranking:
Bring Order to the web
 Lawrence Page, Sergey Brin, Rajeev Motwani and Terry Winograd
 Presented by Fei Li
Motivation and Introduction
 Why is Page Importance Rating important?
– New challenges for information retrieval on the World
Wide Web.
• Huge number of web pages: 150 million by1998
1000 billion by 2008
• Diversity of web pages: different topics, different quality, etc.
 What is PageRank?
• A method for rating the importance of web pages
objectively and mechanically using the link structure of
the web.
The History of PageRank
 PageRank was developed by Larry Page (hence
the name Page-Rank) and Sergey Brin.
 It is first as part of a research project about a new
kind of search engine. That project started in 1995
and led to a functional prototype in 1998.
 Shortly after, Page and Brin founded Google.
 16 billion…
Recent News
 There are some news about that PageRank will be
canceled by Google.
 There are large numbers of Search Engine
Optimization (SEO).
 SEO use different trick methods to make a web
page more important under the rating of PageRank.
Link Structure of the Web
 150 million web pages  1.7 billion links
Backlinks and Forward links:
A and B are C’s backlinks
C is A and B’s forward link
Intuitively, a webpage is important if it has a lot of backlinks.
What if a webpage has only one link off www.yahoo.com?
A Simple Version of PageRank
 u: a web page
 Bu: the set of u’s backlinks
 Nv: the number of forward links of
page v
 c: the normalization factor to make
||R||L1 = 1 (||R||L1= |R1 + … + Rn|)
An example of Simplified PageRank
PageRank Calculation: first iteration
An example of Simplified PageRank
PageRank Calculation: second iteration
An example of Simplified PageRank
Convergence after some iterations
A Problem with Simplified PageRank
A loop:
During each iteration, the loop accumulates rank but
never distributes rank to other pages!
An example of the Problem
An example of the Problem
An example of the Problem
Random Walks in Graphs
 The Random Surfer Model
– The simplified model: the standing probability
distribution of a random walk on the graph of
the web. simply keeps clicking successive
links at random
 The Modified Model
– The modified model: the “random surfer”
simply keeps clicking successive links at
random, but periodically “gets bored” and
jumps to a random page based on the
distribution of E
Modified Version of PageRank
E(u): a distribution of ranks of web pages that “users” jump to
when they “gets bored” after successive links at random.
An example of Modified PageRank
16
Dangling Links
 Links that point to any page with no outgoing
links
 Most are pages that have not been
downloaded yet
 Affect the model since it is not clear where
their weight should be distributed
 Do not affect the ranking of any other page
directly
 Can be simply removed before pagerank
calculation and added back afterwards
PageRank Implementation
 Convert each URL into a unique integer and store
each hyperlink in a database using the integer IDs
to identify pages
 Sort the link structure by ID
 Remove all the dangling links from the database
 Make an initial assignment of ranks and start
iteration
 Choosing a good initial assignment can speed up the pagerank
 Adding the dangling links back.
Convergence Property
 PR (322 Million Links): 52 iterations
 PR (161 Million Links): 45 iterations
 Scaling factor is roughly linear in logn
Convergence Property
 The Web is an expander-like graph
– Theory of random walk: a random walk on a graph is said to be
rapidly-mixing if it quickly converges to a limiting distribution
on the set of nodes in the graph. A random walk is rapidly-
mixing on a graph if and only if the graph is an expander graph.
– Expander graph: every subset of nodes S has a neighborhood
(set of vertices accessible via outedges emanating from nodes in
S) that is larger than some factor α times of |S|. A graph has a
good expansion factor if and only if the largest eigenvalue is
sufficiently larger than the second-largest eigenvalue.
Searching with PageRank
• Two search engines:
– Title-based search engine
– Full text search engine
• Title-based search engine
– Searches only the “Titles”
– Finds all the web pages whose titles contain all the query
words
– Sorts the results by PageRank
– Very simple and cheap to implement
– Title match ensures high precision, and PageRank ensures
high quality
• Full text search engine
– Called Google
– Examines all the words in every stored document and also
performs PageRank (Rank Merging)
– More precise but more complicated 21
Searching with PageRank
Searching with PageRank
Personalized PageRank
 Important component of PageRank calculation is E
– A vector over the web pages (used as source of rank)
– Powerful parameter to adjust the page ranks
 E vector corresponds to the distribution of web pages that
a random surfer periodically jumps to
 Instead in Personalized PageRank E consists of a single
web page
PageRank vs. Web Traffic
 Some highly accessed web pages have low
page rank possibly because
– People do not want to link to these pages from their
own web pages (the example in their paper is
pornographic sites…)
– Some important backlinks are omitted
use usage data as a start vector for PageRank.
The PageRank Proxy
Conclusion
 PageRank is a global ranking of all web pages based on
their locations in the web graph structure
 PageRank uses information which is external to the
web pages – backlinks
 Backlinks from important pages are more significant
than backlinks from average pages
 The structure of the web graph is very useful for
information retrieval tasks.

More Related Content

PPTX
Page rank algorithm
PPTX
Page rank algortihm
PPT
Pagerank Algorithm Explained
PPT
Page rank
PDF
Link Analysis
PPTX
PageRank
PPTX
page ranking algorithm
PDF
Google PageRank
Page rank algorithm
Page rank algortihm
Pagerank Algorithm Explained
Page rank
Link Analysis
PageRank
page ranking algorithm
Google PageRank

What's hot (20)

PPT
String matching algorithms
PPT
Lecture 5 sorting and searching
PPTX
Unit 4 UDP
PPT
PPTX
PPT
Proxy server
PPT
Arpanet.53
PDF
Link Analysis
PPTX
PYTHON-Chapter 4-Plotting and Data Science PyLab - MAULIK BORSANIYA
PPTX
Protocols and the TCP/IP Protocol Suite
ODP
Web mining
PPTX
Nmap and metasploitable
PPTX
Créer un site WordPress optimisé SEO en 1h - Webisland
PDF
Binary search algorithm
PPT
Binary Search
PDF
Python Sequence | Python Lists | Python Sets & Dictionary | Python Strings | ...
PPTX
Community detection algorithms
PDF
Link analysis for web search
PPT
Hash table
PPT
Algorithm analysis
String matching algorithms
Lecture 5 sorting and searching
Unit 4 UDP
Proxy server
Arpanet.53
Link Analysis
PYTHON-Chapter 4-Plotting and Data Science PyLab - MAULIK BORSANIYA
Protocols and the TCP/IP Protocol Suite
Web mining
Nmap and metasploitable
Créer un site WordPress optimisé SEO en 1h - Webisland
Binary search algorithm
Binary Search
Python Sequence | Python Lists | Python Sets & Dictionary | Python Strings | ...
Community detection algorithms
Link analysis for web search
Hash table
Algorithm analysis
Ad

Similar to Page rank by university of michagain.ppt (20)

PPT
Ranking Web Pages
PPTX
Dm page rank
PPTX
google pagerank algorithms cosc 4335 stnaford
PPT
PAGERANK
PPT
Pagerank
PPT
Pagerank
PPT
PAGERANKS
PPT
Pagerank(2)
PPT
Pagerank (1)
PPT
PPT
PPT
Pagerank
PPT
Pagerank
PPT
Introduccion a las Finanzas
PPT
Pagerank
PPT
Pagerank Di
PPT
Pagerank(2)
PPT
Pagerank
PPT
Pagerank
Ranking Web Pages
Dm page rank
google pagerank algorithms cosc 4335 stnaford
PAGERANK
Pagerank
Pagerank
PAGERANKS
Pagerank(2)
Pagerank (1)
Pagerank
Pagerank
Introduccion a las Finanzas
Pagerank
Pagerank Di
Pagerank(2)
Pagerank
Pagerank
Ad

Recently uploaded (20)

PPTX
CARTOGRAPHY AND GEOINFORMATION VISUALIZATION chapter1 NPTE (2).pptx
PDF
TFEC-4-2020-Design-Guide-for-Timber-Roof-Trusses.pdf
PPTX
Safety Seminar civil to be ensured for safe working.
PDF
Mohammad Mahdi Farshadian CV - Prospective PhD Student 2026
PDF
R24 SURVEYING LAB MANUAL for civil enggi
PDF
keyrequirementskkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk
PDF
Mitigating Risks through Effective Management for Enhancing Organizational Pe...
PPTX
Current and future trends in Computer Vision.pptx
PDF
Enhancing Cyber Defense Against Zero-Day Attacks using Ensemble Neural Networks
PPTX
web development for engineering and engineering
PPTX
CH1 Production IntroductoryConcepts.pptx
PDF
BMEC211 - INTRODUCTION TO MECHATRONICS-1.pdf
PPTX
Construction Project Organization Group 2.pptx
PPTX
Sustainable Sites - Green Building Construction
PPTX
MET 305 2019 SCHEME MODULE 2 COMPLETE.pptx
PPTX
Artificial Intelligence
PDF
Well-logging-methods_new................
PPTX
additive manufacturing of ss316l using mig welding
PDF
July 2025 - Top 10 Read Articles in International Journal of Software Enginee...
PDF
Model Code of Practice - Construction Work - 21102022 .pdf
CARTOGRAPHY AND GEOINFORMATION VISUALIZATION chapter1 NPTE (2).pptx
TFEC-4-2020-Design-Guide-for-Timber-Roof-Trusses.pdf
Safety Seminar civil to be ensured for safe working.
Mohammad Mahdi Farshadian CV - Prospective PhD Student 2026
R24 SURVEYING LAB MANUAL for civil enggi
keyrequirementskkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk
Mitigating Risks through Effective Management for Enhancing Organizational Pe...
Current and future trends in Computer Vision.pptx
Enhancing Cyber Defense Against Zero-Day Attacks using Ensemble Neural Networks
web development for engineering and engineering
CH1 Production IntroductoryConcepts.pptx
BMEC211 - INTRODUCTION TO MECHATRONICS-1.pdf
Construction Project Organization Group 2.pptx
Sustainable Sites - Green Building Construction
MET 305 2019 SCHEME MODULE 2 COMPLETE.pptx
Artificial Intelligence
Well-logging-methods_new................
additive manufacturing of ss316l using mig welding
July 2025 - Top 10 Read Articles in International Journal of Software Enginee...
Model Code of Practice - Construction Work - 21102022 .pdf

Page rank by university of michagain.ppt

  • 1. 1 The PageRank Citation Ranking: Bring Order to the web  Lawrence Page, Sergey Brin, Rajeev Motwani and Terry Winograd  Presented by Fei Li
  • 2. Motivation and Introduction  Why is Page Importance Rating important? – New challenges for information retrieval on the World Wide Web. • Huge number of web pages: 150 million by1998 1000 billion by 2008 • Diversity of web pages: different topics, different quality, etc.  What is PageRank? • A method for rating the importance of web pages objectively and mechanically using the link structure of the web.
  • 3. The History of PageRank  PageRank was developed by Larry Page (hence the name Page-Rank) and Sergey Brin.  It is first as part of a research project about a new kind of search engine. That project started in 1995 and led to a functional prototype in 1998.  Shortly after, Page and Brin founded Google.  16 billion…
  • 4. Recent News  There are some news about that PageRank will be canceled by Google.  There are large numbers of Search Engine Optimization (SEO).  SEO use different trick methods to make a web page more important under the rating of PageRank.
  • 5. Link Structure of the Web  150 million web pages  1.7 billion links Backlinks and Forward links: A and B are C’s backlinks C is A and B’s forward link Intuitively, a webpage is important if it has a lot of backlinks. What if a webpage has only one link off www.yahoo.com?
  • 6. A Simple Version of PageRank  u: a web page  Bu: the set of u’s backlinks  Nv: the number of forward links of page v  c: the normalization factor to make ||R||L1 = 1 (||R||L1= |R1 + … + Rn|)
  • 7. An example of Simplified PageRank PageRank Calculation: first iteration
  • 8. An example of Simplified PageRank PageRank Calculation: second iteration
  • 9. An example of Simplified PageRank Convergence after some iterations
  • 10. A Problem with Simplified PageRank A loop: During each iteration, the loop accumulates rank but never distributes rank to other pages!
  • 11. An example of the Problem
  • 12. An example of the Problem
  • 13. An example of the Problem
  • 14. Random Walks in Graphs  The Random Surfer Model – The simplified model: the standing probability distribution of a random walk on the graph of the web. simply keeps clicking successive links at random  The Modified Model – The modified model: the “random surfer” simply keeps clicking successive links at random, but periodically “gets bored” and jumps to a random page based on the distribution of E
  • 15. Modified Version of PageRank E(u): a distribution of ranks of web pages that “users” jump to when they “gets bored” after successive links at random.
  • 16. An example of Modified PageRank 16
  • 17. Dangling Links  Links that point to any page with no outgoing links  Most are pages that have not been downloaded yet  Affect the model since it is not clear where their weight should be distributed  Do not affect the ranking of any other page directly  Can be simply removed before pagerank calculation and added back afterwards
  • 18. PageRank Implementation  Convert each URL into a unique integer and store each hyperlink in a database using the integer IDs to identify pages  Sort the link structure by ID  Remove all the dangling links from the database  Make an initial assignment of ranks and start iteration  Choosing a good initial assignment can speed up the pagerank  Adding the dangling links back.
  • 19. Convergence Property  PR (322 Million Links): 52 iterations  PR (161 Million Links): 45 iterations  Scaling factor is roughly linear in logn
  • 20. Convergence Property  The Web is an expander-like graph – Theory of random walk: a random walk on a graph is said to be rapidly-mixing if it quickly converges to a limiting distribution on the set of nodes in the graph. A random walk is rapidly- mixing on a graph if and only if the graph is an expander graph. – Expander graph: every subset of nodes S has a neighborhood (set of vertices accessible via outedges emanating from nodes in S) that is larger than some factor α times of |S|. A graph has a good expansion factor if and only if the largest eigenvalue is sufficiently larger than the second-largest eigenvalue.
  • 21. Searching with PageRank • Two search engines: – Title-based search engine – Full text search engine • Title-based search engine – Searches only the “Titles” – Finds all the web pages whose titles contain all the query words – Sorts the results by PageRank – Very simple and cheap to implement – Title match ensures high precision, and PageRank ensures high quality • Full text search engine – Called Google – Examines all the words in every stored document and also performs PageRank (Rank Merging) – More precise but more complicated 21
  • 24. Personalized PageRank  Important component of PageRank calculation is E – A vector over the web pages (used as source of rank) – Powerful parameter to adjust the page ranks  E vector corresponds to the distribution of web pages that a random surfer periodically jumps to  Instead in Personalized PageRank E consists of a single web page
  • 25. PageRank vs. Web Traffic  Some highly accessed web pages have low page rank possibly because – People do not want to link to these pages from their own web pages (the example in their paper is pornographic sites…) – Some important backlinks are omitted use usage data as a start vector for PageRank.
  • 27. Conclusion  PageRank is a global ranking of all web pages based on their locations in the web graph structure  PageRank uses information which is external to the web pages – backlinks  Backlinks from important pages are more significant than backlinks from average pages  The structure of the web graph is very useful for information retrieval tasks.