-
Notifications
You must be signed in to change notification settings - Fork 27
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
What does W_c[c1; ...; cM] notation in the paper mean for character embeddings? #23
Comments
If we have |
The paper does not explain what the concatenation of vectors with the semicolon operation means. Can this be clarified?
if we have
n_i = W_c[c1; ...; cM]
, does this mean thatW_c
is a [1,M] vector and[c1; ...; cM]
is a[M, D]
matrix?The text was updated successfully, but these errors were encountered: