In one of the labs this week, you trained a neural network with a single perceptron, performing forward and backward propagation. That simple structure was enough to solve a “linear” classification problem - finding a straight line in a plane that would serve as a decision boundary to separate two classes.
I know that linear regressor is also called classifier.