Merge pull request #814 from MariaBat/master

Add Synapses as machine learning library
This commit is contained in:
Andreas Kull
2020-01-14 09:36:22 +01:00
committed by GitHub

View File

@ -563,6 +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 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