4 Graph Neural Networks you Need to Know (WLG, GCN, GAT, GIN)
Last Updated on July 20, 2023 by Editorial Team
Author(s): Edward Ma
Originally published on Towards AI.
Top highlight
Photo by Edward Ma on Unsplash
We went through Knowledge Graph Embeddings and Random Walk in previous graph neural network stories. Knowledge graph embeddings train entity embeddings for downstream tasks. On the other hand, several neural networks model apply random walk theory to train entity embeddings.
In this story, we will go focus on 4 graph neural network models which are Weisfeiler-Lehman Graph Kernel (Shervashidze et al., 2011), Graph Convolutional Network (Kipf and Welling, 2017), Graph Attention Networks (VeliΔkoviΔ et al., 2017) and Graph Isomorphism Network (Xu et al., 2019)
Shervashidze et al. (2011) introduce a way to measure graph similarity (WL… Read the full blog for free on Medium.
Join thousands of data leaders on the AI newsletter. Join over 80,000 subscribers and keep up to date with the latest developments in AI. From research to projects and ideas. If you are building an AI startup, an AI-related product, or a service, we invite you to consider becoming aΒ sponsor.
Published via Towards AI