1 / 1

Investigating Google’s PageRank A lgorithm

Iterations for Convergence The Power method requires far more iterations to converge than the Arnoldi method. Execution Time The time for convergence is better for the restarted Arnoldi method than other tested methods. As alpha increases this difference becomes more evident.

Download Presentation

Investigating Google’s PageRank A lgorithm

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Iterations for Convergence The Power method requires far more iterations to converge than the Arnoldi method. Execution Time The time for convergence is better for the restarted Arnoldi method than other tested methods. As alphaincreases this difference becomes more evident. PageRank Explained A page is important if other important pages link to it. This is an eigenvector problem: The matrix Q describes the link structure. To assure a reasonable answer Q must be modified. Here d shows which pages lack outlinks and alpha determines the general probability of “teleporting” to a random Web page. Example The following small 6- page link structure would give us the following Q. Eigenvector methods used Power method + low memory demands – slow for large alpha-values Arnoldi method + few iterations for convergence – high memory demands – increasing work for each iteration Restarted Arnoldi + fast for all alpha-values ± much less memory needed than for normal Arnold, but higher than the Power method Web-Crawler Written in Perl and used to retrieve the link structure of a specified domain. This is the link structure of it.uu.se. Researchers: Erik Andersson eran3133@student.uu.se Per-Anders Ekström peek5081@student.uu.se Advisors: Lars Eldén laeld@math.liu.se Maya G. Neytcheva maya@it.uu.se Investigating Google’s PageRank Algorithm Contact: Lina von Sydow Lina.von.Sydow@it.uu.se Project in course ”Scientific Computing 10p.” at the Division of Scientific Computing, Department of Information Technology, Uppsala University

More Related