From ab0fdfdf9a19ae0e0dc708c045ae23f99ab2ce45 Mon Sep 17 00:00:00 2001 From: EdwardRaff Date: Wed, 16 Jul 2014 08:40:24 -0400 Subject: [PATCH] Update README.md adding JSAT to list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 624c9ce..b22e7dd 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,7 @@ If you want to contribute to this list (please do), send me a pull request or co #### General-Purpose Machine Learning +* [JSAT](https://code.google.com/p/java-statistical-analysis-tool/) - Numerous Machine Learning algoirhtms for classification, regresion, and clustering. * [MLlib in Apache Spark](http://spark.apache.org/docs/latest/mllib-guide.html) - Distributed machine learning library in Spark * [Mahout](https://github.com/apache/mahout) - Distributed machine learning * [Stanford Classifier](http://nlp.stanford.edu/software/classifier.shtml) - A classifier is a machine learning tool that will take data items and place them into one of k classes.