View source: R/WarpKrigingClass.R
| warp_mlp | R Documentation |
Per-variable MLP warping (unconstrained, multi-dim output)
warp_mlp(hidden_dims, d_out = 2, activation = "selu")
|
integer vector of hidden layer sizes | |
d_out |
output dimensionality (default 2) |
activation |
activation: "relu","selu","tanh","sigmoid","elu" |
string e.g. "mlp(16:8,3,selu)"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.