SlideShare ist ein Scribd-Unternehmen logo
1 von 16
Page Rank Algortihm
Guided by- Rashmita Routray Submitted by:Siddharth Satyajit Kar
Affiliation- Assistant Professor Redg.No:1341012069
Department-CSE Branch :CSE
Background
o Two popular algorithms were introduced in 1998 to rank web pages by
popularity and provide better search results. They are:
o HITS (Hypertext Induced Topic Search)
o Page Rank
o HITS was proposed by Jon Kleinberg who was a young scientist at IBM in
Silicon Valley and now a professor at Cornell University.
o Page Rank was proposed by Sergey Brin and Larry Page, students at
Stanford University and the founders of Google.
o This is the technology that is implemented at the heart of Google search
engine.
The Web’s hyperlink structure forms a massive directed
graph.
The nodes in the graph represent web pages and the
directed arcs or links represent the hyperlinks.
Hyperlinks into a page are called inlinks and point into nodes and outlinks
point out from nodes. They are discussed in details later.
Page Rank
Proposed by Sergey Brin and Larry Page.
Thesis:
A web page is important if it is pointed to by
other important web pages.
Types Of Links
1)Inbound links or Inlinks :
• Inbound links are links into the site from the outside.
• Inlinks are one way to increase a site's total Page Rank.
• Sites are not penalized for inlinks.
2) Outbound links or Outlinks :
• Outbound links are links from a page to other pages in a site or other
sites.
3) Dangling links :
• Dangling links are simply links that point to any page with no
outgoing links.
Introduction to Page Rank Algorithm
• Page Rank is a numeric value that represents the importance of a page
present on the web.
• When one page links to another page, it is effectively casting a vote for the
other page.
• More votes implies more importance.
• Importance of the page that is casting the vote determines the importance
of the vote.
• A web page is important if it is pointed to by other important web pages.
• Importance of each vote is taken into account when a page's Page Rank is
calculated.
• Page Rank is Google's way of deciding a page's importance.
• It matters because it is one of the factors that determines a page's ranking
in the search results
Page Rank Notation- “PR”.
Basic Understanding of Page Rank
algorithm
• Initially 2 sites are there with PR
of 100(Site A) and 9(Site B)
respectively .
• Site A has two outlinks.So value
of each outlink will be 100/2=50.
• Site B has three outlinks.So value
of each outlink will be 9/3=3.
• Site C is pointed by one outlink of
A (50) and one outlink of B (3) .So it has a value of (50+3)=53.
• Site D is pointed by one outlink of A(50) only .So it has a PR value of
50.
• Again C(53) has 2 outlinks so each outlink have value (53/2).While
D(50) has two outlinks each with value of (50/2)=25.
• So the order is A > C > D > B
Algorithm
The original Page Rank algorithm which was described by Larry Page and
Sergey Brin is given by PR(A) = (1-d) + d (PR(T1)/C(T1) + ... + PR(Tn)/C(Tn))
where,
• PR(A) – Page Rank of page A
• PR(Ti) – Page Rank of pages Ti which link to page A
• C(Ti) - number of outbound links on page Ti
• d - damping factor which can be set between 0 and 1
A simple way of representing the formula is, (d=0.85) Page Rank (PR) =
0.15 + 0.85 * (a share of the Page Rank of every page that links to it) .
The amount of Page Rank that a page has to vote will be its own value *
0.85.
• This value is shared equally among all the pages that it links to.
• Page with PR 4 and 5 outbound links > Page with PR8 and 100 outbound
links.
• The calculations do not work if they are performed just once. Accurate
values are obtained through many iterations.
• Suppose we have 2 pages, A and B, which link to each other, and neither
have any other links of any kind. Page Rank of A depends on Page Rank
value of B and Page Rank of B depends on Page Rank value of A.
• We can't work out A's Page Rank until we know B's Page Rank, and we can't
work out B's Page Rank until we know A's Page Rank. But performing more
iterations can bring the values to such a stage where the Page Rank values
do not change. Therefore more iterations are necessary while calculating
Page Ranks
Mathematics of Page Rank Algorithm
The page rank equation is as follows,
Example of Page Rank Algorithm
(1) -> Outlinks =2 ,inlinks=1
(2) -> Outlinks =0
,inlinks=2
(3) -> Outlinks =2
,inlinks=1
(4) -> Outlinks =2
,inlinks=2
(5) -> Outlinks =2
,inlinks=2
(6) -> Outlinks =1
,inlinks=2
Calculation of Page Rank
Additional Factors to consider
• Visibility of a link .
• Position of a link within a document .
• Importance of a linking page .
• Up-to-dateness of a linking page .
Conclusion
Even though formula for calculating PageRank seems to be difficult,
it is easy to understand. But when a simple calculation is applied
hundreds of times, the results can seem complicated. And we can
not predict the result of these iterations. Surely, more practice can
yield more observations.
PageRank is important factor considered in Google ranking, but it is
not the only factor considered. e.g. now a days Google is paying a
lot of attention to the link’s anchor text while deciding relevancy of
target page.
Page Rank is one of the important factor, one should be well aware
of PageRank while designing the website.
Reference
• PageRank," in Wikipedia, Wikimedia Foundation, 2016. [Online].
Available: https://en.wikipedia.org/wiki/PageRank. Accessed: Aug.
24, 2016.
• Google PageRank - algorithm,". [Online]. Available:
http://pr.efactory.de/e-pagerank-algorithm.shtml. Accessed: Aug.
24, 2016.
• [Online]. Available:
http://www.cs.sjsu.edu/faculty/pollett/masters/Semesters/Fall11/t
anmayee/Deliverable3.pdf. Accessed: Aug. 24, 2016.
• Amy N.Langville and Carl D.Meyer’s Google’s Page Rank and
Beyond .
Thank You.

