Skip to content

Official Implementation for DeepHGCN: Toward Deeper Hyperbolic Graph Convolutional Network

Notifications You must be signed in to change notification settings

ljxw88/deephgcn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DeepHGCN

This repository contains a PyTorch implementation of "DeepHGCN: Toward Deeper Hyperbolic Graph Convolutional Networks".

Paper: https://ieeexplore.ieee.org/abstract/document/10632071

Directories

  • deephgcn: code implementation for the proposed DeepHGCN model.
  • geooptplus: the augmented geoopt package for implementing key features of HNN++.
  • layers: including the implementation of proposed Hyperbolic Linear Layer, as well as other compared feature transformation methods in DeepHGCN paper.
  • notes: miscellaneous visualizations and basic evaluations.

Requirement

  • geoopt (pip install geoopt)
  • networkx
  • scikit-learn

Reference Code

Citation

@article{liu2024deephgcn,
  title={DeepHGCN: Toward Deeper Hyperbolic Graph Convolutional Networks},
  author={Liu, Jiaxu and Yi, Xinping and Huang, Xiaowei},
  journal={IEEE Transactions on Artificial Intelligence},
  year={2024},
  publisher={IEEE}
}

About

Official Implementation for DeepHGCN: Toward Deeper Hyperbolic Graph Convolutional Network

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published