| forward_mlp | R Documentation |
Computes hidden-layer activations and output predictions.
forward_mlp(params, X, input_dim, hidden_dim, output_dim)
params |
Numeric parameter vector. |
X |
Input matrix. |
input_dim |
Number of input variables. |
|
Number of hidden neurons. | |
output_dim |
Number of output neurons. |
A list containing hidden activations and predictions.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.