After calculating, h came out to be :
[[-2., -2., -2., -2.],
[-3., -1., -3., -1.],
[-3., -3., -1., -1.],
[-4., -2., -2., -0.]]
and y = [1, 0, 0, 1]
Now, will these be the input for a LINEAR CLASSIFIER ( such as Logistic Regression ) ?
I trained this using Logistic Regression and Weights and Biases came out to be 0.
But, the answer is incorrect. What to do and how to proceed ?
.