This repository is a fork of https://github.com/HazyResearch/hgcn, and additions/modifications are made by Eli and Chris.
We use their implementation of Hyperbolic Graph Convolutions [1] in PyTorch to examine how embedding on different manifolds can impact performance on link prediction and also node classification.
See examples in this Colab! Also check out our final paper!
This is also a class project for CS468 at Stanford.
[2] Nickel, M. and Kiela, D. Poincaré embeddings for learning hierarchical representations. NIPS 2017.
[3] Ganea, O., Bécigneul, G. and Hofmann, T. Hyperbolic neural networks. NIPS 2017.