| train_mlp_gradient | R Documentation |
Internal gradient-based training engine for MLP regression and classification.
train_mlp_gradient(
x,
y,
architecture,
optimizer,
loss,
seed = NULL,
verbose = TRUE
)
x |
Numeric input matrix. |
y |
Response vector or matrix used for training. |
architecture |
MLP architecture object. |
optimizer |
Gradient-based optimizer object. |
loss |
Loss object. |
seed |
Optional random seed. |
verbose |
Logical. If |
An object compatible with "met_optimize_result".
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.