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
Define classes for each activation function, with a call function and a call_derivative function. Adjust all uses of these activation functions so that this works.
Define classes for each activation function, with a
callfunction and acall_derivativefunction. Adjust all uses of these activation functions so that this works.