Java知识分享网 - 轻松学习从此开始!    

Java知识分享网

Java1234官方群25:java1234官方群17
Java1234官方群25:838462530
        
SpringBoot+SpringSecurity+Vue+ElementPlus权限系统实战课程 震撼发布        

最新Java全栈就业实战课程(免费)

springcloud分布式电商秒杀实战课程

IDEA永久激活

66套java实战课程无套路领取

锋哥开始收Java学员啦!

Python学习路线图

锋哥开始收Java学员啦!
当前位置: 主页 > Java文档 > Java基础相关 >

知识图谱+推荐系统论文 PDF 下载


分享到:
时间:2024-07-05 10:02来源:http://www.java1234.com 作者:转载  侵权举报
知识图谱+推荐系统论文
失效链接处理
知识图谱+推荐系统论文 PDF 下载 

 
 
相关截图:
 
主要内容:
 

3.3 Learning Algorithm
Through a single KGCN layer, the final representation of an entity
is dependent on itself as well as its immediate neighbors, which we
name 1-order entity representation. It is natural to extend KGCN
fromonelayertomultiplelayerstoreasonablyexploreusers’poten-
tialinterestsinabroaderanddeeperway.Thetechniqueisintuitive:
Propagating the initial representation of each entity (0-order repre-
sentation) to its neighbors leads to 1-order entity representation,
then we can repeat this procedure, i.e., further propagating and ag-
gregating 1-order representations to obtain 2-order ones. Generally
speaking, the h -order representation of an entity is a mixture of
initial representations of itself and its neighbors up to h hops away.
This is an important property for KGCN, which we will discuss in
the next subsection.
The formal description of the above steps is presented in Al-
gorithm 1. H denotes the maximum depth of receptive field (or
equivalently, the number of aggregation iterations), and a suffix [h]
attached by a representation vector denotes h -order. For a given
user-item pair (u,v) (line 2), we first calculate the receptive field M
of v in an iterative layer-by-layer manner (line 3, 13-19). Then the
aggregation is repeated H times (line 5): In iteration h , we calculate
the neighborhood representation of each entity e ∈ M[h] (line 7),
then aggregate it with its own representation e u [h − 1 ] to obtain
the one to be used at the next iteration (line 8). The final H -order
entity representation is denoted as v u (line 9), which is fed into a
function f : R d × R d → R together with user representation u for
predicting the probability:


 

 
------分隔线----------------------------

锋哥公众号


锋哥微信


关注公众号
【Java资料站】
回复 666
获取 
66套java
从菜鸡到大神
项目实战课程

锋哥推荐