dmlc/dgl

About adding KGCN as an example of Recommender Systems

Open

#1 138 ouverte le 24 déc. 2019

Voir sur GitHub
 (3 commentaires) (0 réactions) (0 assignés)Python (2 928 forks)batch import
help wanted

Métriques du dépôt

Stars
 (12 665 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

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

Guide contributeur