deeplearning-hs-0.1.0.2: Deep Learning in Haskell

PortabilityPOSIX
Stabilityexperimental
Maintainerandrew+cabal@tullo.ch
Safe HaskellNone

DeepLearning.Util

Description

 

Synopsis

Documentation

testShape :: (Z :. Int) :. IntSource

Sample 3x3 matrix used for demonstrations and tests

testInput :: Shape sh => sh -> Array U sh DoubleSource

Random 3x3 matrix

testNet :: (Monad m, Shape sh) => sh -> Int -> Forward m sh DIM1Source

Random single-layer network