码迷,mamicode.com
首页 > 其他好文 > 详细

Implicit Recommender Systems

时间:2017-07-20 01:01:51      阅读:109      评论:0      收藏:0      [点我收藏+]

标签:parameter   idea   regular   simple   sci   ram   mat   nal   games   

Based on Alternating Least Square

Alternating Least Square is a method to find the matrices X,Y given R The idea is to find the parameters which minimizes the L^2 cost function,

技术分享

while regularization factor controls the speed of converge
Step:
1.fix X, optimize Y
2.fix Y, optimizr X
3.repeat until converge or reach the iteration number
Some algorithms about ALS 
技术分享
Implicit Feedback:Link
 
The basic approach is to forget about modeling the implicit feedback directly. Rather, we want to understand whether user u has a preference or not for item i using a simple boolean variable which we denote by pui.pui. The number of clicks, listens, views, etc, will be interpreted as our confidence in our model.
 
While for the implicit feedback, the formula changes:
技术分享 
where Cui is our confidence in Pui. That is, the more a user has interacted with an item, the more we penalize our model for incorrectly predicting pui
 
LightFM use Stochastic Gradient Descent
DIfference between ALS and gradient descent
Need fewer iterations to reach the convergence,because every step is actually minimize the cost function

Implicit Recommender Systems

标签:parameter   idea   regular   simple   sci   ram   mat   nal   games   

原文地址:http://www.cnblogs.com/fassy/p/7157911.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!