Do you know of any good intros to building recommender systems?
Thanks HN!
Machine learning: recommender systems and dimensionality reduction also looks good but it starts in July. If you are already familiar with dimensionality reduction techniques the first one should be enough to get you going. There are other self paced courses on dimensionality reduction on coursera too.
Cheers
edit: link included
http://stackoverflow.com/questions/2440826/collaborative-fil...
[0] https://www.edx.org/course/big-data-analysis-spark-uc-berkel...
This looks like a good introduction to ALS, albeit Python/Pandas centric.
http://static.googleusercontent.com/media/research.google.co...
http://insight-centre.org/sites/default/files/publications/1...
http://users.cis.fiu.edu/~taoli/pub/p125-li-sigir2011.pdf
http://arxiv.org/pdf/1303.0665v2.pdf
http://scholarworks.sjsu.edu/cgi/viewcontent.cgi?article=129...
https://www.ntnu.no/wiki/download/attachments/71733389/WEBIS...
A chapter dedicated to the subject -
+ Hulu: http://tech.hulu.com/blog/2011/09/19/recommendation-system/
+ Amazon: http://www.cs.umd.edu/~samir/498/Amazon-Recommendations.pdf
+ Spotify: http://www.slideshare.net/erikbern/collaborative-filtering-a...
Good luck!
Netflix offered a million prize for a movies recommender and then proceed to not use the winning solution.
Don't underestimate it. It's a large investment, don't think of it as a side part of a project. It's the project.
I did the coursea course mentioned in the other comments and it was ok.
If I was you I'd look at some sort of hack. Using mods or something. If it was possible with software on something common like news it'd be open sourced already.
SOURCE: I work in Spotify doing music recs.