dair-ai / GNNs-Recipe

🟠 A study guide to learn about Graph Neural Networks (GNNs)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

πŸ”— Foundations of GNNs (by Petar VeličkoviΔ‡)

πŸ”— Gentle Introduction to GNNs (by Distill)

πŸ”— Understanding Convolutions on Graphs (by Distill)

πŸ”— Math Behind Graph Neural Networks (by Rishabh Anand)

πŸ”— Graph Convolutional Networks (by Thomas Kipf)

πŸ”—Graph Neural Networks for Geometric Graphs - Chaitanya K. Joshi, Simon V. Mathis

πŸ“˜ 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:

πŸ”— Graph Neural Networks: A Review of Methods and Applications (Jie Zhou, Ganqu Cui, Shengding Hu, Zhengyan Zhang, Cheng Yang, Zhiyuan Liu, Lifeng Wang, Changcheng Li, Maosong Sun)

πŸ”— Graph Neural Networks: Methods, Applications, and Opportunities (Lilapati Waikhom, Ripon Patgiri)

πŸ”— A Comprehensive Survey on Graph Neural Networks (Zonghan Wu, Shirui Pan, Fengwen Chen, Guodong Long, Chengqi Zhang, Philip S. Yu)

πŸ‘©β€πŸ’» Diving Deep into GNNs

After going through quick high-level introductory content, here are some great material to go deep:

πŸ”— Geometric Deep Learning (by Michael M. Bronstein, Joan Bruna, Taco Cohen, Petar VeličkoviΔ‡)

πŸ”— Graph Representation Learning Book (by William Hamilton)

πŸ”— CS224W: ML with Graphs (by Jure Leskovec)

πŸ“š 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:

πŸ™ Graph Models by Papers with Code

πŸ“ˆ 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:

πŸ”— Datasets by Papers with Code

πŸ”— Graph Benchmarks by Papers with Code

:octocat: Tools

Here are a few useful tools to get started with GNNs:

πŸ”₯ PyTorch Geometric

πŸ”— Deep Graph Library

πŸ¦’ jraph

🟠 Spektral

🍎 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.

About

🟠 A study guide to learn about Graph Neural Networks (GNNs)

License:Creative Commons Zero v1.0 Universal