Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GAE graph autoencoder #112

Open
thegodone opened this issue Jun 7, 2023 · 0 comments
Open

GAE graph autoencoder #112

thegodone opened this issue Jun 7, 2023 · 0 comments

Comments

@thegodone
Copy link
Contributor

Can you implement the graph basic autoencoder that needs to do InnerProduct of the latent space to reconstruct Adjacency matrix ?
https://pytorch-geometric.readthedocs.io/en/latest/generated/torch_geometric.nn.models.GAE.html
basically the encoder part can be GIN, GAT etc... and we need the InnerProduct finish the look. Of Course a loss need to be added for the graph to reconstruction (X,A) input / output by similarity.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant