Autoencoder with edge attributes #5160
Unanswered
MehdiZouitine
asked this question in
Q&A
Replies: 1 comment
-
I think the GraphVAE paper is actually what you are looking for. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello !
I would like to use a GAE (graph auto encoder) to learn a compressed representation of a graph with edge features.
The decoder must be able to reconstruct the attributes of the nodes and the attributes of the edges.
All the graphs I have are complete graphs (there is an edge between each pair of nodes)
Would you have an architecture to propose to me?
Thank you very much
Beta Was this translation helpful? Give feedback.
All reactions