Hacker News new | ask | show | jobs
by RandyRanderson 3364 days ago
I've already sunk an hour or two into dlj4 and both times I tried it there were install issues. Maybe it's better now but I'm cutting my losses at this point.

Also intellij is 50% of Java developers but likely a much smaller % if you remove the users just using it to dev on Android.

Maybe if I stop being so lazy i'll package my ML lib up.

Anyhow if there are ppl out there looking for a good Java ML lib here are the ones I use:

* Neural Net general lib - Encog

* NLP - StanfordNLP

2 comments

Hmm - I would recommend our gitter channel: https://gitter.im/deeplearning4j/deeplearning4j

I'm not sure what "install issues" you'd have. Maven is all you need to know.

We're not any different than any other java library out there. There's nothing to "install". It's a library you use via maven/gradle/sbt just like anything else. Rather than commenting on hacker news about this (where most of my devs won't see it) file an issue and say what you had trouble with.

Considering the baseline in deep learning is usually "Install from source here's your c compiler" it's not going to be nearly as bad.

could you define "dl4j install issues"?

All you have to do is setup maven/gradle/sbt project (which majority of JVM based projects of this decade do), and add dl4j dependencies to it! Why so hard?