Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
Layer | |
|
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 #
ignoreBiases :: Session -> Session Source #