dmlc / dgl

Python package built to ease deep learning on graph, on top of existing DL frameworks.
http://dgl.ai
Apache License 2.0
13.18k stars 2.99k forks source link

[Model Request] Graph2vec embedding to learn graph embedding #4207

Open smith-co opened 2 years ago

smith-co commented 2 years ago

graph2vec: Learning Distributed Representations of Graphs

Is there a implementation of graph2vec for graph embedding learning?

jermainewang commented 2 years ago

Currently no. I've added it to our roadmap #3849 . We'd really appreciate it if you'd like to help.