Closed dsj96 closed 4 years ago
When got the embedding of the nodes on every type of edges, I am not clearly with how to used the embedding to make the prediction? I would appreciate it if you could answer this question.
Hi @dsj96,
We use the cosine similarity of node embeddings to make the prediction. You can see the evaluation part of our code for the detail.
When got the embedding of the nodes on every type of edges, I am not clearly with how to used the embedding to make the prediction? I would appreciate it if you could answer this question.