| mlp_mse_fitness | R Documentation |
Computes mean squared error for a single-hidden-layer MLP.
mlp_mse_fitness(params, X, Y, input_dim, hidden_dim, output_dim)
params |
Numeric parameter vector. |
X |
Input matrix. |
Y |
Output matrix. |
input_dim |
Number of input variables. |
|
Number of hidden neurons. | |
output_dim |
Number of output neurons. |
Mean squared error.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.