|
International Journal of Computer Applications
Foundation of Computer Science (FCS), NY, USA
|
| Volume 187 - Issue 83 |
| Published: February 2026 |
| Authors: Ahmad Farhan Alshammari |
10.5120/ijca2026926463
|
Ahmad Farhan Alshammari . Implementation of Network Ranking using PageRank and Random Walk in Python. International Journal of Computer Applications. 187, 83 (February 2026), 40-47. DOI=10.5120/ijca2026926463
@article{ 10.5120/ijca2026926463,
author = { Ahmad Farhan Alshammari },
title = { Implementation of Network Ranking using PageRank and Random Walk in Python },
journal = { International Journal of Computer Applications },
year = { 2026 },
volume = { 187 },
number = { 83 },
pages = { 40-47 },
doi = { 10.5120/ijca2026926463 },
publisher = { Foundation of Computer Science (FCS), NY, USA }
}
%0 Journal Article
%D 2026
%A Ahmad Farhan Alshammari
%T Implementation of Network Ranking using PageRank and Random Walk in Python%T
%J International Journal of Computer Applications
%V 187
%N 83
%P 40-47
%R 10.5120/ijca2026926463
%I Foundation of Computer Science (FCS), NY, USA
The goal of this research is to implement network ranking using PageRank and random walk in Python. Network ranking is used to calculate the importance of nodes in the network. It helps to order the nodes according to their ranking values. Network ranking is performed using PageRank and random walk. The final results are compared to make sure that the two methods are matching. The basic steps of network ranking using PageRank and random walk are explained: defining network (nodes, adjacency matrix, and rank vector), computing outgoing nodes, computing transition matrix, performing PageRank, performing random walk, comparing results, and plotting charts. The developed program was tested on an experimental data. The program has successfully performed the basic steps of network ranking using PageRank and random walk and provided the required results.