This website works better with JavaScript.
Explore
Help
Sign In
m67295043
/
pt5jvslni
Watch
1
Star
0
Fork
You've already forked pt5jvslni
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
68288b0dd1
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '68288b0dd1'
${ noResults }
pt5jvslni
/
Chapter10
/
基于矩阵分解的协同过滤算法流程.md
268 B
Raw
Blame
History
10.4:基于矩阵分解的协同过滤算法流程
1.随机初始矩阵值
2.构造损失函数,求得矩阵参数梯度
3.进行梯度下降,更新矩阵参数值
4.喜好矩阵与内容矩阵相乘得到预测评分
5.根据预测评分进行推荐