TowardsMachineLearning

NLP

Inner working of word2vec Model (SkipGram)

Introduction In this article, we’ll talk about what is Word2Vec Model ,different types of it. Then we’ll understand SkipGram Model architecture in more detail. “You should know a word by the company it keeps.” The Word2Vec technique is based on a feed-forward, fully connected architecture. To give an overview of word2vec algorithm ,let’s train a …

Inner working of word2vec Model (SkipGram) Read More »