pyg-team/pytorch_geometric

Graph2vec implementation request

Open

#1.407 geöffnet am 6. Juli 2020

Auf GitHub ansehen
 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)Python (3.514 Forks)batch import
1 - Priority P1help wantednn

Repository-Metriken

Stars
 (19.985 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 35T 1h) (14 gemergte PRs in 30 T)

Beschreibung

🚀 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