Simple Suggestion / Recommendation Algorithm

后端 未结 6 1150
误落风尘
误落风尘 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:02

    I created a suggested articles algorithm that used keywords (as opposed to "product purchases") to determine correlation. It takes a keyword, and runs through all other articles where that keyword occurs and produces results based on which articles have the most matching keywords.

    Besides the obvious need for caching such information, is there something wrong with him using a similar method?

提交回复
热议问题