Neural Network based ranking of documents

后端 未结 6 574
北海茫月
北海茫月 2021-01-31 00:41

I\'m planning of implementing a document ranker which uses neural networks. How can one rate a document by taking in to consideration the ratings of similar articles?. Any good

6条回答
  •  余生分开走
    2021-01-31 01:12

    I am not really sure if a neural networks are the best way to solve this. I think Euclidean Distance Score or Pearson Correlation Score combined with item or user based filtering would be a good start.

    An excellent book on the topic is: Programming Collective Intelligence from Toby Segaran

提交回复
热议问题