Graph convolutional network (GCN) has been successfully applied to many graph-based applications; however, training a large-scale GCN remains challenging. Current SGD-based algorithms suffer from ...
A comprehensive and modular PyTorch template for training Graph Neural Networks (GNNs) on node classification tasks. This repository provides a clean, extensible framework for experimenting with ...
Graph Convolutional Networks (GCNs) have become integral in analyzing complex graph-structured data. These networks capture the relationships between nodes and their attributes, making them ...
Abstract: Graph convolution networks (GCN) are increasingly popular in many applications, yet remain notoriously hard to train over large graph datasets. They need to compute node representations ...