in-graph and between-graph clustering #4203
Replies: 5 comments 23 replies
-
Do you mean clustering of graphs rather than nodes inside a single graph? One could also use "Deep Graph Infomax" for this which is also integrated into PyG. Otherwise, please let me know of some references in which we can look into. |
Beta Was this translation helpful? Give feedback.
-
Yes, clustering of graphs. E.g. I have 1000 graphs and want to cluster the graphs into different clusters. So clustering a set of graphs: |
Beta Was this translation helpful? Give feedback.
-
Yes, I would love to. Would write me an email to get started? Best, |
Beta Was this translation helpful? Give feedback.
-
Yes sure, lets discuss the roadmap here. What do you think is a good way to start? |
Beta Was this translation helpful? Give feedback.
-
What about:
then trained_out[2] should give me the vector of the embedding of my entire graph right? |
Beta Was this translation helpful? Give feedback.
-
Dear all,
I want to do an in-graph and between graph clustering approach. Are there any methods already implemented especially for between-graph clustering algorithms?
Best,
Steph
Beta Was this translation helpful? Give feedback.
All reactions