Weitere ähnliche Inhalte

Was ist angesagt?

Page-Rank Algorithm Final
Page-Rank Algorithm FinalPage-Rank Algorithm Final
Page-Rank Algorithm Final
William Keene
 
Adversarial search
Adversarial searchAdversarial search
Adversarial search
Nilu Desai
 
Introduction to Machine Learning
Introduction to Machine LearningIntroduction to Machine Learning
Introduction to Machine Learning
Lior Rokach
 
An introduction to Machine Learning
An introduction to Machine LearningAn introduction to Machine Learning
An introduction to Machine Learning
butest
 

Was ist angesagt? (20)

Linear algebra behind Google search
Linear algebra behind Google searchLinear algebra behind Google search
Linear algebra behind Google search
 
AI: AI & Problem Solving
AI: AI & Problem SolvingAI: AI & Problem Solving
AI: AI & Problem Solving
 
Link Analysis
Link AnalysisLink Analysis
Link Analysis
 
Page-Rank Algorithm Final
Page-Rank Algorithm FinalPage-Rank Algorithm Final
Page-Rank Algorithm Final
 
LISP: Introduction to lisp
LISP: Introduction to lispLISP: Introduction to lisp
LISP: Introduction to lisp
 
Game Playing in Artificial Intelligence
Game Playing in Artificial IntelligenceGame Playing in Artificial Intelligence
Game Playing in Artificial Intelligence
 
Adversarial search
Adversarial searchAdversarial search
Adversarial search
 
Link analysis : Comparative study of HITS and Page Rank Algorithm
Link analysis : Comparative study of HITS and Page Rank AlgorithmLink analysis : Comparative study of HITS and Page Rank Algorithm
Link analysis : Comparative study of HITS and Page Rank Algorithm
 
Introduction to Machine Learning
Introduction to Machine LearningIntroduction to Machine Learning
Introduction to Machine Learning
 
Reinforcement learning
Reinforcement learning Reinforcement learning
Reinforcement learning
 
A* Search Algorithm
A* Search AlgorithmA* Search Algorithm
A* Search Algorithm
 
Structure of agents
Structure of agentsStructure of agents
Structure of agents
 
AI: AI & Searching
AI: AI & SearchingAI: AI & Searching
AI: AI & Searching
 
Classification and Regression
Classification and RegressionClassification and Regression
Classification and Regression
 
An introduction to Machine Learning
An introduction to Machine LearningAn introduction to Machine Learning
An introduction to Machine Learning
 
Ai 8 puzzle problem
Ai 8 puzzle problemAi 8 puzzle problem
Ai 8 puzzle problem
 
ProLog (Artificial Intelligence) Introduction
ProLog (Artificial Intelligence) IntroductionProLog (Artificial Intelligence) Introduction
ProLog (Artificial Intelligence) Introduction
 
