https://github.com/row-huh/pagerank
A PageRank algorithm implementation that evaluates the importance of web pages based on both the number and quality of incoming links. The project includes a program that parses a corpus of web pages, constructs a Markov chain model representing the web, and utilizes the PageRank algorithm to calculate the relative importance of each page.
https://github.com/row-huh/pagerank
Last synced: 2 months ago
JSON representation
A PageRank algorithm implementation that evaluates the importance of web pages based on both the number and quality of incoming links. The project includes a program that parses a corpus of web pages, constructs a Markov chain model representing the web, and utilizes the PageRank algorithm to calculate the relative importance of each page.
- Host: GitHub
- URL: https://github.com/row-huh/pagerank
- Owner: row-huh
- Created: 2024-04-15T05:27:32.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-28T05:00:17.000Z (8 months ago)
- Last Synced: 2025-02-13T01:51:18.715Z (4 months ago)
- Language: Python
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PageRank
A PageRank algorithm implementation that evaluates the importance of web pages based on both the number and quality of incoming links. The project includes a program that parses a corpus of web pages, constructs a Markov chain model representing the web, and utilizes the PageRank algorithm to calculate the relative importance of each page.