Skip to content

premjithb/pagerank-using-cvx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

This is a simple implementation of pageranking algorithms using cvxpy, a python tool for convex optimization. 

Here, pagranking is considered as a convex optimization problem and used cvxpy to compute the page rank for each page in the 
network.

The pagerank for each page will be stored in the eigen vector corresponding to the highest eigen value (that is 1) of the 
link matrix (a stochastic matrix) after a number of iterations.

Author: Premjith B, Center for Computational Engineering and Networking (CEN), Amrita Vishwa Vidyapeetham, Coimbatore

About

Simple implementation of page rank algorithm using cvxpy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published