Skip Grams

Created on 2020-08-17T21:40:53.379733

Return to the Index

This card can also be read via Gemini.

TODO how does the hidden layer get extracted to perform document vectoring

"Skip Grams" are like CBOW but it guesses multiple output words given a single input word. It excels at "small data sets with rare words."

Network

The output layer becomes a list of probabilities for each target word.

One-hot