Difference between revisions of "Rating prediction"

From RecSysWiki
Jump to navigation Jump to search
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
'''Rating prediction''' is the task of predicting a given [user]'s ratings for a given [[item]] based on past ratings. The [[Netflix Prize]] was an exercise in rating prediction. Rating prediciton is often evaluated with [[RMSE]].
+
'''Rating prediction''' is the task of predicting a given [[user]]'s ratings for a given [[item]] based on past ratings ([[Collaborative Filtering|CF]]) or other information. The [[Netflix Prize]] was an exercise in rating prediction. Rating prediciton is often evaluated with [[RMSE]].
  
 +
== See also ==
 +
* [[Item recommendation]]
 +
* [[Netflix Prize]]
  
==See also==
+
== Literature ==
* [[Netflix Prize]]
+
* [[Benjamin M. Marlin]], [[Richard Zemel]]: ''[http://www.cs.toronto.edu/~marlin/research/papers/acmrec2009-MarlinZemel.pdf Collaborative Prediction and Ranking with Non-Random Missing Data.]'' [[RecSys 2009]]
[[Category:Task]]
+
* [[Yehuda Koren]], [[Robert Bell]], [[Chris Volinsky]]: ''[http://research.yahoo.com/files/ieeecomputer.pdf Matrix Factorization Techniques for Recommender Systems.]'' IEEE Computer, 2009
 +
 
 +
[[Category: Task]]

Latest revision as of 15:30, 1 September 2011

Rating prediction is the task of predicting a given user's ratings for a given item based on past ratings (CF) or other information. The Netflix Prize was an exercise in rating prediction. Rating prediciton is often evaluated with RMSE.

See also

Literature