etc/연구실 인턴

PageRank Algorithm

uyt8989 2022. 1. 13. 12:22

[참고자료]

논문

The Anatomy of a Large-Scale Hypertextual Web Search Engine

http://infolab.stanford.edu/pub/papers/google.pdf

The PageRank Citation Ranking: Bringing Order to the Web

http://ilpubs.stanford.edu:8090/422/1/1999-66.pdf

WIKI

 

PageRank - Wikipedia

From Wikipedia, the free encyclopedia Jump to navigation Jump to search Algorithmic used by Google Search to rank web pages Mathematical PageRanks for a simple network are expressed as percentages. (Google uses a logarithmic scale.) Page C has a higher Pag

en.wikipedia.org

참고한 Blog

 

‘쉽게 설명한’ 구글의 페이지 랭크 알고리즘

네이버 검색엔진의 문제점을 처음 지적한 글을 썼던 2년 전부터 이 블로그에 언젠가 한 번 써보고 싶었던 주제가 하나 있었다. 구글의 PageRank 알고리즘을 설명하는 것이다. 원리는 간단하지만 알

sungmooncho.com


WIKI python code

 

 

numpy.linalg.norm — NumPy v1.22 Manual

\(||A||_F = [\sum_{i,j} abs(a_{i,j})^2]^{1/2}\)

numpy.org

 

Eigen 라이브러리를 이용해서 C++로 작성한 code

 

'etc > 연구실 인턴' 카테고리의 다른 글

Newport CSD  (0) 2022.06.29
MPI & Matrix Tiling  (0) 2022.05.02
Samsung SmartSSD  (0) 2022.01.08
연구실 인턴 시작  (0) 2022.01.08