tensor-safe-0.1.0.0: Create valid deep neural network architectures
TensorSafe.Layers.Sigmoid
Description
This module declares the Sigmoid activation layer data type.
data Sigmoid Source #
A Sigmoid activation function
Defined in TensorSafe.Layers.Sigmoid
Methods
showsPrec :: Int -> Sigmoid -> ShowS #
show :: Sigmoid -> String #
showList :: [Sigmoid] -> ShowS #
layer :: Sigmoid Source #
compile :: Sigmoid -> InputShape -> CNetwork Source #