A collection of important graph embedding, classification and representation learning papers with implementations.
deepwalk
kernel-methods
attention-mechanism
network-embedding
graph-kernel
graph-kernels
graph-convolutional-networks
classification-algorithm
node2vec
weisfeiler-lehman
graph-embedding
graph-classification
graph-attention-networks
graph-representation-learning
graph2vec
deep-graph-kernels
netlsd
graph-attention-model
structural-attention
node-embedding
-
Updated
Jun 22, 2021 - Python
Description
Currently our unit tests are disorganized and each test creates example StellarGraph graphs in different or similar ways with no sharing of this code.
This issue is to improve the unit tests by making functions to create example graphs available to all unit tests by, for example, making them pytest fixtures at the top level of the tests (see https://docs.pytest.org/en/latest/