Description Usage Arguments Value
Creates the basic network. consists only of symbols, no binding to values yet.
1 2 3 | mxLSTMcreate(seq.length, num.outputs, num.hidden, optimizeFullSequence,
dropoutLstm = 0, zoneoutLstm = 0, batchNormLstm = FALSE,
batch.size = 128, activation = "relu")
|
seq.length |
see |
num.outputs |
number of final target variables |
num.hidden |
see |
optimizeFullSequence |
see |
dropoutLstm |
see |
zoneoutLstm |
see |
batchNormLstm |
see |
batch.size |
see |
activation |
see |
MXSymbol
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.