Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 689 Bytes

File metadata and controls

26 lines (17 loc) · 689 Bytes

Module: gcn

View source on GitHub

Graph Convolutional Networks.

Users of TF-GNN can use this model by importing it next to the core library as

import tensorflow_gnn as tfgnn
from tensorflow_gnn.models import gcn

Classes

class GCNConv: Implements the Graph Convolutional Network by Kipf&Welling (2016).

Functions

GCNHomGraphUpdate(...): Returns a graph update layer for GCN convolution.