From 89d16c54bc403be7a3fa74d147cd0ada15cbf120 Mon Sep 17 00:00:00 2001 From: Maria Batsou Date: Mon, 13 Jan 2020 20:31:54 +0200 Subject: [PATCH 1/3] Add Synapses as machine learning library Synapses is a lightweight Neural Network library, for js, jvm and .net. https://mrdimosthenis.github.io/Synapses --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bbf850e..9c4e765 100644 --- a/README.md +++ b/README.md @@ -564,6 +564,7 @@ _Tools that provide specific statistical algorithms for learning from data._ - [Oryx 2](https://github.com/OryxProject/oryx) - Framework for building real-time, large-scale machine learning applications. Includes end-to-end applications for collaborative filtering, classification, regression, and clustering. - [Smile](https://haifengl.github.io/smile) - The Statistical Machine Intelligence and Learning Engine provides a set of machine learning algorithms and a visualization library. - [Weka](https://www.cs.waikato.ac.nz/ml/weka) - Collection of algorithms for data mining tasks ranging from pre-processing to visualization. (GPL-3.0-only) +- [Synapses](https://mrdimosthenis.github.io/Synapses) - Lightweight Neural Network library, for js, jvm and .net ### Messaging From 874f61e49bed1f68c87843b9660562a661a0a426 Mon Sep 17 00:00:00 2001 From: Maria Batsou Date: Mon, 13 Jan 2020 20:34:42 +0200 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c4e765..f47dfed 100644 --- a/README.md +++ b/README.md @@ -563,8 +563,8 @@ _Tools that provide specific statistical algorithms for learning from data._ - [JSAT](https://github.com/EdwardRaff/JSAT) - Algorithms for pre-processing, classification, regression, and clustering with support for multi-threaded execution. (GPL-3.0-only) - [Oryx 2](https://github.com/OryxProject/oryx) - Framework for building real-time, large-scale machine learning applications. Includes end-to-end applications for collaborative filtering, classification, regression, and clustering. - [Smile](https://haifengl.github.io/smile) - The Statistical Machine Intelligence and Learning Engine provides a set of machine learning algorithms and a visualization library. +- [Synapses](https://mrdimosthenis.github.io/Synapses) - Lightweight Neural Network library, for js, jvm and .net. - [Weka](https://www.cs.waikato.ac.nz/ml/weka) - Collection of algorithms for data mining tasks ranging from pre-processing to visualization. (GPL-3.0-only) -- [Synapses](https://mrdimosthenis.github.io/Synapses) - Lightweight Neural Network library, for js, jvm and .net ### Messaging From ffcace16e9f357fe5a7ffa69d002318aba61309f Mon Sep 17 00:00:00 2001 From: Andreas Kull Date: Tue, 14 Jan 2020 09:36:02 +0100 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f47dfed..03fd78d 100644 --- a/README.md +++ b/README.md @@ -563,7 +563,7 @@ _Tools that provide specific statistical algorithms for learning from data._ - [JSAT](https://github.com/EdwardRaff/JSAT) - Algorithms for pre-processing, classification, regression, and clustering with support for multi-threaded execution. (GPL-3.0-only) - [Oryx 2](https://github.com/OryxProject/oryx) - Framework for building real-time, large-scale machine learning applications. Includes end-to-end applications for collaborative filtering, classification, regression, and clustering. - [Smile](https://haifengl.github.io/smile) - The Statistical Machine Intelligence and Learning Engine provides a set of machine learning algorithms and a visualization library. -- [Synapses](https://mrdimosthenis.github.io/Synapses) - Lightweight Neural Network library, for js, jvm and .net. +- [Synapses](https://mrdimosthenis.github.io/Synapses) - Lightweight library for neural networks. - [Weka](https://www.cs.waikato.ac.nz/ml/weka) - Collection of algorithms for data mining tasks ranging from pre-processing to visualization. (GPL-3.0-only) ### Messaging