Fork me on GitHub
#data-science
<
2018-06-28
>
blueberry18:06:29

If you know your way with Python and Numpy, a direct head-to head comparison will be a nice advertisment for Clojure. I simply don't have time to fiddle with Python, but will be delighted to do the Neanderthal part and the writeup!

gigasquid19:06:06

@blueberry I’m not a python person either but maybe a script like this could help? https://gist.github.com/markus-beuckelmann/8bc25531b11158431a5b09a45abd6276

blueberry19:06:13

@gigasquid Maybe we could also check Neanderthal vs MXNet's backend?

blueberry19:06:38

Yes, I could hack away something, but I would like to give Numpy a fair chance.

gigasquid19:06:45

MXNet is all NDArray

blueberry19:06:05

It does the same ops though.

gigasquid19:06:23

oh you mean benchmark

blueberry19:06:15

So, the Numpy part has to be written by someone who actually uses it.

gigasquid19:06:28

I’ll keep that in mind - we don’t have any benchmarks yet for the Clojure MXNet package, but I have it as an item that needs contribution help

blueberry19:06:41

It would be better if the benchmark uses vanilla Java/Scala MXNet via interop, to avoid complaints that MXNet was crippled by Clojure's wrapper.

gigasquid19:06:30

I’ll look around and see if there is some benchmark code especially on the Scala side because I’m interested the difference with the clojure-scala interop

gigasquid19:06:44

There is no pure Java API