nn | R Documentation |
Retrieve a neural network layer from the
mlr_pipeops
dictionary.
nn(.key, ...)
.key |
( |
... |
(any) |
po1 = po("nn_linear", id = "linear")
# is the same as:
po2 = nn("linear")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.