ItemRank
@@@Random-walk computation of similarities between nodes of a graph,with application tp collaborative recommendations
@@@ ItemRank
- movelensData
-
pij=|uij|/|ui|
:当用户已经对物品i评分后还会对j评分的概率
du=ru/|ru|
: - 迭代公式
πU(t+1)=αPTπu(t)+(1−α)du
1.初始化
πu(0)=1n1n
2. 计算
π(∞)
其中:
α
是固定的概率到邻近节点,
(1−α)
到任意节点