☕
Pinned Loading
-
Automatic Differentiation in 38 line...
Automatic Differentiation in 38 lines of Haskell using Operator Overloading and Dual Numbers. Inspired by conal.net/papers/beautiful-differentiation 1{-# LANGUAGE TypeSynonymInstances #-}
2data Dual d = D Float d deriving Show
3type Float' = Float
45diff :: (Dual Float' -> Dual Float') -> Float -> Float'
-
haskell-mnist
haskell-mnist PublicA handwritten digit classifier neural network trained on the MNIST dataset. Written from scratch in Haskell.
Haskell 2
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.