Hands-on
All the hands-on videos and tutorials will be posted here.
-
Node2Vec implimentation from scratch and classification of graph using node2vec generated embeddings.
tl;dr: In this tutorial we discussed how to implement Node2Vec from scratch using python and do classification on Graph data using generated embeddings from node2vec.
[notes] [codes] [Video]
Suggested Readings:
-
Implementation of GCN and GAT using PyTorch (from scratch) and using PyTorch Geometric.
tl;dr: In this tutorial we discussed how to implement GAT and GCN from scratch using python, PyTorch and do classification on Graph data using generated embeddings from GAT and GCN.
[notes] [codes] [Video]
Suggested Readings: