Determine whether the two classes are linearly separable (algorithmically in 2D)

前端 未结 9 1956
一向
一向 2020-12-13 11:09

There are two classes, let\'s call them X and O. A number of elements belonging to these classes are spread out in the xy-plane. Here is an example where the two classes are

9条回答
  •  一向
    一向 (楼主)
    2020-12-13 11:13

    Linear perceptron is guaranteed to find such separation if one exists.

    See: http://en.wikipedia.org/wiki/Perceptron .

提交回复
热议问题