dmlc/dgl

About adding KGCN as an example of Recommender Systems

Open

#1.138 aberto em 24 de dez. de 2019

Ver no GitHub
 (3 comments) (0 reactions) (0 assignees)Python (2.928 forks)batch import
help wanted

Métricas do repositório

Stars
 (12.665 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 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

Guia do colaborador