This repository consists some models tentatively work for graph neural networks.
gcn-lp-filterconsists some models for node classification.graph-classifier-dglconsists some models for graph pooling and classification, using some examples of DGL.graph-classifier-viconsists some models combining variational inference models (e.g. VGAE, Planar flow, Normalizing flow, Inverse autoregressive flow, etc.) to graph neural networks for graph pooling and classification, evaluated on molecular classification tasks, based on Graph U-Nets .