| activation_derivative | R Documentation |
Internal helper for computing activation derivatives during backpropagation.
activation_derivative(activation, z, a)
activation |
A metANN activation object. |
z |
Pre-activation values. |
a |
Activation values. |
A numeric matrix with the same dimensions as z.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.