Fork me on GitHub
#data-science
<
2019-04-01
>
dbernal13:04:39

If I wanted a tool for doing simple statistics (stdev, mean, etc.) on a data set that's around 200 mb. What Clojure tool do you guys recommend?

genmeblog13:04:43

You can try my fastmath which delegates such things to java backends (Apache Commons Math and Smile)

dbernal14:04:59

ok great, I'll give this a try. Thanks!

gigasquid19:04:53

Another nice article in the series on MXNet made Simple by @chouffe.caillau: Pretrained Models for image classification - Inception and VGG https://arthurcaillau.com/mxnet-made-simple-pretrained-models/

👍 4
dbernal14:04:37

ok great! Will take a look