I have followed the references provided and the code and understood how the word-embedding are being generated. What I am not able to get is:
How is sentence/document vector is created using individual word embedding
Which algorithm is being used for the classification task (when using ./fasttext supervised supervised and then ./fasttext supervised predict)
Hi @a11apurva,
-loss hs).Please note that the two weight matrices (corresponding to the word/ngram embeddings and the classifiers) are learned jointly.
Best,
Edouard.
Hi, in which file can I see the implementation of multinomial logistic regression? I only saw a binary logistic function in a file.
Thank you @EdouardGrave , it would be very useful if this info is mentioned in the supervised-tutorial file
Most helpful comment
Hi @a11apurva,
-loss hs).Please note that the two weight matrices (corresponding to the word/ngram embeddings and the classifiers) are learned jointly.
Best,
Edouard.