-
Hello guys, I have a use case where I want to see if combining 2 different levels of my graphs could help for my task. I have my whole graph of nodes/edges where I'm doing node classification. These nodes are also part of subgraph ids (which I do not use for now). What I wanted is, in parallel of my node embeddings operation, to do a subgraph embedding operation that would learn subgraph features that could then be used for my node classification task. For example: node |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
This sounds super similar to one of my research topics, see here. Happy to help with any implementation questions. |
Beta Was this translation helpful? Give feedback.
This sounds super similar to one of my research topics, see here. Happy to help with any implementation questions.