notebook.community
Edit and run
Linear Classifier
Boundary: $x_1 + x_2 = 10$ Positive class: $x_1+x_2 > 10$ Negative class: $x_1+x_2 < 10$
Linear Model: $f(x) = x_1 + x_2 - 10$
Predicted class: $\hat{y} = \brgin{array}{lr}{+&\\-& \end{array}$
In [ ]: