dmlc/dgl

About adding KGCN as an example of Recommender Systems

Open

#1,138 创建于 2019年12月24日

在 GitHub 查看
 (3 评论) (0 反应) (0 负责人)Python (2,928 fork)batch import
help wanted

仓库指标

Star
 (12,665 star)
PR 合并指标
 (30 天内没有已合并 PR)

描述

🚀 Feature

Can kgcn be used as an example of a recommendation system? Examples of recommendation systems are few. KGCN involves neighbor sampling, which is a good example of Nodeflow. It's also not too complicated Hope to implement with Pytorch.

(www19)Knowledge Graph Convolutional Networks for Recommender Systems https://arxiv.org/abs/1904.12575 https://github.com/hwwang55/KGCN

贡献者指南