What are useful ranking algorithms for documents without links?

前端 未结 4 1869
悲哀的现实
悲哀的现实 2020-12-24 08:38

I\'ve looked at Algorithms of the Intelligent Web that describes (page 55) an interesting algorithm - called DocRank - for creating a PageRank like score for business docume

4条回答
  •  情书的邮戳
    2020-12-24 09:18

    Here are some algorithms for ranking, though I haven't seen any implementations yet.

    • Fourier Domain Scoring
    • Another algorithm from the same author called the "ranking using cosine transforms"
    • Others such as content based ranking, vector based ranking, belief revision networks, neural networks, probability ranking principle.

提交回复
热议问题