benedekrozemberczki / pytorch_geometric_temporal

PyTorch Geometric Temporal: Spatiotemporal Signal Processing with Neural Machine Learning Models (CIKM 2021)
MIT License
2.64k stars 371 forks source link

Unsupervised temporal graph embeddings #214

Closed nbijlani closed 1 year ago

nbijlani commented 1 year ago

Hi, all the algorithms included in this library require train/test splits and are used in a supervised learning scenario. Are you able to provide or recommend algorithms to create temporal graph embeddings in an unsupervised way, e.g. based on contrastive learning?