Skip to content

Added cbow method. #16

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

Closed
wants to merge 1 commit into from
Closed

Added cbow method. #16

wants to merge 1 commit into from

Conversation

us
Copy link
Contributor

@us us commented Feb 21, 2019

Inverted skip-gram files output and input to cbow method.

Inverted skip-gram files output and input to cbow method.
@graykode
Copy link
Owner

graykode commented Feb 22, 2019

Thanks ! but I think it's wrong about CBOW
In CBOW mathematical expression, P(w_target|{set of w_context}), not cbows.append([w, target])
So cbows.append([context, target]) maybe right.
@us

@graykode
Copy link
Owner

@graykode graykode closed this Feb 25, 2019
@graykode
Copy link
Owner

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

Successfully merging this pull request may close these issues.

2 participants