How to predict link's weight on a directed graph? #2533
Unanswered
sunshineYin
asked this question in
Q&A
Replies: 1 comment
-
Please see my reply here: #2391 (reply in thread) |
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.
-
Sorry, I have encountered similar problem.
I am working on a link prediction problem recently. The problem is based on directed graph, and the edges have weights. Here, I want to get nodes' embeddings through gcn like models. And then, to predict the unknown edge's weight between two nodes, based on their embeddings.
So the problem is that the gcns now are mainly for undirected graphs, because of the symmetrical laplace matrix. But, in my problem, the adjancy matrix is not symetrical. So how to fix it, and to predict the edge's weight?
Thanks a lot!
Beta Was this translation helpful? Give feedback.
All reactions