Torch.NN.Recurrent.Cell.Elman
data ElmanSpec Source #
Constructors
Fields
Defined in Torch.NN.Recurrent.Cell.Elman
Methods
showsPrec :: Int -> ElmanSpec -> ShowS #
show :: ElmanSpec -> String #
showList :: [ElmanSpec] -> ShowS #
(==) :: ElmanSpec -> ElmanSpec -> Bool #
(/=) :: ElmanSpec -> ElmanSpec -> Bool #
sample :: ElmanSpec -> IO ElmanCell Source #
data ElmanCell Source #
Associated Types
from :: ElmanCell -> Rep ElmanCell x #
to :: Rep ElmanCell x -> ElmanCell #
showsPrec :: Int -> ElmanCell -> ShowS #
show :: ElmanCell -> String #
showList :: [ElmanCell] -> ShowS #
flattenParameters :: ElmanCell -> [Parameter] Source #
_replaceParameters :: ElmanCell -> ParamStream ElmanCell Source #
elmanCellForward Source #
Arguments
cell parameters
input
hidden
output