Question: By using single layer perceptron algorithm classify the following patterns. Where X 1 and X 2 are inputs Y is the output. Learning rate is
By using single layer perceptron algorithm classify the following patterns. Where X1 and X2 are inputs Y is the output. Learning rate is 0.5 , output is 1 if weighted sum >=0.5 otherwise 0 and weights w1 =0.3 and w2 = 0.7 [4]
| X1 | X2 | Y |
| 0 | 0 | 0 |
| 0 | 1 | 1 |
| 1 | 0 | 1 |
| 1 | 1 | 1 |
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
