consider the flowing 4 points:
e1: (0 0)
e2: (0 1)
e3: (1 0)
e4: (1 1)
implement the perception algorithm AS GIVEN IN CLASS and answer the following questions:
1. If e1,e2,e3 are class 0 and e4 is class 1,
(a) Does the algorithm converge? (yes or no)
(b) what is the equation (i.e., final weight vector) of the separating surface if applicable?
converges, w= (3,2,-4)
converges w = (2,3,4)
does NOT converge
converges, w = (-2,0,-1)