https://github.com/alinpahontu2912/google-pagerank
Implementation of the Google PageRank algorithm
https://github.com/alinpahontu2912/google-pagerank
numerical-methods pagerank-algorithm
Last synced: 3 months ago
JSON representation
Implementation of the Google PageRank algorithm
- Host: GitHub
- URL: https://github.com/alinpahontu2912/google-pagerank
- Owner: alinpahontu2912
- Created: 2021-07-19T11:58:51.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-19T11:59:13.000Z (almost 4 years ago)
- Last Synced: 2025-01-31T13:24:36.479Z (5 months ago)
- Topics: numerical-methods, pagerank-algorithm
- Language: MATLAB
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
La aceasta tema am implementat algoritmii Algebraic si
Iterative pentru gasirea vectorului de valori PageRank. Am urmat
instructiunile gasite pe site-ul Wikipedia. La functia PR_Inv am
aflat descompunerea QR a munei matrici A, si am folosit cele doua
matrici rezultante pentru a afla solutiile sisteemelor. In functie
de PageRank am ordonat vectorul R, iar apoi am facut modificari in
cazul in care paginile au acelasi ranking, in asa fel incat pagina
cu pioritate mai mare este cea cu mai multe linkuri.