Data Mining: Concepts and Techniques (3rd ed.) - Chapter 3 preprocessing
Data Mining:  Concepts and Techniques (3rd ed.)- Chapter 3 preprocessingData Mining:  Concepts and Techniques (3rd ed.)- Chapter 3 preprocessing
Data Mining: Concepts and Techniques (3rd ed.) - Chapter 3 preprocessing
 
Web usage mining
Web usage miningWeb usage mining
Web usage mining
 
Computational Intelligence and Applications
Computational Intelligence and ApplicationsComputational Intelligence and Applications
Computational Intelligence and Applications
 

Ähnlich wie Page rank algortihm

PageRank & Searching
PageRank & SearchingPageRank & Searching
PageRank & Searching
rahulbindra
 

Ähnlich wie Page rank algortihm (20)

Search engine page rank demystification
Search engine page rank demystificationSearch engine page rank demystification
Search engine page rank demystification
 
Dm page rank
Dm page rankDm page rank
Dm page rank
 
PageRank Algorithm
PageRank AlgorithmPageRank Algorithm
PageRank Algorithm
 
PageRank & Searching
PageRank & SearchingPageRank & Searching
PageRank & Searching
 
Page rank2
Page rank2Page rank2
Page rank2
 
Implementing page rank algorithm using hadoop map reduce
Implementing page rank algorithm using hadoop map reduceImplementing page rank algorithm using hadoop map reduce
Implementing page rank algorithm using hadoop map reduce
 
PageRank
PageRankPageRank
PageRank
 
Seo and page rank algorithm
Seo and page rank algorithmSeo and page rank algorithm
Seo and page rank algorithm
 
I04015559
I04015559I04015559
I04015559
 
Page Rank Link Farm Detection
Page Rank Link Farm DetectionPage Rank Link Farm Detection
Page Rank Link Farm Detection
 
Pagerank
PagerankPagerank
Pagerank
 
Pagerank
PagerankPagerank
Pagerank
 
Ranking Web Pages
Ranking Web PagesRanking Web Pages
Ranking Web Pages
 
page ranking algorithm
page ranking algorithmpage ranking algorithm
page ranking algorithm
 
Topological methods
Topological methods Topological methods
Topological methods
 
Google page rank
Google page rankGoogle page rank
Google page rank
 
Web mining
Web miningWeb mining
Web mining
 
Google page rank
Google page rankGoogle page rank
Google page rank
 
Google Page Ranking
Google Page RankingGoogle Page Ranking
Google Page Ranking
 
Page Rank
Page RankPage Rank
Page Rank
 

Kürzlich hochgeladen

Vip Mumbai Call Girls Thane West Call On 9920725232 With Body to body massage...
Vip Mumbai Call Girls Thane West Call On 9920725232 With Body to body massage...Vip Mumbai Call Girls Thane West Call On 9920725232 With Body to body massage...
Vip Mumbai Call Girls Thane West Call On 9920725232 With Body to body massage...
amitlee9823
 
Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...
Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...
Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...
amitlee9823
 
FESE Capital Markets Fact Sheet 2024 Q1.pdf
FESE Capital Markets Fact Sheet 2024 Q1.pdfFESE Capital Markets Fact Sheet 2024 Q1.pdf
FESE Capital Markets Fact Sheet 2024 Q1.pdf
MarinCaroMartnezBerg
 
Probability Grade 10 Third Quarter Lessons
Probability Grade 10 Third Quarter LessonsProbability Grade 10 Third Quarter Lessons
Probability Grade 10 Third Quarter Lessons
JoseMangaJr1
 
Call Girls In Bellandur ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bellandur ☎ 7737669865 🥵 Book Your One night StandCall Girls In Bellandur ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bellandur ☎ 7737669865 🥵 Book Your One night Stand
amitlee9823
 
CHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
ZurliaSoop
 

Kürzlich hochgeladen (20)

Vip Mumbai Call Girls Thane West Call On 9920725232 With Body to body massage...
Vip Mumbai Call Girls Thane West Call On 9920725232 With Body to body massage...Vip Mumbai Call Girls Thane West Call On 9920725232 With Body to body massage...
Vip Mumbai Call Girls Thane West Call On 9920725232 With Body to body massage...
 
BigBuy dropshipping via API with DroFx.pptx
BigBuy dropshipping via API with DroFx.pptxBigBuy dropshipping via API with DroFx.pptx
BigBuy dropshipping via API with DroFx.pptx
 
Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...
Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...
Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...
 
