Hacker News new | ask | show | jobs
by jrib 2515 days ago
I'd be curious to see what his "Movie Ratings" project mentioned there was like at that time
1 comments

Something like movielens, a project they eventually bought.

You do a simple k-means calculation of your friends or closest matches (if you have clustering or svm, I guess he didn't have) and then get predictions for free. Something like the Netflix recommender system, just very primitive.