14 ms·
Isn't that Google's original algorithm?
by zanethomas 3y ago
Isn't that Google's original algorithm?
- marginalia_nu 3y agoPageRank 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.
- zanethomas 3y agoHmmm, 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. Regardless, well done!
- marginalia_nu 3y agoHmm, seems like something that might be used for deduplication maybe?