skip to main
|
skip to sidebar
xlvector's solution of NetflixPrize
显示标签为“
knn
”的博文。
显示所有博文
显示标签为“
knn
”的博文。
显示所有博文
2009年4月8日星期三
An improved item-based KNN predictor
Today, I revise the item-based KNN predictor and get RMSE = 0.8730 in quiz with other 39 predictors.
The classical item-based kNN will firstly calculate similarity between item i and j by:
The, the rating r(u,i) will be predicted by:
However, I revise this predictor by:
This predictor can produce more accurate prediction by choosing adequate alpha
2009年3月19日星期四
在已有的模型结果上做KNN
假设我们已经有了一个预测器b。我们定义item直接的相似度为:
然后用item-based KNN进行预测,我们在20个factor的SVD结果上,进行了K=30的KNN算法。计算出一个预测器,加入到最后的预测器集合中融合,得到
RMSE=0.8782
。
我准备将这个方法应用到更多的预测器上
2009年3月6日星期五
考虑电影的时间因素(ItemKNN3Model)
在item-basedKNN中,可以考虑电影的时间因素。
电影i,j的相似度为s(i,j),考虑时间因素后,定义为
s(i,j) = s(i,j) * exp(-k * |t(i) - t(j)|)
较旧的博文
主页
订阅:
博文 (Atom)
我的博客列表
王元涛的Blog
万物皆有时
4 年前
向量 Vector 的空间
Hector :go 语言机器学习库
12 年前
Just a guy in a garage
Supercomputing made super easy
15 年前
Pragmatic Theory
Netflix Grand Prize technical presentation
16 年前
Twitter Updates
follow me on Twitter
我的简介
xlvector
中关村, 北京, China
查看我的完整个人资料
博客归档
▼
2009
(23)
▼
五月
(1)
今天实现了RBM算法
►
四月
(10)
►
三月
(12)
标签
svd
(6)
time
(4)
knn
(3)
RBM
(2)
cluster
(2)
nsvd
(2)
global effects
(1)
item-based
(1)
kernel
(1)
neighborhood
(1)
netflix
(1)
publish time
(1)
sigmoid
(1)
user
(1)
并行
(1)
关注者
订阅
博文
Atom
博文
所有评论
Atom
所有评论