graphneural.network - Spektral
https://graphneural.networkSpektral is a Python library for graph deep learning, based on the Keras API and TensorFlow 2. The main goal of this project is to provide a simple but flexible framework for creating graph neural networks (GNNs). You can use Spektral for classifying the users of a social network, predicting molecular properties, generating new graphs with GANs ...
graphneural.network - Spektral
graphneural.networkGraph Neural Networks in TensorFlow and Keras with Spektral Daniele Grattarola and Cesare Alippi Installation Spektral is compatible with Python 3.6 and above, and is tested on the latest versions of Ubuntu, MacOS, and Windows. Other Linux distros should work as well. The simplest way to install Spektral is from PyPi: pip install spektral
Spektral
https://graphneural.networkSpektral: Graph Neural Networks in TensorFlow 2 and Keras. ... Spektral is a Python library for graph deep learning, based on the Keras API and TensorFlow 2 ...
Deep Graph Library
https://www.dgl.aiFast and memory-efficient message passing primitives for training Graph Neural Networks. Scale to giant graphs via multi-GPU acceleration and distributed ...