Fork me on GitHub
#core-matrix
<
2015-07-30
>
mikera01:07:44

@mjs2600 I may be biased but I think core.matrix is fundamentally better than Numpy in terms of design. And can easily be faster if you use a decent implementation. Not quite all the features yet, but easy enough to add

mikera06:07:11

Hi all I am experimenting with a new native matrix library for Clojure, building on netlib-java. Would appreciate comments / thoughts. https://github.com/mikera/vectorz-native

mikera06:07:42

Basically it is a "plugin" library for vectorz-clj that uses BLAS

mjs260022:07:26

It looks awesome! I'll try it for my RL algorithms. I'll let you know how it goes.