Fork me on GitHub
#data-science
<
2019-07-12
>
otfrom11:07:25

I'm trying to remember the name of a Java stats and machine learning library that isn't weka or deeplearning4j. Can anyone read my bad memory?

genmeblog13:07:30

@otfrom SMILE? Apache Commons Math?

otfrom13:07:57

SMILE! ❤️ @tsulej

👍 4
😸 4
genmeblog13:07:38

Just curious, what do you need from smile?

otfrom14:07:52

I was wondering if it had maximum likelihood estimation, but it has lots of stuff in general and is just an interop call away

genmeblog21:07:04

As far as I know it SMILE doesn't have MLE. I've just walked through MLE implementation in R and it uses optimization or analytical solutions for given distribution. See fitdistr.R in a MASS package. I think it wouldn't be hard to reimplement some subset of this function in Clojure.