Consider the following training set:Dataset
We are interested in finding the plane which divides the input space into two classes. Starting with the weight vector W = [,0,-1,2] apply the perceptron algorithm by going over the points in the following order [n1,p1,p2,p3,p4,p5,p6,p7]. If needed repeat the same order until convergence. After convergence what is the value of the weight vector
[1,1,2,3]
[-1,1,1,2]
[-3,-2,-1,-1]
[-2,-1,-1,1]
