Poplar and PopLibs
|
Definitions for LSTM cell operations. More...
Go to the source code of this file.
Enumerations | |
enum | BasicLstmCellUnit |
The units within a basic LSTM cell. More... | |
Definitions for LSTM cell operations.
enum BasicLstmCellUnit |
The units within a basic LSTM cell.
The term unit is used to refer to either a gate, or a cell state vector computation. In general all of these require a weight matrix, a bias and a non-linearity. Typically, a fixed type of non-linearity is associated with each type of unit.