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 (2,928 forks)batch import
help wanted

Repository metrics

Stars
 (12,665 stars)
PR merge metrics
 (No merged PRs in 30d)

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