PageRank.tex 747 B

1234567891011121314151617181920
  1. \subsection{Idea}
  2. \begin{frame}{The early days}
  3. \begin{itemize}[<+->]
  4. \item Humans know what is good for them
  5. \item Humans create Websites
  6. \item Humans will only \href{http://en.wikipedia.org/wiki/Hyperlink}{link} to Websites they like
  7. \item[$\Rightarrow$] Hyperlinks are a quality indicator
  8. \end{itemize}
  9. \end{frame}
  10. \begin{frame}{How could we use that?}
  11. \begin{itemize}[<+->]
  12. \item Simply count number of links to a Website
  13. \item[\xmark] 10,000 links from only one page
  14. \item Count numbers of Websites that link to a Website
  15. \item[\xmark] Quality of the page matters
  16. \item[\xmark] Total number of links on the source page matters
  17. \end{itemize}
  18. \end{frame}