|
|
|
|
|
by jimbokun
5806 days ago
|
|
"I've built some large machine learning systems with it and I couldn't be happier." Does Haskell have good matrix libraries? That seems to be at the core of a lot of machine learning tasks, and when I briefly checked a few years back, I didn't see any Haskell native matrix libraries. I think there were LAPACK bindings, maybe. |
|
Last I checked it didn't. But you can FFI bind to any C/Fortran library of your choice(which is what I did).