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
Since the derivative of the cost function is actually 2 * error, training speed can be increased by doubling the learningRate or multiplying the gradients by two.
The text was updated successfully, but these errors were encountered:
Since the derivative of the cost function is actually
2 * error
, training speed can be increased by doubling the learningRate or multiplying the gradients by two.The text was updated successfully, but these errors were encountered: