From 89d16c54bc403be7a3fa74d147cd0ada15cbf120 Mon Sep 17 00:00:00 2001 From: Maria Batsou Date: Mon, 13 Jan 2020 20:31:54 +0200 Subject: [PATCH] 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