Description Usage Arguments Value
calculate errors in neural network for derivatives. Errors are derivatives of the cost function with regards to the z (XW+b).
1 |
nn |
neural network object. |
acti |
list of matrices of activations (from activations function). |
inputs |
matrix of observations with every input. |
target |
matrix of observations with every real target. |
Loss_fun |
logical : if the function to maximize/minimize is a Loss function. if FALSE, it is considered to be a linear target. |
policy_linear_output |
logical : if the policy output in DDPG is linear. |
list of matrices of errors for derivatives.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.