Recap In the last post, we introduced the concept of a perceptron and how it can be used to model a linear classifier. A perceptron takes in n input features, x, and multiplies each by a corresponding weight, w, adds on a bias term and finally applies an activation function to…