FESE Capital Markets Fact Sheet 2024 Q1.pdf
FESE Capital Markets Fact Sheet 2024 Q1.pdfFESE Capital Markets Fact Sheet 2024 Q1.pdf
FESE Capital Markets Fact Sheet 2024 Q1.pdf
 
Sampling (random) method and Non random.ppt
Sampling (random) method and Non random.pptSampling (random) method and Non random.ppt
Sampling (random) method and Non random.ppt
 
Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...
Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...
Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...
 
Probability Grade 10 Third Quarter Lessons
Probability Grade 10 Third Quarter LessonsProbability Grade 10 Third Quarter Lessons
Probability Grade 10 Third Quarter Lessons
 
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
 
VidaXL dropshipping via API with DroFx.pptx
VidaXL dropshipping via API with DroFx.pptxVidaXL dropshipping via API with DroFx.pptx
VidaXL dropshipping via API with DroFx.pptx
 
Edukaciniai dropshipping via API with DroFx
Edukaciniai dropshipping via API with DroFxEdukaciniai dropshipping via API with DroFx
Edukaciniai dropshipping via API with DroFx
 
VIP Model Call Girls Hinjewadi ( Pune ) Call ON 8005736733 Starting From 5K t...
VIP Model Call Girls Hinjewadi ( Pune ) Call ON 8005736733 Starting From 5K t...VIP Model Call Girls Hinjewadi ( Pune ) Call ON 8005736733 Starting From 5K t...
VIP Model Call Girls Hinjewadi ( Pune ) Call ON 8005736733 Starting From 5K t...
 
Mature dropshipping via API with DroFx.pptx
Mature dropshipping via API with DroFx.pptxMature dropshipping via API with DroFx.pptx
Mature dropshipping via API with DroFx.pptx
 
(NEHA) Call Girls Katra Call Now 8617697112 Katra Escorts 24x7
(NEHA) Call Girls Katra Call Now 8617697112 Katra Escorts 24x7(NEHA) Call Girls Katra Call Now 8617697112 Katra Escorts 24x7
(NEHA) Call Girls Katra Call Now 8617697112 Katra Escorts 24x7
 
CebaBaby dropshipping via API with DroFX.pptx
CebaBaby dropshipping via API with DroFX.pptxCebaBaby dropshipping via API with DroFX.pptx
CebaBaby dropshipping via API with DroFX.pptx
 
Call Girls In Bellandur ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bellandur ☎ 7737669865 🥵 Book Your One night StandCall Girls In Bellandur ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bellandur ☎ 7737669865 🥵 Book Your One night Stand
 
CHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
 
Accredited-Transport-Cooperatives-Jan-2021-Web.pdf
Accredited-Transport-Cooperatives-Jan-2021-Web.pdfAccredited-Transport-Cooperatives-Jan-2021-Web.pdf
Accredited-Transport-Cooperatives-Jan-2021-Web.pdf
 
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
 
Anomaly detection and data imputation within time series
Anomaly detection and data imputation within time seriesAnomaly detection and data imputation within time series
Anomaly detection and data imputation within time series
 
Ravak dropshipping via API with DroFx.pptx
Ravak dropshipping via API with DroFx.pptxRavak dropshipping via API with DroFx.pptx
Ravak dropshipping via API with DroFx.pptx
 

