Comment on Show HN: LambdaNet – A functional neural network library written in HaskellComments−im3w1l11yLooks very nice! May I ask how fast it is?−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
Looks very nice! May I ask how fast it is?
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.