tensor-safe-0.1.0.0: Create valid deep neural network architectures
TensorSafe.Layers.LSTM
Description
This module declares the classing LSTM layer data type.
data LSTM :: Nat -> Bool -> Type where Source #
A LSTM layer with a number of units and a option to return the original sequences.
Constructors
Defined in TensorSafe.Layers.LSTM
Methods
showsPrec :: Int -> LSTM a b -> ShowS #
show :: LSTM a b -> String #
showList :: [LSTM a b] -> ShowS #
layer :: LSTM units b Source #
compile :: LSTM units b -> InputShape -> CNetwork Source #