Skip to content

Simple implementation of the PageRank algorithm.

Notifications You must be signed in to change notification settings

rskpdev/Page-Rank

Repository files navigation

Page Rank

Simple implementation of the PageRank algorithm.

Requirements

  • numpy
  • pickle
  • igraph
  • urllib

Usage

Basic PageRank algorithm over the corpus: power_iteration.py

The results are saved in the file 'ranks1.txt'.

Topic-specific PageRank algorithm: topic_specific_main.py

The results are saved in the file 'ranks2.txt'.

About

Simple implementation of the PageRank algorithm.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages