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

貢獻者指南