Neural Network based ranking of documents

后端 未结 6 630
失恋的感觉
失恋的感觉 2021-01-31 00:38

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

提交回复
热议问题