So in my lab says make PLA with matlab but im going to use python. I just need help understanding number 2 where it says generate for 2D Plane so does this mean my input X should only have 2 characteristics in order to be 2D plane? for example of an input would be X0 (bias), X1(x-axis) and X2(y-axis)? or am I understanding wrongly?
Right now I am just generating random X inputs (coordinates) and then using a classification function to classify them as +1 or -1 and then I loop through and adjust weights to find the boundary. Just asking if that's what it is asking me to do or my X inputs can be more than just 2 features (x and y coord).
Sorry I am new to machine Learning