LinBnDrop | R Documentation |
Module grouping 'BatchNorm1d', 'Dropout' and 'Linear' layers
LinBnDrop(n_in, n_out, bn = TRUE, p = 0, act = NULL, lin_first = FALSE)
n_in |
input shape |
n_out |
output shape |
bn |
bn |
p |
probability |
act |
activation |
lin_first |
linear first |
None
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.