dmlc/dgl

About adding KGCN as an example of Recommender Systems

Open

#1,138 opened on Dec 24, 2019

View on GitHub
 (3 comments) (0 reactions) (0 assignees)Python (12,665 stars) (2,928 forks)batch import
help wanted

Description

🚀 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

Contributor guide