You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Joaquin Vanschoren edited this page Jan 31, 2017
·
1 revision
Word2Vec (1 layer MLP + hierarchical softmax)
Pretrained word embeddings (last layer before softmax, a.k.a. bag of neural words):
https://code.google.com/archive/p/word2vec/
Bin format: word -> latent dimensions
Task: Continuous bag of words (skipgram): words around -> predict word in the middle (or vice versa)