We have a training set with 4 data points, as follows : X = (0, 0) => Y = 1 : X = (0, 1) => Y = -1 : X = (1, 0) => Y = -1 : X = (1, 1) => Y = 1. Notice that the data above is not linearly separable, hence the perceptron algorithm will not be able to learn a classifier that gives the correct prediction for all four above data points. Add a 3rd dimension to each of the extra input dimension so that the data becomes linearly separable.
How can we solve this question?
Q8. Dimension Modification 1
I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.
On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.