If we consider a single neuron without an activation function, the analysis of it can be formulated in terms of signal processing, viewing the neuron as a linear system. Refer to the adaptative filtering of the signal processing reference for more insight on this.
With a Hard limitter activation function, the perceptron can be view as two decision regions separated by the hyperplane.
 |
(1) |
 |
(2) |
In this case
. When
pattern belongs to class 0
, when
, pattern belongs to class 1
.
- The perceptron can classify the input vectors correctly if and only if the input vectors are linearly separable.
- A weight vector that does the classification correctly is found after a finite number of iterations
Subsections
Pedro Larroy
2005-04-29