No account yet ?
A Graph neural network is a class of artificial neural networks for processing data that can be represented as graphs.
In the more general subject of "Geometric Deep Learning", some existing neural network architectures can be interpreted as GNNs operating on suitably defined graphs.
Convolutional neural networks in the context of computer vision can be seen as a GNN applied to graphs structured as pixel grids.
Transformers in the context of natural language processing can be seen as GNNs applied to complete graphs whose nodes are words in a sentence.
Key to the design of GNNs is the use of pairwise message passing so that graph nodes iteratively update their representations by exchanging information with their neighbors.
Implementation and experiments of graph neural netwokrs, like gcn, graphsage and gat.
cd gnn
python run_gat_cora.py
cd gnn
python run_graphsage_cora.py
cd gnn
python run_gcn_cora.py
GraphNeuralNetwork
Copyright (c) 2019 “阅谦”
Welcome, my name is Eric Soupet and I am the administrator of the site elodees.com. elodees.com is a state of the art of Artificial Intelligence and aims to be collaborative, you can now offer content such as articles, events, tutorials, ... so don't hesitate !
Platform images credit : Pixabay - Pixabay License | Pexels - Pexels License