Does anyone know what google news uses for their clustering algorithm?

后端 未结 2 1335
夕颜
夕颜 2021-02-08 06:05

curious if anyone has insight into what algorithm google news uses to group like stories together? k-means? or something custom?

2条回答
  •  鱼传尺愫
    2021-02-08 06:32

    It is kind of difficult to find that out, I guess; but for now I found this good white paper on possible algorithms for Google News Personalisation suggestions. Have a look for yourself:

    http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.80.4329&rep=rep1&type=pdf

    The three algorithms covered here are: (1) MinHash clustering (2) Probabilistic Latent Semantic Indexing (3) Covisitation

    and some combinations.

    Hope this information was helpful!

提交回复
热议问题