First Mini Project

In this lesson, we will start the first mini project: an odd word picker.

Introduction to the project

By now you have gained some insight into howword2vec models work, and you have completed the hands-on activity in the previous lesson. Now we are ready to start with our first mini project.

In this lesson, we are going to build an NLP engine that will pick the odd word from a set of words. For example, we have a list of words like ["Apple", "Mango", "Party", "Juice"]. Out of these many words, it is clear that the word Party is odd among them all.

Let’s start by first importing the packages.

Get hands-on with 1200+ tech skills courses.