View source: R/sequential_module.R
sequential_module | R Documentation |
Sequential neural network module function factory
sequential_module(layers = 1, hidden = 20, dropout = 0.1)
layers |
[numeric(1)] |
[numeric(1)] | |
dropout |
[numeric(1)] |
A function that returns a sequential neural network module.
if (torch::torch_is_installed()) sequential_module()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.