Difference between revisions of "Implicit feedback"
Jump to navigation
Jump to search
| Line 4: | Line 4: | ||
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. | 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. The most famous example is [[SVD++]] | Implicit feedback information can be used to enhance collaborative filtering algorithms. The most famous example is [[SVD++]] | ||
Revision as of 20:47, 11 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. 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.