感知器判别算法1. 判别函数的一般定义
\begin{aligned}
样本特征\ &x = (x_1,x_2,x_3,...,x_d)^{T}\\
线性判别函数\ &\ g(x) \ = \ w_1x_1+w_2x_2+...+w_d
2021-12-28