Where can I learn about recommendation systems?

后端 未结 2 704
北荒
北荒 2020-12-05 09:10

I\'d like to play around with building a recommendations system, and by that I mean an algorithm that looks at preferences and/or reviews posted by a user and then makes rec

2条回答
  •  自闭症患者
    2020-12-05 09:41

    Take a look at pysuggest a Python library that implements a variety of recommendation algorithms for collaborative filtering (which is used by Amazon.com).

提交回复
热议问题