A Linear Separation

Posted on Mon 18 September 2017 in posts • Tagged with python, perceptron, cvxopt • 15 min read

This post deals with the very basic problem of linear separability, using some of the simplest tools available in the Python ecosystem. We'll look at how to decide if two classes can be discriminated by a linear classifier, and how to find a separating linear boundary.