Comment on Show HN: LambdaNet – A functional neural network library written in HaskellparentComments−jbarrowOP11yIt's reasonably fast, as it uses HMatrix for linear algebra -- HMatrix relies on BLAS rather than native Haskell for all the matrix and vector math.
Comments
It's reasonably fast, as it uses HMatrix for linear algebra -- HMatrix relies on BLAS rather than native Haskell for all the matrix and vector math.