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

somehow combine fastText with doc2vec #4

Open
giacbrd opened this issue Oct 17, 2016 · 1 comment
Open

somehow combine fastText with doc2vec #4

giacbrd opened this issue Oct 17, 2016 · 1 comment

Comments

@giacbrd
Copy link
Owner

giacbrd commented Oct 17, 2016

fastText supervised model does not take into account of the document and words representation, it just learns bag of words and labels.
embeddings are computed only on the relation word->label. it would be interesting to learn jointly the semantic relation label<->document<->word<->context.
for now it is only possible to pre-train word embeddings and then use them as initial vectors for the classification algorithm

@giacbrd
Copy link
Owner Author

giacbrd commented Dec 5, 2016

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

No branches or pull requests

1 participant