Skip Gram Model

In skip gram model, there is a fake task that model needs to learn and in the process, the model learns the dense vector representation of the words.

What is the Fake Task?

In the skip gram model, the input is a word from the sentence and the output of the model or the model has to predict the neighbor words from that input word.

Issues


References

  1. https://mccormickml.com/2016/04/19/word2vec-tutorial-the-skip-gram-model/
  2. https://mccormickml.com/2017/01/11/word2vec-tutorial-part-2-negative-sampling/

Related Notes