Implementation of "Signed Laplacian Graph Neural Networks", aaai2023.
Before uploading the code, we reproduced the experimental results in our paper, as shown in the "logging" folder.
The experimental results were achieved with the following environment:
@ Dependencies:
- python (3.7.13)
- pytorch (1.8.0+cu111)
- torch_sparse (0.6.12)
- numpy (1.21.5)
- scipy (1.6.2)
- scikit-learn (1.0.2)
@ Hardware
- GPU (Nvidia A100 with 40GB)