Chapter 8 Google Matrix Flashcards

1
Q

What does it mean for the row eigenvectors of H is 1 is a simple eigenvalue of H

A

If we calculate any row eigenvector w^ tranpose of H where all elements are positive then all other row eigenvectors will be a multiple of W^tranpose

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

What are problems with using W^tranpose, row eigenvector of H to find the page rank vector?

A

H may have 1 as a repeated eigenvalue so this doesnt hold.
Calculating the row eigenvector of H w^tranpose can take too long
Also method of squaring H to find w ^tranpose can take too long depending on the speed of convergence

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

What are the properties of the google matrix

A
  1. It’s all positive
  2. Its stochastic
  3. Eigenvalues of G and cH are the same except the perron eigenvalue c of cH corresponding to the perron eigenvector e is replaced by 1
  4. If x is a eigenvalue of G different from 1 then |x|<=c
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What do we call the real number c as part of the google matrix?

A

Damping factor

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

What does c being close to 1 mean in the google matrix?

A

G will be close to H and ranking is close to the original Page Rank using H. c close to 1 means G converges slowly

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

What does c being close to 0 mean in the google matrix?

A

G will be not very close to H and ranking is different to the original Page Rank using H. c close to 0 means G converges quickly

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

What does choice of C involve compromise on?

A

Finding a balance for the application between the H influence and speed of convergence (meaning getting a good approx of w ^transpose fast

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

What are the advantages of Google matrix?

A

Its positive and has simple perron eigenvalue 1
There is only one vector w^tranpose with w^tranpose x G= w^tranpose can be deduced from the limit of G
C can be adjusted to the application
Even if limit of H exists the convergence can be very slow.

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

What are the disadvantages of changing to Google matrix

A

PageRank using H is only based on principle that important pages are pointed to by many pages in particular many important pages.
G is not as sensitive to the properties of the web as H

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

In a sports context what does an arrow pointing from team i to team j mean?

A

Indicates team i lost to team j

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

How can we have a weighted adjacency matrix in sport?

A

Weight on each pointer can be the positive difference between the teams

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

What does Aij mean in the sport teams weighted adjacency matrix?

A

Aij means team i lost to team j by aij points

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

What should be done if when converting and adjacency matric to a H matrix there is a row of all zeros?

A

Assume even probabilities across the row.

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