guyulongcs / WSDM2020_HUP

Hierarchical User Profiling for E-commerce RecommenderSystems, WSDM 2020
47 stars 13 forks source link

BLSTM第一层的输入 #2

Closed SamHaoYuan closed 3 years ago

SamHaoYuan commented 4 years ago

作者您好,最近在重现您工作的时候,对于模型HUB模型第一层的输入有一些困惑,想要请教一下; 我看到您论文中描述,第一层的behavior gate是使用的是micro-behaviors的信息,那么这一层的input,即x使用的是哪一个embedding?也是behaviors吗?

guyulongcs commented 4 years ago

你好!x应该是各种embedding的拼接,具体可以看下我们的代码。

Have a nice day!

*Yulong Gu [谷育龙*]

*Email: *guyulongcs@gmail.com guyulongcs@gmail.com

On Wed, Jun 17, 2020 at 9:31 PM JiaHao Yuan notifications@github.com wrote:

作者您好,最近在重现您工作的时候,对于模型HUB模型第一层的输入有一些困惑,想要请教一下; 我看到您论文中描述,第一层的behavior gate是使用的是micro-behaviors的信息,那么这一层的input,即x使用的是哪一个embedding?也是behaviors吗?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/guyulongcs/WSDM2020_HUP/issues/2, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABGJH364ICEUNQIO4MNWOTDRXDATZANCNFSM4OATLRXQ .

SamHaoYuan commented 4 years ago

感谢您的回复,我正在尝试阅读代码,只是在结合论文阅读过程中有一些困惑;

模型第一层的x是全部embedding的拼接,那么就相当于后续两层(item与category)就是在上一层输出的基础之上,重复拼接了item embedding 与 category 信息吗?

再次感谢~

guyulongcs commented 4 years ago

是的。

Have a nice day!

Yulong Gu

*Email: *guyulongcs@gmail.com guyulongcs@gmail.com

On Thu, Jun 18, 2020 at 4:53 PM JiaHao Yuan notifications@github.com wrote:

感谢您的回复,我正在尝试阅读代码,只是在结合论文阅读过程中有一些困惑;

模型第一层的x是全部embedding的拼接,那么就相当于后续两层(item与category)就是在上一层输出的基础之上,重复拼接了item embedding 与 category 信息吗?

再次感谢~

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/guyulongcs/WSDM2020_HUP/issues/2#issuecomment-645878854, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABGJH3YIARSMZ6UBOFC32MDRXHIXDANCNFSM4OATLRXQ .