-
Beta Was this translation helpful? Give feedback.
Answered by
rusty1s
Apr 25, 2022
Replies: 1 comment 1 reply
-
Context nodes are generated via sliding window based on the original random walk (like in your first image). Training data for skipgram will then be {u, s4}, {u, s5}, ..., see here. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Context nodes are generated via sliding window based on the original random walk (like in your first image). Training data for skipgram will then be {u, s4}, {u, s5}, ..., see here.