Citation analysis models
연결개수이용한 Google Search engine으로 Larry Page 등이 만들었다.
PageRank is a way of measuring the importance of website pages based on long-term visit-rate
Damping Factor 이용해서 수렴한다.
PageRank computation
simplest is power iteration
PageRank Implementations
PageRank
PageRank (PR) is an algorithm used by Google Search to rank web pages in their search engine results. It is named after both the term "web page" and co-founder Larry Page. PageRank is a way of measuring the importance of website pages. According to Google:PageRank works by counting the number and quality of links to a page to determine a rough estimate of how important the website is. The underlying assumption is that more important websites are likely to receive more links from other websites.
https://en.wikipedia.org/wiki/PageRank

Seonglae Cho