Decision surface of two-input ( and ) perceptron.
- We can view the perceptron as representing a hyperplane
decision surface in n-dimensional space of instances.
- Test: Which weights represent ? which is the
line .
- Notice that example (b) is not linearly separable. It is
an XOR.
- Perceptrons cannot represent XOR, so we will need networks of them.