感知
器的数学模型
感知
器(Perceptron)的数学模型如下:
output
=
{
0
if
∑
j
w
j
x
j
≤
threshold
1
if
∑
j
w
j
x
j
>
threshold