Article Source
Introduction to Pytorch Geometric
Abstract
In the second part of the tutorial, we are gonna a see the basics of the GDL and why it is important!
THEORY
- What is this project?
- Deep Learning in non-euclidean domains
- Graphs and Graphs representation
- Graph Neural Networks
- Message passing
- GraphSAGE
PRACTICE
- Load a precomputed dataset
- Explore shapes
- First GNN
- Train and Test