Comment on Ready For a Reddit Replacement?parentComments−overcyn15yhow is it much different from the ranking engines netflix and amazon use?−noglorp15yIn those cases, users purely receive recommendations for media/products. In this case, users receive recommendations for other users to follow as well.−rorrr15yYou can calculate the "weight" of the movie for a given user once. The number of movies is very low, compared to the number of stories on reddit.Whatever that guy is proposing is an insanely complex dynamic system.I'm not saying it's not doable, I'm just saying it's very expensive.−a3camero15yIt might be less complicated then you'd expect (at least one way of doing it): http://en.wikipedia.org/wiki/Collaborative_filteringThe core idea is linear regression.Here's Google's service: http://code.google.com/apis/predict/. Here's a commercial API service: http://www.directededge.com/.
Comments
how is it much different from the ranking engines netflix and amazon use?
In those cases, users purely receive recommendations for media/products. In this case, users receive recommendations for other users to follow as well.
You can calculate the "weight" of the movie for a given user once. The number of movies is very low, compared to the number of stories on reddit.
Whatever that guy is proposing is an insanely complex dynamic system.
I'm not saying it's not doable, I'm just saying it's very expensive.
It might be less complicated then you'd expect (at least one way of doing it): http://en.wikipedia.org/wiki/Collaborative_filtering
The core idea is linear regression.
Here's Google's service: http://code.google.com/apis/predict/. Here's a commercial API service: http://www.directededge.com/.