We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
阅读 Toby Segaran 的集体智能编程,了解有关如何实施推荐系统的精彩章节。
Read Programming Collective Intelligence by Toby Segaran for a good chapter on how to implement recommendation systems.
Netflix 奖项解决方案描述是解决协作过滤问题的一个很好的起点:
http ://www2.research.att.com/~volinsky/netflix/Bellkor2008.pdf
The netflix prize solution descriptions are a good place to start for solving collaborative filtering problems:
http://www2.research.att.com/~volinsky/netflix/Bellkor2008.pdf
有一个关于研究论文推荐系统的有趣演示,它可能符合您正在寻找的内容。它基于 Python 的 NumPy 库,并且该方法看起来相当合理。
http://software-carpentry.org/v4/matrix/recommend.html
There's an interesting presentation regarding a research paper recommendation system, which may be along the lines of what you are looking for. It is based on Python's NumPy library, and the method seems pretty sound.
http://software-carpentry.org/v4/matrix/recommend.html