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
Write an algorithm to backpropagate errors from different activation functions
the main challenge is to consider the importance (wheight) of each derivative.
that means find the second order derivatives of each activation function.
Write an algorithm to backpropagate errors from different activation functions
the main challenge is to consider the importance (wheight) of each derivative.
that means find the second order derivatives of each activation function.