How to use for Graph Clustering. #7761
Unanswered
PeterDeSOM
asked this question in
Q&A
Replies: 1 comment
-
Can you share some insights why you don't think that common graph clustering techniques are not applicable for your use-case? Note that supervised learning based on the node embeddings generated by an unsupervised learning approach is commonly done to judge the quality of the embeddings - it is not required to obtain the clustering in the first place. |
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.
-
I'm trying to classify graph data with fully unsupervised Graph Clustering.
So far, all that I've found the method for Graph Clustering is actually for node clustering or not a fully unsupervised learning method. It means that they eventually need their label to train at the downstream task.
For example, it is;
I'm finding a fully unsupervised learning method for Graph-Level Clustering/Classification that output channel is required. Or, I'd like to know how to employ the typical fully unsupervised learning method to classify lots of graph data that cannot be labeled by human efforts.
Also, I want to employ DMoNPool on that fully unsupervised graph-level clustering.
Is it possible and could you show me a little direction how to?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions