📅 Day 04 — Part 2: NLP Basics¶
Goal: Convert text into features and build a simple text classifier.
| # | Topic | File |
|---|---|---|
| 1 | NLP Overview | 01-nlp-overview.md |
| 2 | Text Preprocessing | 02-text-preprocessing.md |
| 3 | Bag of Words and TF-IDF | 03-bow-tfidf.md |
| 4 | Sentiment Classification | 04-sentiment-classification.md |
| 5 | Transformers Overview | 05-transformers-overview.md |
| 6 | Exercises | 06-exercises.md |
➡️ Start with 01-nlp-overview