Question 11
Suppose you perform the perceptron algorithm on the following dataset:
Assume the initial weights
and we pass the data points in the order given in the table. The following rule is used for the classification:
Based on the above data, answer the given subquestions.
After one epoch, your friend claims that the perceptron weights no longer need updating, i.e., the model has converged. Specify whether the statement is true or false.
True
False