Decoupled Variational Graph Autoencoder for Link Prediction

May 10, 2024 ยท View on GitHub

WWW'24
https://dl.acm.org/doi/10.1145/3589334.3645601

image

Link Prediction

image

dvgae.py is based on the autoencoder implementation from PyG and the GNCN (https://github.com/SeongJinAhn/VGNAE)

Run

dvgae.py --dataset=Cora

Contents

  1. 1Link Prediction
  2. 2Run