14 Text classification
This chapter covers
- An introduction to the field of Natural Language Processing (NLP)
- Preprocessing text input into numeric input
- Building simple text classification models
This chapter will lay the foundation for working with text input that we will build on in the next two chapters of this book. By the end of this chapter, you will be able to build a simple text classifier in a number of different ways. This will set the stage for building more complicated models, like the Transformer, in the next chapter.