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.

Recommended reading for Recommender Systems?

6 pointsby msurelabout 15 years ago
I'm looking at working on a project that will involve a recommender system and was wondering if there was any reading that people here would recommend. I've done a little poking around and found quite a few papers and the equivalent of text books. Knowing that these things can vary greatly in quality and practical application I was hoping there might be a few people here that could recommend a book/paper/website or two.<p>Thanks<p>Mike

3 comments

wslhabout 15 years ago
You can look at the netflix's winners papers:<p>- Progress report: <a href="http://www.netflixprize.com/community/viewtopic.php?id=998" rel="nofollow">http://www.netflixprize.com/community/viewtopic.php?id=998</a><p>- Latest: <a href="http://cacm.acm.org/news/32450-award-winning-paper-reveals-key-to-netflix-prize/fulltext" rel="nofollow">http://cacm.acm.org/news/32450-award-winning-paper-reveals-k...</a><p>And:<p>- Recommendation Algorithm Wants To Show You Something New: <a href="http://science.slashdot.org/story/10/02/26/1821208/Recommendation-Algorithm-Wants-To-Show-You-Something-New?from=rss&#38;utm_source=feedburner&#38;utm_medium=feed&#38;utm_campaign=Feed%3A+Slashdot%2Fslashdot+%28Slashdot%29&#38;utm_content=FriendFeed+Bot" rel="nofollow">http://science.slashdot.org/story/10/02/26/1821208/Recommend...</a>
subudabout 15 years ago
<a href="http://www.amazon.com/Programming-Collective-Intelligence-Building-Applications/dp/0596529325" rel="nofollow">http://www.amazon.com/Programming-Collective-Intelligence-Bu...</a>
eclarkabout 15 years ago
I'd be very interested also. So far I have looked at clustering as the first bet. Does anyone else have any suggestions?