Gensim's Word2vec: Hands-On
In this lesson, we will do some coding exercises using Word2vec.
We'll cover the following
Introduction to the project
In this mini project, we are going to build an NLP engine that will show the similarity between the two given words.
For this, we are going to use Gensim’s word2vec
model. Gensim provides an optimum implementation of word2vec's CBOW model and Skip-Gram model
, which we discussed in the previous lesson.
Get hands-on with 1200+ tech skills courses.