As was said on video
But how do you get
the word embeddings out of your trained neural nets?
As you may remember,
word embeddings are not
directly output by the training process,
they are a by-product of the process.
I’ll now explain how you can extract
word embeddings from a trained neural net.
So, do I understand right that word embedidngs is only just weights of NN? I thought it should be something like pobabilities of surrounding word, like something that you got in previous examples, no?