Difference between revisions of "Item prediction"

From RecSysWiki
Jump to navigation Jump to search
(new page)
 
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
'''Item prediction''' is the task of predicting [[item]]s (movies, books, products, videos, jokes) that a user may like, based on past user behavior (and possibly other information).
+
'''Item prediction''' or '''item recommendation''' is the task of predicting [[item]]s (movies, books, products, videos, jokes) that a user may like, based on past user behavior (and possibly other information).
 +
 
 +
== Literature ==
 +
* Shuang-Hong Yang, Bo Long, [[Alex Smola]], Hongyuan Zha, Zhaohui Zheng: ''[http://www.cc.gatech.edu/~syang46/papers/SIGIR11CCF.pdf Collaborative Competitive Filtering: Learning Recommender Using Context of User Choices]'', [[SIGIR 2011]]
 +
* Ye Chen, John F. Canny: ''[http://portal.acm.org/citation.cfm?id=2010051 Recommending Ephemeral Items at Web Scale]'', [[SIGIR 2011]]
  
 
== See also ==
 
== See also ==
 +
* [[precision and recall]], [[NDCG]], [[AUC]]
 +
* [[tag recommendation]]
 
* [[rating prediction]]
 
* [[rating prediction]]
 +
* [[implicit feedback]]
 +
* [[:Category: Music Recommendation]]
 +
* [[:Category: Movie Recommendation]]
 +
* [[ranking]]
  
[[Category:Task]]
+
[[Category: Task]]

Latest revision as of 14:30, 1 September 2011

Item prediction or item recommendation is the task of predicting items (movies, books, products, videos, jokes) that a user may like, based on past user behavior (and possibly other information).

Literature

See also