Skip to content

A gentle introduction to Graph Neural Networks in Pytorch Geometric

Notifications You must be signed in to change notification settings

manuel-dileo/intro-gnn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction to Graph Neural Networks

A gentle introduction to Graph Neural Networks in Pytorch Geometric.

Teaching material for machine learning on graphs' lectures and lab. sessions held for the i) Social Network Analysis course, Master degree in Data Science for Economics; ii) the PhD seminars; iii) Constructing and Mining Biomedical Knowledge Graphs course, Unimi.

I show how to perform the following machine learning on graphs tasks:

  • Node classification and link prediction on Cora citation network using static homogeneous GNN architectures. (DSE)
  • Protein-protein interaction predictions on STRING data. (PhDBioKG)
  • Drugs' side-effect prediction using RGCN and Heterogenous Attention Networks. (PhdBioKG)

Folders

  • The DSE folder contains the teaching material for the lecture on Machine Learning on Graphs held for the Social Network Analysis course.
  • The PhDBioKG folder contains the teaching material for the lab sessions on graph representation learning methods for homo and heterogenous graphs held for the Constructing and Mining Biomedical Knowledge Graphs course.
  • The Musemi folder contains the slides of the seminar held for the PhD students and Postdocs of the University of Milan.

Suggested materials

About

A gentle introduction to Graph Neural Networks in Pytorch Geometric

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published