Does anyone know why I am receiving this error?
I found the issue - not using the correct sigmoid formula
{moderator edit - solution code removed}
I was literally taking np.exp(x) for sigmoid - which was the issue.
Great! Glad to hear that you found the issue under your own power. That was going to be my guess, since your sigmoid(1) value came out to be e.
Yup! Getting the right formula is really important. Especially when you get through the rest of the course.
Thanks, Paul, for the acknowledgment!
Thanks Phuc! Appreciate your feedback. I look forward to receiving your guidance.
It is not the same for me here . because i typed the correct sigmoid function and i am still getting the error messages
{moderator edit - solution code removed}
Sorry, but that is not the correct implementation of sigmoid
. Please look at the math formula again and compare that to the code you wrote.
Thank you