别催~ 在加载了 . . .

GNN_PageRank


GNN学习记录_3

PageRank

We will cover the following Link Analysis approaches to compute the importance of nodes in a graph:
1.PageRank
2.Personalized PageRank (PPR)
3.Random Walk with Restarts

PageRank:


PageRank Problems:

Dead Ends:

Such pages cause importance to “leak out”.

Solution:

Spider Traps:

Solution:

Summary:

Spider-traps are not a problem, but with traps PageRank scores are not what we want Solution: Never get stuck in a spider trap by teleporting out of it in a finite number of step.

Dead-ends are a problem.The matrix is not column stochastic so our initial assumptions are not met Solution: Make matrix column stochastic by always teleporting when there is nowhere else to go.

Random Walk with Restarts



文章作者: codeYu233
版权声明: 本博客所有文章除特別声明外,均采用 CC BY 4.0 许可协议。转载请注明来源 codeYu233 !
评论
  目录