Skip to content

Soothysay/IHNN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Implicit Hypergraph Neural Network

The data/ folder contains all the datasets as well as the intermediate hyperedge features needed for the 3 datasets, where the node features are initialized randomly.

The src/ folder contains all the scripts for the different datasets used by our model.

Instructions:

  1. To reproduce the results for High-school, change the seed in line 37 of run_highschool.py and run the script.
  2. To reproduce the results of Cora and DBLP, change line 18 of ihnn_cora.py and ihnn_dblp.py and run the scripts.
  3. To reproduce the results of walmart-trips dataset, change the seed in line 40 of run_walmart.py and run the script.

About

Implicit Hypergraph Neural Network

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages