pyg-team/pytorch_geometric

Graph2vec implementation request

Open

#1,407 opened on Jul 6, 2020

View on GitHub
 (1 comment) (0 reactions) (0 assignees)Python (3,514 forks)batch import
1 - Priority P1help wantednn

Repository metrics

Stars
 (19,985 stars)
PR merge metrics
 (Avg merge 35d 1h) (14 merged PRs in 30d)

Description

🚀 Feature

Please consider the implementation of Graph2vec https://arxiv.org/abs/1707.05005 with support for multidimensional node features if possible.

Motivation

Graph2vec embeds whole graphs as vectors. This can help in applying other deep learning methods on graph-based datasets.

Contributor guide