BUPT-GAMMA / OpenHGNN

This is an open-source toolkit for Heterogeneous Graph Neural Network(OpenHGNN) based on DGL.
Apache License 2.0
848 stars 142 forks source link

add GIN model #158

Closed rong0525 closed 1 year ago

rong0525 commented 1 year ago

We construct Graph Isomorphism Network (GIN), and the relevant paper comes from 'Keyulu Xu, Weihua Hu, Jure Leskovec, et al . How Powerful are Graph Neural Networks?[C]. //In International Conference on Learning Representations(2019).'

Zhanghyi commented 1 year ago

please write a document in the "openhgnn/output" directory that provides a brief introduction to how the GIN model has been modified to a heterogenous version, and also includes some examples of command line usage.

and please include formulas for both homo and hetero GIN