Skip to content
New issue

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

Support for negative weight in node2vec #2

Open
CHIANGEL opened this issue May 16, 2020 · 0 comments
Open

Support for negative weight in node2vec #2

CHIANGEL opened this issue May 16, 2020 · 0 comments

Comments

@CHIANGEL
Copy link
Contributor

For generating node embeddings using node2vec, I use the official python-version code: https://github.com/aditya-grover/node2vec

But I was caught in errors that node2vec can not support negative edge weights because there are normalization operations over weights. It turns out that, instead of the python version, we should use C++ node2vec tools which support negative weights.

So I submit this issue as a reminder.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant