| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Numeric.Sibe
Documentation
Constructors
| Layer | |
Fields
| |
randomLayer :: Seed -> (Int, Int) -> (Double, Double) -> Activation -> Layer Source #
randomNetwork :: Seed -> (Double, Double) -> Int -> [(Int, Activation)] -> (Int, Activation) -> Network Source #
buildNetwork :: Seed -> (Double, Double) -> Int -> [(Int, Int, Activation)] -> (Int, Int, Activation) -> Network Source #
loadNetwork :: [Activation] -> String -> IO Network Source #
crossEntropy :: Session -> Double Source #
Constructors
| Session | |
ignoreBiases :: Session -> Session Source #