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
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