Skip to content

masakicktashiro/rgcn_pytorch_implementation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Graph Convolutional Networks for relational graphs

pytorch-based implementation of Relational Graph Convolutional Networks for semi-supervised node classification on (directed) relational graphs. it is pytorch version of https://github.com/tkipf/relational-gcn

Dependencies

  • Pytorch (0.4.1)
  • Python (3.6.3)
  • scipy (0.19.1)
  • numpy (1.14.5)

References

[1] M. Schlichtkrull, T. N. Kipf, P. Bloem, R. van den Berg, I. Titov, M. Welling, Modeling Relational Data with Graph Convolutional Networks, 2017

Cite

@article{schlichtkrull2017modeling,
  title={Modeling Relational Data with Graph Convolutional Networks},
  author={Schlichtkrull, Michael and Kipf, Thomas N and Bloem, Peter and Berg, Rianne van den and Titov, Ivan and Welling, Max},
  journal={arXiv preprint arXiv:1703.06103},
  year={2017}
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages