TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Introduction to Recommender Systems

194 pointsby swGooFalmost 12 years ago

10 comments

ghcalmost 12 years ago
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_almost 12 years ago
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 未加载
rigginsalmost 12 years ago
coursera is killing me with courses I want to take.
评论 #6162965 未加载
mark_l_watsonalmost 12 years ago
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>)
javindoalmost 12 years ago
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;.
victorhooialmost 12 years ago
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 未加载
oneeyedpigeonalmost 12 years ago
I couldn&#x27;t possibly recommend a site that <i>requires</i> javascript to display <i>any</i> content whatsoever.
评论 #6165637 未加载
评论 #6165689 未加载
评论 #6166611 未加载
axanshalmost 12 years ago
Thanks coursera.<p>Thank you very much.<p>Looking forward for this course.<p>You save my some $$$ :) Will surely donate you.
arek2almost 12 years ago
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>
fmelaalmost 12 years ago
So many great online courses, and so little time!