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
Jul 12, 2020 - Python
I got this issue using struc2vec and node2vec methods
`---------------------------------------------------------------------------
TypeError Traceback (most recent call last)
in
1 model_struc2vec = ge.Struc2Vec(G, 10, 80, workers=4, verbose=40, ) #init model
----> 2 model_struc2vec.train(window_size = 5, iter = 3)