July 2017
Beginner to intermediate
715 pages
17h 3m
English
Text Classification is a problem where given a collection of texts and labels, it trains a model that can predict these labels for new unseen text. So the settings here are usual for supervised learning, except that now we have text data.
There are many possible classification problems, as follows:
The general workflow for text classification is similar in almost all cases:
As we know that if we vectorize ...
Read now
Unlock full access