Java-ML

Articles for the Java Machine Learning Library

Java Machine Learning Library 0.0.7 released

In this release we cleaned some more in the code of SOM and AQBC, we especially removed a lot of redundant variables.

We fixed a bug in the KMeans algorithm that made the algorithm return an empty cluster in some cases. This also affected the variants of KMeans: IterativeKMeans, MultiKMeans and IterativeMultiKMeans.

Java Machine Learning Library 0.0.6 released

This release of the Java Machine Learning API offers several improved algorithms. Besides several improvements we have also added a new algorithm: Self-Organizing Maps (SOM) to the list of clustering algorithms. We have updated the AQBC algorithms with some modifications to avoid situations where the algorithm could not converge. For full details see the changelog

Syndicate content