word-embedding-dimensionality-selection
word-embedding-dimensionality-selection copied to clipboard
word2vec CBOW
Thanks for sharing the code!
Sorry if the question is silly - my understanding of word embeddings is still premature and lack the required math background: Should the SignalMatrix implementation for word2vec Skip Gram model fit for word2vec CBOW model?
theoretically they are still different models. However I do think they are not that different in practice. I think whatever hyperparameter (e.g. dimensionality) that works for skipgram will work for cbow too.