so we got this for our lab, I just need help understanding number 2. When it say generate data in 2D plane is it telling us to only generate input with just 2 characteristics(X and Y co-ord)? Or can can the Input be of N characteristics (X,Y,Z,etc) but somehow we would display that on a 2D plane?
I am new to Machine Learning and I get PLA in theory we are given an X input with N amount of characteristics and their output (+1 or -1) and reverse engineer to find the perfect weight vector that separates the +1 and -1 perfectly, correct me if my understanding is wrong.
So far my way of approaching this is to generate N random inputs with only two characteristics (X and Y coord) and then distinguish them with a function so which is +1 and -1 and then use PLA to find the weight vector. But I am just not sure on the part if I am to generate input with only 2 characteristics or can be any number?
