PyTorch implementation of Graph Convolutional Networks (GCN) and Deep Graph CNN (DGCNN)
GCN is based on the paper presented in ICLR 2017:
DGCNN is based on the paper presented in AAAI 2018:
- PyTorch
- PyTorch Geometric
This implementation uses the Lab dataset which includes two classes:
- Benign
- Mirai
The results of the implementation are shown in the following table:
Detector | Training Accuracy | Testing Accuracy |
---|---|---|
GCN | 99.43% | 99.36% |
DGCN | 99.56% | 99.53% |