Methods for Testing Linear Separability in Python
Two subsets are said to be linearly separable if there exists a hyperplane that separates the elements of each set in a way that all elements of one set resides on the opposite side of the hyperplane from the other set. In 2D plotting, we can depict this through a separation line, and in 3D plotting through a hyperplane. In simple words, the expression above states that H and M are linearly separable if there exists a hyperplane that completely separates the elements of and elements of . In the figure above, (A) shows a linear classification problem and (B) shows a non-linear classification problem. In (A) our decision boundary is a linear one that completely separates the blue dots from the green dots. In this scenario several linear classifiers can be implemented.
Jan-3-2018, 17:33:35 GMT
- Technology: