-3

From what I have read. PageRank is good example of Spectral clustering. If this is correct then PageRank can be dubbed as Unsupervised Learning on Graphs. Can anyone justify if PageRank is Unsupervised Learning.

Jovi DSilva
  • 216
  • 3
  • 14

1 Answers1

0

Well, I also consider PageRank as unsupervised because in PageRank algorithm, the objective is to minimize the difference between successive PageRank approximations.

On the other hand, I won't say PageRank is supervised because we are not given pages with pageranks as labels that can be used to build a model and predict new pageranks for test examples.

Wasi Ahmad
  • 35,739
  • 32
  • 114
  • 161