| mlp_forward_cache | R Documentation |
Internal helper that stores intermediate values needed for backpropagation.
mlp_forward_cache(x, weights, architecture)
x |
Numeric input matrix. |
weights |
Numeric parameter vector. |
architecture |
MLP architecture object. |
A list containing activations, pre-activations, and decoded weights.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.