Difference between revisions of "Implicit feedback"
Jump to navigation
Jump to search
Zeno Gantner (talk | contribs) |
|||
| Line 5: | Line 5: | ||
== Using Implicit Feedback == | == Using Implicit Feedback == | ||
| − | Implicit feedback information can be used to enhance collaborative filtering algorithms. The most famous example is [[SVD++]] | + | Implicit feedback information can be used to enhance [[collaborative filtering]] algorithms for [[rating prediction]]. |
| + | The most famous example is [[SVD++]] | ||
== See also == | == See also == | ||
Revision as of 04:52, 12 November 2011
Implicit feedback is user activity that can be used to indirectly infer user preferences, e.g. clicks, page views, purchase actions. Sometimes only positive feedback is known, e.g. the products customers have bought, but not the ones they have decided against.
Prediction from Implicit Feedback
Prediction from implicit feedback(implicit feedback ranking) refers to the task that ranks a list of item so that the items user prefer( more likely to click,view etc. ) will be in higher order.
Using Implicit Feedback
Implicit feedback information can be used to enhance collaborative filtering algorithms for rating prediction. The most famous example is SVD++
See also
- The MyMediaLite software supports item prediction from implicit feedback.
- The SVDFeature software supports prediction from implicit feedback and using implicit feedback to improve recommendation.