Simple Suggestion / Recommendation Algorithm

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

    There are many simple and not so simple examples of suggestion algorithms in the excellent Programming Collective Intelligence

    The Pearson correlation coefficient (a little dry Wikipedia article) can give pretty good results. Here's an implementation in Python and another in TSQL along with an interesting explanation of the algorithm.

提交回复
热议问题