[][src]Module radiate::models::neat::layers::lstm

Structs

LSTM

LSTM is a long-short term memory cell represented by a collection of Dense layers and two distinct memory vectors which get updated and travel 'through time'

LSTMState

LSTM State is meant to be a 'snapshot' of the outputs for each gate at each time step. The rest of the time-step memories are held in tracers