-
if a graph is heterogeneous and want to do unsupervised learning, what would be the best approach? What i'm thinking is as follows.
I'm concerned about which approach is better. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I think approach 2 is more straightforward to apply. In approach 1, it is unclear what a similar embedding actually means for a pair of nodes of different type. We also have PR #3189 which introduces an unsupervised training method for heterogeneous graphs, but I haven't had a closer look yet. You can also try to convert "Deep Graph Infomax" to heterogeneous graphs. |
Beta Was this translation helpful? Give feedback.
I think approach 2 is more straightforward to apply. In approach 1, it is unclear what a similar embedding actually means for a pair of nodes of different type. We also have PR #3189 which introduces an unsupervised training method for heterogeneous graphs, but I haven't had a closer look yet. You can also try to convert "Deep Graph Infomax" to heterogeneous graphs.