-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Documentation on jointly learning feature representations with a higher task #2036
Comments
Hi @LukeB42, we working on documentation now
will be fixed in #1944 soon
gensim is about unsupervised learning, you can use inferred vectors in any way (including for classification). Also, we have in plan to make "problem oriented" tutorial chain (including popular task like classification, clustering, etc). |
@menshikh-iv Thanks for explaining that and for hipping me to #1944. For the problem-oriented tutorial chain do you plan on explaining that accuracy improvements might be obtained by regularising the unsupervised representation via the supervised task? It'd be a good way to showcase the |
We already have an example from #1944, if needed, we'll show it in tutorials again
Hm, not sure what you exactly mean here |
Looking forward to the documentation update but from what I can see in that PR there doesn't seem to be much of anything on the callbacks API. I'm trying to regularise the word embeddings via a classification task. Is there an example of backpropagating through a classification task while fitting the FastText model? |
@LukeB42 oh sorry, my mistake, this fixed in different PR https://github.com/RaRe-Technologies/gensim/pull/2026/files#diff-f3f747c490afb30c4f40c2804e459b63R1
No, this is the really specific case (of course useful, but I don't think that we'll add it). |
Ah no worries. Again many thanks @menshikh-iv! |
I can't find any documentation on training, say, FastText jointly with a classification task.
The
callbacks
parameter is mentioned in the API documentation but not explained.The text was updated successfully, but these errors were encountered: