Pagerank algorithm and report
Go to file
2020-07-16 11:21:47 +07:00
data Update 2020-07-15 09:11:26 +07:00
Bao_cao.pdf update bao cao 2020-07-16 11:21:47 +07:00
pagerank_auto.py Update 2020-07-15 09:11:26 +07:00
pagerank.py Update 2020-07-15 09:11:26 +07:00
Phieu-danh-gia-ket-qua-thuc-tap.pdf update bao cao 2020-07-16 11:21:47 +07:00
README.md Update README.md 2020-06-14 10:11:02 +07:00

PageRank

Pagerank algorithm and report I implement pagerank algorithm using Python languge.

PageRank worked well for most of the datasets, but it worked best for datasets with Directed graphs. I use SNAP dataset to build graph.

Dataset: https://snap.stanford.edu/data/web-Stanford.html

Dataset constain 281903 nodes and 2312497 edges.

Requirment

matplotlib

networkx 2.4

How to run

run script pagerank.py :D

Author

Nguyễn Đức Thắng (https://github.com/nducthang)