Simple Suggestion / Recommendation Algorithm

后端 未结 6 937
误落风尘
误落风尘 2021-01-30 09:33

I am looking for a simple suggestion algorithm to implement in to my Web App. Much like Netflix, Amazon, etc... But simpler. I don\'t need teams of Phd\'s working to get a bette

6条回答
  •  隐瞒了意图╮
    2021-01-30 10:14

    I would go with K nearest neighbors. The wikipedia entry explains it well, and has links to reference implementations.

提交回复
热议问题