PageRank is. This is a modification of PageRank. The original algorithm calculates the eigenvector of the link graph.
This algorithm uses the same method to calculate an eigenvector in an embedding space based on the similarity of the incident vectors of the link graph.
Hmmm, odd. I was under the impression they used cosine similarity based on page content. Once upon a time, based on that 'memory', I created a system to bin domain names into categories using cosine similarity. It worked surprising well.
marginalia_nu|2 years ago
This algorithm uses the same method to calculate an eigenvector in an embedding space based on the similarity of the incident vectors of the link graph.
zanethomas|2 years ago
Regardless, well done!