What is algorithm behind the recommendation sites like last.fm, grooveshark, pandora?

后端 未结 8 1955
名媛妹妹
名媛妹妹 2021-01-29 18:00

I am thinking of starting a project which is based on recommandation system. I need to improve myself at this area which looks like a hot topic on the web side. Also wondering w

相关标签:
8条回答
  • 2021-01-29 18:49

    Great paper by Yehuda Koren (on the team that won the Netflix prize): The BellKor Solution to the Netflix Grand Prize (google "GrandPrize2009_BPC_BellKor.pdf").

    Couple websites:

    • Trustlet.org
    • Collaborative Filtering tutorials by Dr. Jun Wang
    • Google: item-based top-n recommendation algorithms
    0 讨论(0)
  • 2021-01-29 18:51

    Have a look at Collaborative filtering or Recommender systems.

    One simple algorithm is Slope One.

    0 讨论(0)
提交回复
热议问题