Maintainer | Ertugrul Soeylemez <es@ertes.de> |
---|
Activation functions.
- data Activation = LogisticAct
- actFunc :: Activation -> Double -> Double
- actDeriv :: Activation -> Double -> Double
Type
actFunc :: Activation -> Double -> DoubleSource
Apply an activation function.
actDeriv :: Activation -> Double -> DoubleSource
Apply the derivative of an activation function.