感知器的数学模型

感知器(Perceptron)的数学模型如下:

output = { 0 if j w j x j threshold 1 if j w j x j > threshold