Earlier quoted context omitted.
If I was going to try machine learning, I would code it myself from scratch rather than rely on black boxes.
You wouldn't even get to first base without re-inventing all those wheels, in the meantime your first competitor leveraging open source available libraries and models would plow you into the ground. If you're running a business time to market matters. If you're a hobbyist you can afford to re-invent a wheel to just as a learning experience. Don't ever mix the two, especially not if you're going to ask other people (f…
Some Lesser Known Machine Learning Libraries
51–54 of 54 posts
Re: Some Lesser Known Machine Learning Libraries
#52I wonder if we'll ever be liberated from libraries written using python-like syntax or python in general
Re: Some Lesser Known Machine Learning Libraries
#53What about mlpy, shark, mlpack, shogun, orange, elki, HLearn, etc.? There is very much the list doesn't cover (no offense to the list authors---just, there is a lot out there).
Also probabilistic programming stuff: PyMC, Stan, Dimple, Church. Not sure if these are 'lesser known', PyMC is mentioned often, still much less hype nowadays than neural networks.
There are at least 3 Bayesian books in R using Stan.
Re: Some Lesser Known Machine Learning Libraries
#54Earlier quoted context omitted.
https://deeplearning4j.org/quickstart I agree with you if my aim were to mainly promote new users here - I was more targeting someone who knew what dl4j was already and had maybe used it. I usually don't comment unless someone mentions the library by name. 99.99999% of the people who comment on here are going to likely be more interested in python in which I usually point them at keras. Thanks for the feedback though…
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 o…
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?