tensor-safe-0.1.0.0: Create valid deep neural network architectures
TensorSafe.Layers.Dropout
Description
This module declares the Dropout layer data type.
data Dropout :: Nat -> Nat -> Type Source #
A Dropout layer with rate and seed arguments
Defined in TensorSafe.Layers.Dropout
Methods
showsPrec :: Int -> Dropout a b -> ShowS #
show :: Dropout a b -> String #
showList :: [Dropout a b] -> ShowS #
layer :: Dropout rate seed Source #
compile :: Dropout rate seed -> InputShape -> CNetwork Source #