Text Classification
Section outline
-
Text classification is a machine learning technique that assigns a set of predefined categories to open-ended text. Text classifiers can be used to organize, structure, and categorize pretty much any kind of text.
Learning Outcomes:
- Explain the task of Text Classification.
- Explain text classification using Naive Bayes classifier.
- Explain the concept of smoothing in Naive Bayes classifier.