Chapter 10. The Perceptron
In previous chapters, we discussed linear models such as multiple linear regression and logistic regression. In this chapter, we will introduce another linear model for binary classification tasks called the perceptron. While the perceptron is seldom used today, understanding it and its limitations is important in order to understand the models that we will discuss in the following chapters.