librahu / HERec

Source code for TKDE 2018 "Heterogeneous information network embedding for recommendation"
166 stars 61 forks source link

关于embedding的方式的疑问 #14

Open xishizhaoz opened 4 years ago

xishizhaoz commented 4 years ago

您好,最近在研读您的论文,对您的代码想请教一下。对于embedding的方式,您提供的代码只是采用了deepwalk的方式表示节点,并没有提供论文中HERec的方法是吗?

librahu commented 4 years ago

HERec产生embedding的方式就是metapath based random walk + deepwalk

Shimasokot commented 4 years ago

you said The way that HERec generates embedding is metapath based random walk + deepwalk

HERec产生embedding的方式就是metapath based random walk + deepwalk

you said that "The way that HERec generates embedding is metapath based random walk + deepwalk" but in the paper said that after methapath generation there is a type filtering and then used the equation (2) from node2vec to generate embedding. but i cannot find type filtering in the code for methapath generation and embedding. can you help me to find this part in the code?