Replies: 1 comment
-
If you have some signal about positive and negative samples, you could use a contrastive loss/triplet loss to learn this task. Otherwise, you can learn in an unsupervised fashion, e.g., via Deep Graph Infomax or other methods. Your general way to approach this problem is definitely correct. |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I have to learn similarity between graphs using deep learning. I have many samples (~500k) of graphs. Graphs have ~5000 nodes and ~4000 edges in the average.
How can I compute similarity score between two graphs? I am thinking:
I would really appreciate if I can get some feedback whether this is the correct way to approach this problem or not.
Beta Was this translation helpful? Give feedback.
All reactions