GraphSage unsup implementation in ./examples #8683
OliverRock
started this conversation in
General
Replies: 1 comment
-
Yes, the |
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
-
I am trying to implement an unsupervised GraphSage model but I am slightly confused by this example. I think the loss function here is not the same as in the original paper because the code does not use random walk to find the nodes and it is passing the labels so it is not unsupervised. Are these observations correct or have I misunderstood something?
Here is the part of the paper which defines the loss function:
Beta Was this translation helpful? Give feedback.
All reactions