mltool-0.2.0.1: Machine Learning Toolbox

Copyright(c) Alexander Ignatyev 2017-2018.
LicenseBSD-3
Stabilityexperimental
PortabilityPOSIX
Safe HaskellNone
LanguageHaskell2010

MachineLearning.NeuralNetwork.Layer

Description

Neural Network's Layer

Documentation

data Layer Source #

Constructors

Layer 

Fields

data Cache Source #

Constructors

Cache 

Fields

affineBackward :: Matrix R -> Cache -> (Matrix R, Matrix, Matrix R) Source #