Since the function perceptron represents is
y= | z>=threshold 1 |
| z< threshold 0|
If this is the case and the function is x1.x2.x3’.x4’
and x2 inputs x3 and x4 are inverted
then the output must be high for input [1 1 0 0]
and the X3 and X4 be inverted to give [1 1 1 1] whose sum must be 4 otherwise the function must be zero. If my reasoning is correct then 4 should be the answer . please explain
