Skip to content

batjandra/k-gnn

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

107 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weisfeiler and Leman Go Neural: Higher-order Graph Neural Networks

This is the source code for the AAAI 2019 paper Weisfeiler and Leman Go Neural: Higher-order Graph Neural Networks (Preprint).

Installation

The code is built upon the PyTorch Geometric package, which needs to be installed before running the examples. Please follow its installation instructions.

Finally, run

python setup.py install

in the root directory of this repository. Tested with PyTorch Geometric 1.4.

Running examples

cd examples
python 1-2-3-proteins.py

About

Source code for our AAAI paper "Weisfeiler and Leman Go Neural: Higher-order Graph Neural Networks".

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 59.6%
  • Python 35.3%
  • C 2.6%
  • CMake 2.5%