Chapter 3 Page Rank Vector Flashcards

1
Q

Explain two methods of page ranking

A
  1. More pointers to a webpage from other pages the more important it should be
  2. Webpages are important if they are pointed to by many important webpages. aka pointers come from pages that are more important.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is page rank

A

Ranking of pages on Google

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What does Pi points to Pj mean

A

Means Pi contains a reference address of webpage Pj

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is |Pj|

A

Number of pages Pj points to. For simiplicty its assumed to be greater than 0

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Explain in words the inital step of defining the page rank vector

A

We define all webpages to be equally important so the zeroth iterate of the page rank vector will be (1/m , 1/m, 1/m ….) for all m where Pi are the pages up to Pm

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Explain in words the second step of defining the page rank vector - first iterate

A

We define the page rank vector first iterate to be :
r1 n= (r1(P1), ….. ,r1(Pm)) r1(Pi) will be the previous iterate for any page that pointed to pi page so r0(Pj) divided by |Pj| summed over all j

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is the sum of the terms in the page rank vector

A

1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

How do we find the true page rank vector

A

Find the limit of rk

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

How can we interpret the page rank vector

A

The bigger the element in the vector the more important the page. So if vector is (x1,…. xn) the bigger xi the more important page i is.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Explain a diagraph

A

Diagraph associated with a web is a directed graph with vertices P1,….PN corresponding the the webpages and there is an edge i—>j if Pi points to Pj

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is the adjacency matrix

A

A = (Aij) is the adjacency matrix of diagraph with m vertices so is m x m 0 and 1 matrix with aij = 1 if Pi points to Pj and Aij =0 is Pi does not point to Pj

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What does row denote in adjacency matrix

A

Row i denotes what pages Pi points to

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What does column denote in adjacency matrix

A

Column j denotes what is pointing to Pj

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Define the H matrix of a web with adjacency matrix A m x m

A

m x m matrix obtained from A by dividing the entries in row i of A by the number of ones in row i

How well did you know this?
1
Not at all
2
3
4
5
Perfectly