Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Synapse.NN.Losses
Description
Synopsis
- type LossFn a = SymbolMat a -> SymbolMat a -> SymbolMat a
- newtype Loss a = Loss {}
- mse :: (Symbolic a, Floating a) => LossFn a
- msle :: (Symbolic a, Floating a) => LossFn a
- mae :: (Symbolic a, Floating a) => LossFn a
- mape :: (Symbolic a, Floating a) => LossFn a
- logcosh :: (Symbolic a, Floating a) => LossFn a
LossFn
type alias and Loss
newtype
type LossFn a = SymbolMat a -> SymbolMat a -> SymbolMat a Source #
LossFn
type alias represents functions that are able to provide a reference of what relation between matrices needs to be minimised.