mxLSTMsetup: mxLSTMsetup

Description Usage Arguments Value

Description

initialize the weights and input matrices with random number to create an executable model

Usage

1
2
mxLSTMsetup(model, num.features, num.outputs, num.hidden, optimizeFullSequence,
  seq.length, batch.size, initializer, initialModel = NULL, gammaInit)

Arguments

model

mxSymbol as returned by mxLSTMcreate

num.features

number of input features.

num.outputs

number of target variables

num.hidden

see mxLSTM

optimizeFullSequence

see mxLSTM

seq.length

see mxLSTM

batch.size

see mxLSTM

initializer

see mxLSTM

initialModel

see mxLSTM

gammaInit

see mxLSTM

Value

MXExecutor


MarkusBonsch/mxLSTM documentation built on May 28, 2019, 6:40 a.m.