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
line 63, in sigmoid
a = 1 / (1 + np.exp(-z))
^^^^^^^^^^
TypeError: loop of ufunc does not support argument 0 of type float which has no callable exp method
The text was updated successfully, but these errors were encountered:
line 63, in sigmoid
a = 1 / (1 + np.exp(-z))
^^^^^^^^^^
TypeError: loop of ufunc does not support argument 0 of type float which has no callable exp method
The text was updated successfully, but these errors were encountered: