Beginner
Learn how text becomes something a model can work with, and build a first classifier over it.
You can build a working text classifier and explain what it is keying on.
- Clean and tokenise text and understand what each step discards
- Represent documents with counts and term weighting
- Train a simple text classifier and inspect which words drove the decision