core-matrix

intended for specific discussion around core.matrix (usage and development) For general data work check out #data-science
2015-07-30T01:18:44.000026Z

@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

2015-07-30T06:01:11.000027Z

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

2015-07-30T06:01:42.000029Z

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

mjs2600 2015-07-30T22:07:26.000030Z

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