Unsuperivised learning for graph classification? #7049
-
Hi all, Greetings. Could someone point me to a code example for using Unsupervised GraphSAGE or different architectures to generate node embeddings for downstream graph classification tasks? |
Beta Was this translation helpful? Give feedback.
Answered by
rusty1s
Apr 11, 2023
Replies: 1 comment 2 replies
-
Check out this example. |
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
You can still use the obtained node embeddings for a downstream task by aggregating them together and applying an MLP on top.