Model
Unit cell of a recurrent neural network. Prefer using the RNN class instead, which can combine RNNCells in multiple layers.
RNNCell(inputSize, hiddenSize, ?nonlinearity, ?bias, ?checkShapes)
int
Tensor -> Tensor
bool
RNNCell
this.forwardSequence input
Tensor
this.forwardSequenceWithHidden (input, hidden)
this.forwardWithHidden (input, hidden)
this.hiddenSize
this.inputSize
this.newHidden batchSize
© Copyright 2021, DiffSharp Contributors.