Does anyone know a good Java machine learning library I can use for a commercial product?
Weka and Rapidminer unfortunately do not allow this. I already found Apache Mahout and Java Data Mininng Package. Has anyone experience with them and provide some decision support?
The task calls for clustering and classification algorithms.
Encog
It is licensed under Apache, so you can use it in your commecrial projects as you see fit. It's the best performing & most easy to use out of all Java AI libs I've ever seen in my experience.
It somewhat depends on which algorithm you'd like to use, but if decision tree is all you need (I have seen papers that claim that "decision tree is the only machine learning algorithm one ever needs", LOL), C5.0 is an improved version of C4.5 that is only available commercially from the author's own company. (Yes, I know the website looks like it hasn't been touched since 1995, but they are still in business, LOL...)
It also looks like LIBSVM is available for commercial use, and LIBSVM is probably the first- or second-most widely used Support Vector Machine implementation (versus SVMlight). Oracle also includes SVM classification which can be used commercially provided you have the right license with them. SVM is, in most cases, far superior to decision tree, but sometimes using SVM for classification is like using a wrecking ball to kill a fly. I've seen papers that support this as well LOL.
So yeah let me know if you'd like to see any of those papers. :)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With