We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
The text was updated successfully, but these errors were encountered:
I would suggest using vertex embedding alone, or concating the two embeddings.
Sorry, something went wrong.
@KiddoZhu what is the difference between vertex embedding and context embedding? Is it about first order and second order?
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: