Natural Language Processing (NLP) with Python

Categories: Python
Wishlist Share
Share Course
Page Link
Share On Social Media

About Course

This course takes you from text preprocessing to building state-of-the-art NLP models. Learn tokenization, embeddings, sentiment analysis, chatbots, and transformers like BERT.

Some Python and ML basics required.

Course Content

Introduction to NLP

  • Lesson 1: What is NLP?
  • Lesson 2: NLP Applications in Real World
  • Lesson 3: Text Cleaning & Preprocessing
  • Lesson 4: Tokenization Techniques
  • Lesson 5: Stemming & Lemmatization
  • Lesson 6: Stopwords Removal
  • Lesson 7: Bag of Words Model
  • Lesson 8: TF-IDF Explained
  • Lesson 9: NLP Libraries (NLTK, SpaCy)
  • Lesson 10: Setting Up NLP Environment

Word Embeddings

Text Classification

Sequence-to-Sequence Models

Transformers in NLP