GitHub - tkipf/keras-gcn: Keras implementation of Graph ...
github.com › tkipf › keras-gcnFeb 26, 2018 · Keras-based implementation of graph convolutional networks for semi-supervised classification. Thomas N. Kipf, Max Welling, Semi-Supervised Classification with Graph Convolutional Networks (ICLR 2017) NOTE: This code is not intended to reproduce the experiments from the paper as the initialization scheme, dropout scheme, and dataset splits ...
keras-gcn · PyPI
pypi.org › project › keras-gcnMay 16, 2020 · Keras Graph Convolutional Network. Graph convolutional layers. Install pip install keras-gcn Usage GraphConv. import keras from keras_gru import GraphConv DATA_DIM = 3 data_layer = keras. layers.