About U & P AI - Natural Language Processing (NLP) with Python course
In this course, we are going to learn about natural language processing. We will discuss various concepts such as tokenization, stemming, and lemmatization to process text. We will then discuss how to build a Bag of Words model and use it to classify text. We will see how to use machine learning to analyze the sentiment of a given sentence. We will then discuss topic modeling and implement a system to identify topics in a given document. We will start with simple problems in NLP such as Tokenization Text, Stemming, Lemmatization, Chunks, Bag of Words model. and we will build some real stuff such as :
1. Learning How to Represent the Meaning of Natural Language Text
2. Building a category predictor to predict the category of a given text document.
3. Constructing a gender identifier based on the name.
4. Building a sentiment analyzer used to determine whether a movie review is positive or negative.
5. Topic modeling using Latent Dirichlet Allocation
6. Feature Engineering
7. Dealing with corpora and WordNet
8. Dealing With your Vocabulary for any NLP and ML model
**TIPS (for getting through the course):**
- Take handwritten notes. This will drastically increase your ability to retain the information.
- Ask lots of questions on the discussion board. The more the better!
- Realize that most exercises will take you days or weeks to complete.
- Write code yourself, don’t just sit there and look at my code.
You don't know anything about NLP? let's break it down!
I am always available to answer your questions and help you along your data science journey. See you in class!
NOTICE that This course will be modified and I will add new content and new concepts from one time to another, so stay informed! :)