Consider the data points (x1=[11],x2=[1−1],x3=[−11],x4=[−1−1]).
Of these, the points (x1,x2 and x3) belong to positive (1) class and the point x4 belongs to negative (0) class. The perceptron uses the following decision rule
y^={1,0,if wTx≥0wTx<0
Based on the above data, answer the given subquestions.
Suppose that the decision boundary passes through the origin and through the point D=[0.51]. The weight vector is initialized to w=[w0w1] with w0=−1. What is the value of w1?