Desktop Java
Some Java based AI Frameworks: Encog, JavaML, Weka
While working through I am working through Programming Collection Intelligence I found myself sending a lot of time translating the Python code to java, being typically impatient at my slow progress, I went searching for alternatives.
I found 3:
This is by no means an in-depth investigation, I simply downloaded what the relevant projects had available and quickly compared what was available to me to learn and implement AI related samples / applications.
Encog
Advantages
- You Tube video tutorials
- E-Books available for both Java and .Net
- C# implementation
- Closure wrapper
- Seems active
Disadvantages
- Quite large code base to wrap your head around, this is probably due to the size of the domain we are looking at, but still much more intimidating to start off with vs. the Java ML library.
JavaML
Advantages
- Seems reasonably stable
- Well documented source code
- Well defined simple algorithm implementations
Disadvantages
- Lacks the tutorial support for a AI newbie like myself
Weka
Advantages
Disadvantages
- Could not install Weka 3-7-9 dmg… kept on giving me a “is damaged and can’t be opened error, so left it there, as Sweet Brown says: “Ain’t nobody got time for that”.
So no surprise I went with Encog, and started on their video tutorials….
A couple hours later, first JUnit test understanding, training and testing a Hopfield neural network using the Encog libs.
Reference: Some Java based AI Frameworks: Encog, JavaML, Weka from our JCG partner Brian Du Preez at the Zen in the art of IT blog.
You could try Rapid Miner, it is an open source Java data mining application. I think similar to Weka.