You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I read the script of logistic regression. I think it's just a simple linear regression (Wx+b) combined with softmax and without the operation of 1/(1+exp(-(Wx+b))) cause I don't find sigmoid activation function. Do you think so or have explanation for that?
The text was updated successfully, but these errors were encountered:
I read the script of logistic regression. I think it's just a simple linear regression (Wx+b) combined with softmax and without the operation of 1/(1+exp(-(Wx+b))) cause I don't find sigmoid activation function. Do you think so or have explanation for that?
The text was updated successfully, but these errors were encountered: