QRNN | R Documentation |
Apply a multiple layer Quasi-Recurrent Neural Network (QRNN) to an input sequence.
QRNN(
input_size,
hidden_size,
n_layers = 1,
batch_first = TRUE,
dropout = 0,
bidirectional = FALSE,
save_prev_x = FALSE,
zoneout = 0,
window = NULL,
output_gate = TRUE
)
input_size |
input_size |
hidden_size |
hidden_size |
n_layers |
n_layers |
batch_first |
batch_first |
dropout |
dropout |
bidirectional |
bidirectional |
save_prev_x |
save_prev_x |
zoneout |
zoneout |
window |
window |
output_gate |
output_gate |
None
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.