Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.53 KB

README.md

File metadata and controls

19 lines (15 loc) · 1.53 KB

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