In this chapter, we continue our direct dive into solving NLP problems we started in the previous chapter. We continue with our goal to establish a set of baselines for a pair of concrete NLP problems, which we will later be able to use to measure progressive improvements gained from leveraging increasingly sophisticated transfer learning approaches. We complete the exercise that we started in chapter 2, where we introduced a pair of practical problems, preprocessed the corresponding data, and initiated baselining by exploring some generalized linear methods. In particular, we introduced the email spam and the Internet Movie Database (IMDB) movie review classification examples and used logistic regression and a support vector machine (SVM) to baseline them.