Q. What is the sequence of the following tasks in a perceptron?Initialize weights of perceptron randomlyGo to the next batch of datasetIf the prediction does not match the output, change the weightsFor a sample input, compute an output (Solved)
1. 1, 4, 3, 2
2. 3, 1, 2, 4
3. 4, 3, 2, 1
4. 1, 2, 3, 4
- a. 1, 4, 3, 2