Replies: 1 comment 2 replies
-
Can you clarify for me what you want to do? Do you want to generate new nodes/edges, or do you want to iteratively increase the nodes you want to embed? A bit confused, sorry. |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello experts,
Does anyone know of means of embedding a graph in a larger graph? I know it is easy to embed node features in a higher dimensional space, by some kind of matrix multiplication. And I know it is easy to lower the number of nodes in a graph through e.g. hierarchical pooling methods.
But I am looking for methods to systematically and/or iteratively to increase the size of the graph by adding nodes that encode data from neighbors and edges.
The only method I have seen so far is to use artificial nodes as in this article:
https://towardsdatascience.com/how-to-boost-your-gnn-356f70086991
Does anyone have other methods to suggest? Are there any such methods available in pyg?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions