DeepGraphLearning / graphvite

GraphVite: A General and High-performance Graph Embedding System
https://graphvite.io
Apache License 2.0
1.21k stars 151 forks source link

How to choice context_embeddings or vertext_embeddings? #85

Open HJW3536 opened 3 years ago

HJW3536 commented 3 years ago

When I use node2vec to train my graph embedding,i got 2 embeddings in .pkl file...

In downsteam tasks,how can i choice between vertex embeddings and context embeddings?

KiddoZhu commented 3 years ago

I would suggest using vertex embedding alone, or concating the two embeddings.

chi2liu commented 2 years ago

I would suggest using vertex embedding alone, or concating the two embeddings.

@KiddoZhu what is the difference between vertex embedding and context embedding? Is it about first order and second order?