Graph Neural Networks (GNNs) Study Guide
Graph neural networks (GNNs) are rapidly advancing progress in ML for complex graph data applications. I've composed this concise recipe (i.e., studysheet) dedicated to students who are lookin to learn and keep up-to-date with GNNs. It's non-exhaustive but it aims to get students familiar with the topic.
โญ Gentle Introduction to GNNs
There are several introductory content to learn about GNNs. The following are some useful ones:
๐ Understanding Convolutions on Graphs (by Distill)
๐ Survey Papers on GNNs
Here are two fantastic survey papers on the topic to get a broader and concise picture of GNNs and recent progress:
๐ฉโ๐ป Diving Deep into GNNs
After going through quick high-level introductory content, here are some great material to go deep:
๐ GNN Papers and Implementations
If you want to keep up-to-date with popular recent methods and paper implementations for GNNs, the Papers with Code community maintains this useful collection:
๐ Benchmarks and Datasets
If you are interested in benchmarks/leaderboards and graph datasets that evaluate GNNs, the Papers with Code community also maintains such content here:
Tools
Here are a few useful tools to get started with GNNs:
๐ฆ jraph
๐ Tutorials
I will be posting several tutorials on GNNs, here is the first of the series. More coming soon!
Introduction to GNNs with PyTorch Geometric |
To get regular updates on new ML and NLP resources, follow me on Twitter.