March 2021
Beginner to intermediate
284 pages
5h
English
In this chapter, we will be classifying texts using different methods. After reading this chapter, you will be able to preprocess and classify texts using keywords, unsupervised clustering, and two supervised algorithms: support vector machines (SVMs) and long short-term memory neural networks (LSTMs).
Here is the list of recipes in this chapter:
The code for this chapter is located in a folder named Chapter04 in the GitHub ...
Read now
Unlock full access