GraphNeural
GraphNeural is a software framework intended to support the development, training, and deployment of graph neural networks. It provides standardized data representations and a modular API for constructing models that operate on graph-structured data, with an emphasis on reproducibility and extensibility.
At its core, GraphNeural centers on graph data structures that include node and edge features, as well
Implementation-wise, GraphNeural aims for interoperability with common deep learning backends and data pipelines. It includes data
Applications covered by GraphNeural span several domains, such as social network analysis, chemistry and materials science
See also: Graph Neural Network, Graph Convolutional Network, GraphSAGE, DGL, PyTorch Geometric.