Page rank algortihm

  • 1. Page Rank Algortihm Guided by- Rashmita Routray Submitted by:Siddharth Satyajit Kar Affiliation- Assistant Professor Redg.No:1341012069 Department-CSE Branch :CSE
  • 2. Background o Two popular algorithms were introduced in 1998 to rank web pages by popularity and provide better search results. They are: o HITS (Hypertext Induced Topic Search) o Page Rank o HITS was proposed by Jon Kleinberg who was a young scientist at IBM in Silicon Valley and now a professor at Cornell University. o Page Rank was proposed by Sergey Brin and Larry Page, students at Stanford University and the founders of Google. o This is the technology that is implemented at the heart of Google search engine.
  • 3. The Web’s hyperlink structure forms a massive directed graph. The nodes in the graph represent web pages and the directed arcs or links represent the hyperlinks. Hyperlinks into a page are called inlinks and point into nodes and outlinks point out from nodes. They are discussed in details later. Page Rank Proposed by Sergey Brin and Larry Page. Thesis: A web page is important if it is pointed to by other important web pages.
  • 4. Types Of Links 1)Inbound links or Inlinks : • Inbound links are links into the site from the outside. • Inlinks are one way to increase a site's total Page Rank. • Sites are not penalized for inlinks. 2) Outbound links or Outlinks : • Outbound links are links from a page to other pages in a site or other sites. 3) Dangling links : • Dangling links are simply links that point to any page with no outgoing links.
  • 5. Introduction to Page Rank Algorithm • Page Rank is a numeric value that represents the importance of a page present on the web. • When one page links to another page, it is effectively casting a vote for the other page. • More votes implies more importance. • Importance of the page that is casting the vote determines the importance of the vote.
  • 6. • A web page is important if it is pointed to by other important web pages. • Importance of each vote is taken into account when a page's Page Rank is calculated. • Page Rank is Google's way of deciding a page's importance. • It matters because it is one of the factors that determines a page's ranking in the search results Page Rank Notation- “PR”.
  • 7. Basic Understanding of Page Rank algorithm • Initially 2 sites are there with PR of 100(Site A) and 9(Site B) respectively . • Site A has two outlinks.So value of each outlink will be 100/2=50. • Site B has three outlinks.So value of each outlink will be 9/3=3. • Site C is pointed by one outlink of A (50) and one outlink of B (3) .So it has a value of (50+3)=53. • Site D is pointed by one outlink of A(50) only .So it has a PR value of 50. • Again C(53) has 2 outlinks so each outlink have value (53/2).While D(50) has two outlinks each with value of (50/2)=25. • So the order is A > C > D > B
  • 8. Algorithm The original Page Rank algorithm which was described by Larry Page and Sergey Brin is given by PR(A) = (1-d) + d (PR(T1)/C(T1) + ... + PR(Tn)/C(Tn)) where, • PR(A) – Page Rank of page A • PR(Ti) – Page Rank of pages Ti which link to page A • C(Ti) - number of outbound links on page Ti • d - damping factor which can be set between 0 and 1 A simple way of representing the formula is, (d=0.85) Page Rank (PR) = 0.15 + 0.85 * (a share of the Page Rank of every page that links to it) . The amount of Page Rank that a page has to vote will be its own value * 0.85.
  • 9. • This value is shared equally among all the pages that it links to. • Page with PR 4 and 5 outbound links > Page with PR8 and 100 outbound links. • The calculations do not work if they are performed just once. Accurate values are obtained through many iterations. • Suppose we have 2 pages, A and B, which link to each other, and neither have any other links of any kind. Page Rank of A depends on Page Rank value of B and Page Rank of B depends on Page Rank value of A. • We can't work out A's Page Rank until we know B's Page Rank, and we can't work out B's Page Rank until we know A's Page Rank. But performing more iterations can bring the values to such a stage where the Page Rank values do not change. Therefore more iterations are necessary while calculating Page Ranks
  • 10. Mathematics of Page Rank Algorithm The page rank equation is as follows,
  • 11. Example of Page Rank Algorithm (1) -> Outlinks =2 ,inlinks=1 (2) -> Outlinks =0 ,inlinks=2 (3) -> Outlinks =2 ,inlinks=1 (4) -> Outlinks =2 ,inlinks=2 (5) -> Outlinks =2 ,inlinks=2 (6) -> Outlinks =1 ,inlinks=2
  • 13. Additional Factors to consider • Visibility of a link . • Position of a link within a document . • Importance of a linking page . • Up-to-dateness of a linking page .
  • 14. Conclusion Even though formula for calculating PageRank seems to be difficult, it is easy to understand. But when a simple calculation is applied hundreds of times, the results can seem complicated. And we can not predict the result of these iterations. Surely, more practice can yield more observations. PageRank is important factor considered in Google ranking, but it is not the only factor considered. e.g. now a days Google is paying a lot of attention to the link’s anchor text while deciding relevancy of target page. Page Rank is one of the important factor, one should be well aware of PageRank while designing the website.
  • 15. Reference • PageRank," in Wikipedia, Wikimedia Foundation, 2016. [Online]. Available: https://en.wikipedia.org/wiki/PageRank. Accessed: Aug. 24, 2016. • Google PageRank - algorithm,". [Online]. Available: http://pr.efactory.de/e-pagerank-algorithm.shtml. Accessed: Aug. 24, 2016. • [Online]. Available: http://www.cs.sjsu.edu/faculty/pollett/masters/Semesters/Fall11/t anmayee/Deliverable3.pdf. Accessed: Aug. 24, 2016. • Amy N.Langville and Carl D.Meyer’s Google’s Page Rank and Beyond .