Spline graph networks
All experiments performed on a computer with the following configuration.
CPU | GPU | RAM |
---|---|---|
AMD Ryzen 5 2600 | GTX 1660 Super OC 6Gb | 32 Gb DDR4 |
The task is to prepare a program and conduct an experiment to test the effectiveness of a selected graph neural network model in an inductive approach using the graph equivalent of the MNIST set.
Network architecture |
---|
Net(
) |
Optimizer |
Adam |
Graph 1.1 - Visualization of the analyzed graph and image from the MNIST set.
Figure 1.2 - Percentage effectiveness for the training set
Graph 1.3 - Graph showing changes in error (objective function) during learning
The final accuracy achieved for the test set is 94.2%.
Network architecture |
---|
GCN2(
) |
Optimizer |
Adam |
Figure 1.4 - Percentage effectiveness for the training set
Graph 1.5 - Graph showing changes in error (objective function) during learning
The final accuracy achieved for the test set is 94.6%.
Reference results of obtained % classification error for a given set published in the literature for other network architectures:
GCGP | PNCNN | Dynamic Reduction Network |
---|---|---|
4.2 | 1.24 | 0.95 |
The task is to prepare a program and conduct an experiment to test the effectiveness of the selected graph neural network model in the transduction case approach using an example from one of the elements in the Planetoid set.
Network architecture |
---|
GCN(
) |
Optimizer |
Adam |
graphic 2.1 - Visualization of elements in a set
Graph 2.2 - Percentage performance for the training set
Graph 2.3 - Graph showing changes in error (objective function) during learning
The final accuracy achieved is 78.9%.
Network architecture |
---|
GCN(
) |
Optimizer |
Adam |
Figure 2.4 - Percentage effectiveness for the training set
Graph 2.5 - Graph showing changes in error (objective function) during learning
The final accuracy achieved is 79.6%.
Reference % accuracy results obtained for a given set published in the literature for other network architectures:
GAT | SPLINECNN | SSP |
---|---|---|
83,00 % | 89,48 % | 90,160% |