摘要: perceptron math method perceptron model $f(x)=sign(wx+b)$通过输入的datasets进行二分类的线性模型。 perceptron learning strategy 直观:分类错误的点->数学描述:误分类的点到超平面的距离$-\frac{y_i 阅读全文
posted @ 2020-07-07 13:55 做个认真生活的人 阅读(298) 评论(0) 推荐(0)