Questions regarding Graph Autoencoder and reconstructing input features + edge indices #7729
Unanswered
sivaramkrishnan101
asked this question in
Q&A
Replies: 1 comment 2 replies
-
You might find the following repositories helpful:
|
Beta Was this translation helpful? Give feedback.
2 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 everyone,
Problem - I'm currently working on implementing a Graph Autoencoder using a custom dataset.
Scenario - The dataset consists of 20 graphs, each with 5 nodes and 2 features. These graphs are fully connected, and I have generated node embeddings using the SAGECONV method. z = SAGECONV(2, 2) -> SAGECONV(2, 1)
Questions - How can I define a decoder architecture to
I hope to get some ideas on this implementation as I have not seen a GAE defined to reconstruct the input features so far. Thank you :)
Beta Was this translation helpful? Give feedback.
All reactions