zhqgui / CoupledCF

The paper and code of CoupledCF in Ijcai 2018
6 stars 4 forks source link

这个模型感觉很像FGCNN #3

Open Aliang-CN opened 4 years ago

Aliang-CN commented 4 years ago

张教授,您好: 感觉您这个模型的思路和FGCNN很像

Aliang-CN commented 4 years ago

FGCNN模型的思路也是用cnn进行特征提取,唯一不同的是您这个模型借鉴deepcf的思路,单独把user_id和item_id用一个mlp进行交互,但是把deepcf其中的mf层去掉。

zhqgui commented 4 years ago

感谢您阅读我们的文章,pydot是用于输出keras的模型图,如果运行有问题有可能是版本的问题。 FGCNN我没有看过,抽时间我看一下,有可能有相似之处。我们这篇文章的出发点主要是 考虑user和item的属性(包括显式的和隐式的)之间的耦合关系,CNN只是用来学习耦合关系的 一个工具,根据不同的场景也可以考虑其他的工具。在这里之所以选用CNN是因为CNN具有学习 局部特征的优势。

谢谢!

在 2019-12-24 18:06:54,"linxingliang" notifications@github.com 写道:

FGCNN模型的思路也是用cnn进行特征提取,唯一不同的是您这个模型借鉴deepcf的思路,单独把user_id和item_id用一个mlp进行交互,但是把deepcf其中的mf层去掉。

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.