Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mlabonne/graph-neural-network-course

Free hands-on course about Graph Neural Networks using PyTorch Geometric.
https://github.com/mlabonne/graph-neural-network-course

deep-learning graph-attention-networks graph-convolutional-networks graph-neural-networks neural-network pytorch pytorch-geometric

Last synced: 8 days ago
JSON representation

Free hands-on course about Graph Neural Networks using PyTorch Geometric.

Awesome Lists containing this project

README

        

# 🌐 Graph Neural Network Course

Graph Neural Networks (GNNs) are one of the **most interesting architectures in deep learning** but educational resources are **scarce and more research-oriented**.

In this course, you'll learn **everything you need to know** from fundamental architectures to the current **state of the art** in GNNs.

| Chapter | Description | Article | Notebook |
|---------------------------------------|-------------------------------------------------------------------------|---------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------|
| 1. Introduction to Graph Neural Networks | What's a GNN? Essentials of graph theory with PyTorch Geometric. | [Article](https://mlabonne.github.io/blog/intrognn/) | Open In Colab |
| 2. Graph Attention Network | Implement a GNN with self-attention to classify nodes on CiteSeer. | [Article](https://mlabonne.github.io/blog/gat/) | Open In Colab |
| 3. GraphSAGE | Scale GNNs with mini-batching and the GraphSAGE architecture on PubMed. | [Article](https://mlabonne.github.io/blog/graphsage/) | Open In Colab |
| 4. Graph Isomorphism Network | Maximize the power of the GNN for graph classification on PROTEINS. | [Article](https://mlabonne.github.io/blog/gin/) | Open In Colab |

## 👨‍💻 Contact

* Email: [email protected]
* Twitter: @maximelabonne
* Medium: https://medium.com/@mlabonne
* Blog: https://mlabonne.github.io/blog/

Let's connect on [Twitter](https://twitter.com/maximelabonne) and [Medium](https://medium.com/@mlabonne)!