Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface LSTMState

States of the LSTM Cell

Long-Short Term Memory: ftp://ftp.idsia.ch/pub/juergen/lstm.pdf

property

c: memory "cell" of the LSTM.

property

h: hidden state (also the output) of the LSTM.

Hierarchy

  • LSTMState

Index

Properties

Properties

c

c: Float32Array

h

h: Float32Array

Generated using TypeDoc