Pytorch Geometric tutorial: Edge analysis

Pytorch Geometric tutorial: Edge analysis

Today’s tutorial shows how to use previous models for edge analysis. We first use Graph Autoencoder to predict the existence of an edge between nodes, showing how simply changing the loss function of GAE, can be used for link prediction. Later, we propose the use of Node2Vec for edge-label prediction. In particular, we build a […]

Continue Reading