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

Interpretation of weights #87

Closed
MOOOOOSER opened this issue Apr 28, 2022 · 2 comments
Closed

Interpretation of weights #87

MOOOOOSER opened this issue Apr 28, 2022 · 2 comments

Comments

@MOOOOOSER
Copy link

I struggle with comprehending, how weights are interpreted in the algorithm. Is the weight interpreted as a distance or opposite (similarity score)? Thanks in advance.

@eliorc
Copy link
Owner

eliorc commented Apr 28, 2022

In Node2vec weights are used for calculating the transition probabilities between one node and another during the random walks.
The higher a weight is for one walk-candidate relatively to the other walk-candidates, the more probability the next step in the walk will be to that node.

@MOOOOOSER
Copy link
Author

Thank you very much for the explanation.

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

2 participants