This repository contains a notebook-based implementation of PageRank from scratch, along with datasets and report material.
pagerank.ipynb: main PageRank implementation notebook.hollins.dat: input graph or link structure data.hollins_pagerank.csv: generated ranking output.Homeworks.pdf,googleFinalVersionFixed.pdf: supporting assignment or report documents.
- PageRank
- graph ranking
- iterative linear algebra methods
- ranking from raw graph data
- Clone the repository.
- Open
pagerank.ipynbin Jupyter. - Run the notebook to reproduce the ranking calculations.
- Use the PDF files for theory, assignment context, or reporting.
This repository is focused on educational implementation of the PageRank algorithm rather than on a production search system.