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 ...
Node Classification with Graph Neural Networks - Keras
keras.io › examples › graphGraph representation Learning aims to build and train models for graph datasets to be used for a variety of ML tasks. This example demonstrate a simple implementation of a Graph Neural Network (GNN) model. The model is used for a node prediction task on the Cora dataset to predict the subject of a paper given its words and citations network.
Graph Data - Keras
keras.io › examples › graphGraph Data. Graph attention networks for node classification. Node Classification with Graph Neural Networks. Message-passing neural network for molecular property prediction. Graph representation learning with node2vec.
Graph Data - Keras
https://keras.io/examples/graphGraph Data. Graph attention networks for node classification. Node Classification with Graph Neural Networks. Message-passing neural network for molecular property prediction. Graph representation learning with node2vec.
Keras documentation: Message-passing neural network for ...
keras.io › examples › graphAug 16, 2021 · In recent years, a lot of effort has been put into developing neural networks for graph data, including molecular graphs. For a summary of graph neural networks, see e.g., A Comprehensive Survey on Graph Neural Networks and Graph Neural Networks: A Review of Methods and Applications; and for further reading on the specific graph neural network ...