TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Introduction to Recommender Systems

194 点作者 swGooF将近 12 年前

10 条评论

ghc将近 12 年前
I can&#x27;t judge the coursera course, but for anyone who is interested in this field and wants a gentle introduction, I high recommend <i>Programming Collective Intelligence</i> (<a href="http://shop.oreilly.com/product/9780596529321.do" rel="nofollow">http:&#x2F;&#x2F;shop.oreilly.com&#x2F;product&#x2F;9780596529321.do</a>). It covers many of the types of recommender systems that the coursera course is likely to cover, and comes with a lot of nice Python code examples.<p>It&#x27;s highly useful knowledge too. I ran across so many startups that needed recommender systems that I launched a company called Algorithmic.ly (<a href="http://algorithmic.ly" rel="nofollow">http:&#x2F;&#x2F;algorithmic.ly</a>) to help companies without the expertise integrate recommendation systems and other types of algorithms into their projects.
评论 #6163072 未加载
评论 #6164823 未加载
评论 #6163974 未加载
评论 #6162492 未加载
eldog_将近 12 年前
I&#x27;d be interested in knowing how much deep learning is changing the algorithms used in this field, given the performance of restricted boltzmann machines on the netflix data set <a href="http://www.cs.utoronto.ca/~hinton/absps/netflixICML.pdf" rel="nofollow">http:&#x2F;&#x2F;www.cs.utoronto.ca&#x2F;~hinton&#x2F;absps&#x2F;netflixICML.pdf</a>.
评论 #6163069 未加载
评论 #6163783 未加载
评论 #6162348 未加载
评论 #6165338 未加载
riggins将近 12 年前
coursera is killing me with courses I want to take.
评论 #6162965 未加载
mark_l_watson将近 12 年前
If you want a quick start without taking a class, install the Apache Mahout project - one of the Hadoop map-reduce examples is a recommendation system. You can hack away, and run on Elastic MapReduce if you need to scale. (<a href="https://cwiki.apache.org/confluence/display/MAHOUT/Recommender+Documentation" rel="nofollow">https:&#x2F;&#x2F;cwiki.apache.org&#x2F;confluence&#x2F;display&#x2F;MAHOUT&#x2F;Recommend...</a>)
javindo将近 12 年前
Interesting anecdote: A graduate of my university works for Google who originally had a very complex &quot;machine learning pipeline&quot; for the product recommendations but he has since re-implemented the feature in, as he calls it, a &quot;much simpler bloom filter algorithm&quot;.
victorhooi将近 12 年前
Hmm, seems interesting = I&#x27;m currently doing the Machine Learning one also via Coursera, run by Andrew Ng, and it&#x27;s good gentle introduction to the subject.<p>It&#x27;s a shame we can&#x27;t view the course content for this one earlier...haha.
评论 #6163286 未加载
oneeyedpigeon将近 12 年前
I couldn&#x27;t possibly recommend a site that <i>requires</i> javascript to display <i>any</i> content whatsoever.
评论 #6165637 未加载
评论 #6165689 未加载
评论 #6166611 未加载
axansh将近 12 年前
Thanks coursera.<p>Thank you very much.<p>Looking forward for this course.<p>You save my some $$$ :) Will surely donate you.
arek2将近 12 年前
I&#x27;ll drop a link to my (non-free) e-book: <a href="http://arek-paterek.com/book/" rel="nofollow">http:&#x2F;&#x2F;arek-paterek.com&#x2F;book&#x2F;</a>
fmela将近 12 年前
So many great online courses, and so little time!