nn {mlr3torch} | R Documentation |
Create a Neural Network Layer
Description
Retrieve a neural network layer from the
mlr_pipeops
dictionary.
Usage
nn(.key, ...)
Arguments
.key |
( |
... |
(any) |
Examples
po1 = po("nn_linear", id = "linear")
# is the same as:
po2 = nn("linear")
[Package mlr3torch version 0.1.2 Index]