Learn Before
Concept
Word2vec
Word2vec (also called Skip-gram) algorithm is the method to obtain short dense vectors of words.
This method is self-supervision: training the model by just running the text without explicit labels for data.
Word2vec applies binary logistic regression classifier.
0
1
Updated 2021-10-17
Tags
Data Science