sequential_module {crumble} | R Documentation |
Sequential neural network module function factory
Description
Sequential neural network module function factory
Usage
sequential_module(layers = 1, hidden = 20, dropout = 0.1)
Arguments
layers |
[numeric(1)] |
[numeric(1)] | |
dropout |
[numeric(1)] |
Value
A function that returns a sequential neural network module.
Examples
if (torch::torch_is_installed()) sequential_module()
[Package crumble version 0.1.2 Index]