From e2115ba98b4fb0b660c28b632d3ccf8aa6701d7c Mon Sep 17 00:00:00 2001 From: douglasArantes Date: Mon, 29 Feb 2016 00:12:31 -0400 Subject: [PATCH 1/4] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 548d7e6..402225a 100644 --- a/README.md +++ b/README.md @@ -416,7 +416,8 @@ A curated list of awesome Java frameworks, libraries and software. ## Machine Learning *Tools that provide specific statistical algorithms which allow learning from data.* - +* [Smile](http://haifengl.github.io/smile/) - Statistical Machine Intelligence and Learning Engine. +Smile is a fast and comprehensive machine learning system. * [Apache Flink](https://flink.apache.org/) - Fast and reliable large-scale data processing engine. * [Apache Hadoop](http://hadoop.apache.org/) - Storage and large-scale processing of data-sets on clusters of commodity hardware. * [Apache Mahout](https://mahout.apache.org/) - Scalable algorithms focused on collaborative filtering, clustering and classification. From a899711f5ac83daf0b9e4ccd8f93eabe6e0cff99 Mon Sep 17 00:00:00 2001 From: douglasArantes Date: Wed, 16 Mar 2016 21:38:28 -0400 Subject: [PATCH 2/4] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 402225a..f741901 100644 --- a/README.md +++ b/README.md @@ -416,8 +416,7 @@ A curated list of awesome Java frameworks, libraries and software. ## Machine Learning *Tools that provide specific statistical algorithms which allow learning from data.* -* [Smile](http://haifengl.github.io/smile/) - Statistical Machine Intelligence and Learning Engine. -Smile is a fast and comprehensive machine learning system. + * [Apache Flink](https://flink.apache.org/) - Fast and reliable large-scale data processing engine. * [Apache Hadoop](http://hadoop.apache.org/) - Storage and large-scale processing of data-sets on clusters of commodity hardware. * [Apache Mahout](https://mahout.apache.org/) - Scalable algorithms focused on collaborative filtering, clustering and classification. @@ -427,6 +426,8 @@ Smile is a fast and comprehensive machine learning system. * [H2O](http://www.h2o.ai/) - Analytics engine for statistics over big data. * [JSAT](https://github.com/EdwardRaff/JSAT) - Algorithms for pre-processing, classification, regression, and clustering with support for multi-threaded execution. * [Oryx 2](https://github.com/OryxProject/oryx) - A framework for building real-time large scale machine learning applications, which also includes end-to-end applications for collaborative filtering, classification, regression, and clustering. +* [Smile](http://haifengl.github.io/smile/) - Statistical Machine Intelligence and Learning Engine. +Smile is a fast and comprehensive machine learning system. * [Weka](http://www.cs.waikato.ac.nz/ml/weka/) - Collection of algorithms for data mining tasks ranging from pre-processing to visualization. ## Messaging From a6b3bf66c4c454dfe5abaeb74ef1171ac4b0e879 Mon Sep 17 00:00:00 2001 From: douglasArantes Date: Thu, 17 Mar 2016 11:12:38 -0400 Subject: [PATCH 3/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f741901..3fd587f 100644 --- a/README.md +++ b/README.md @@ -426,7 +426,7 @@ A curated list of awesome Java frameworks, libraries and software. * [H2O](http://www.h2o.ai/) - Analytics engine for statistics over big data. * [JSAT](https://github.com/EdwardRaff/JSAT) - Algorithms for pre-processing, classification, regression, and clustering with support for multi-threaded execution. * [Oryx 2](https://github.com/OryxProject/oryx) - A framework for building real-time large scale machine learning applications, which also includes end-to-end applications for collaborative filtering, classification, regression, and clustering. -* [Smile](http://haifengl.github.io/smile/) - Statistical Machine Intelligence and Learning Engine. +* [Smile](http://haifengl.github.io/smile/) - Statistical machine intelligence and learning engine. Smile is a fast and comprehensive machine learning system. * [Weka](http://www.cs.waikato.ac.nz/ml/weka/) - Collection of algorithms for data mining tasks ranging from pre-processing to visualization. From 0569ee12ffb7479959d8fcca03160402a4b9c101 Mon Sep 17 00:00:00 2001 From: douglasArantes Date: Sun, 27 Mar 2016 18:19:57 -0400 Subject: [PATCH 4/4] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 3fd587f..2343767 100644 --- a/README.md +++ b/README.md @@ -426,8 +426,7 @@ A curated list of awesome Java frameworks, libraries and software. * [H2O](http://www.h2o.ai/) - Analytics engine for statistics over big data. * [JSAT](https://github.com/EdwardRaff/JSAT) - Algorithms for pre-processing, classification, regression, and clustering with support for multi-threaded execution. * [Oryx 2](https://github.com/OryxProject/oryx) - A framework for building real-time large scale machine learning applications, which also includes end-to-end applications for collaborative filtering, classification, regression, and clustering. -* [Smile](http://haifengl.github.io/smile/) - Statistical machine intelligence and learning engine. -Smile is a fast and comprehensive machine learning system. +* [Smile](http://haifengl.github.io/smile/) - The Statistical Machine Intelligence and Learning Engine provides a set of machine learning algorithms and a visualization library. * [Weka](http://www.cs.waikato.ac.nz/ml/weka/) - Collection of algorithms for data mining tasks ranging from pre-processing to visualization. ## Messaging