Hello everyone.
In the "Learning word embeddings " lesson I didn’t understand why is matrix E is a parameter for the neural language model.
Can anyone help me?
Hi @majd_hafi
In skip-gram or negative sampling models, the hidden layer parameter is embedding matrix E. Here is a simplified skip-gram model.