Merge pull request #507 from inejc/doddle-model

Add doddle-model general purpose ML library in Scala
This commit is contained in:
Joseph Misiti 2018-06-04 13:07:42 +02:00 committed by GitHub
commit f66777397c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1337,6 +1337,7 @@ be
* [Saul](https://github.com/IllinoisCogComp/saul/) - Flexible Declarative Learning-Based Programming.
* [SwiftLearner](https://github.com/valdanylchuk/swiftlearner/) - Simply written algorithms to help study ML or write your own implementations.
* [Smile](http://haifengl.github.io/smile/) - Statistical Machine Intelligence and Learning Engine.
* [doddle-model](https://github.com/picnicml/doddle-model) - An in-memory machine learning library built on top of Breeze. It provides immutable objects and exposes its functionality through a scikit-learn-like API.
<a name="swift"></a>
## Swift