Skip to content

This in an introduction to PyTorch Geometric, the deep learning library for Graph Neural Networks, and to interpretability tools for analyzing the decision process of a GNN.

License

Notifications You must be signed in to change notification settings

FilippoMB/Tutorial_GNN_explainability

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction to Graph Neural Networks and Explainability

This is a gentle introduction to building a Graph Neural Network with PyTorch Geometric, the popular library for geometric deep learning. The tutorial will also cover some streamlined interpretability tools for analyzing the decision process of a GNN.

The tutorial is a Python notebook that you can

nbviewer or Open In Colab


To run the notebook locally, you need the following libraries:

- PyTorch
- PyTorch Geometric
- Pytorch Lightning
- Captum
- Networkx

This tutorial is adapted from the tutorial of Simone Scardapane (slides, notebook).

About

This in an introduction to PyTorch Geometric, the deep learning library for Graph Neural Networks, and to interpretability tools for analyzing the decision process of a GNN.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published