X = [5,1,0,0.53]
W = [0.8, 1, 0.4, 0.8]
b = 7
by X*W + b we got = 12.4200
sigmoid(12.4200) => 1 so answer should be Yes. But it is showing NO
X = [5,1,0,0.53]
W = [0.8, 1, 0.4, 0.8]
b = 7
by X*W + b we got = 12.4200
sigmoid(12.4200) => 1 so answer should be Yes. But it is showing NO
Hello @mohituniyal2010,
This question is kinda ambiguous, as its not mentioned that whether the model predicts the probability of the movie to be watched or it not be watched. Means, if model predicts 1 whether it means the movie will be watched or will not be watched.
I will pass on a request to change it accordingly. Then you can resubmit.
Thanks for pointing it out.
Happy Learning
but if nothing is mentioned, we generally take probability for positive class.
Anyway, thanks for your response
Rightly said, but since the answer that way isnt correct, we can only think of such an explanation. Although I have reported it to the team.
Thanks