From 95b637698d90d34e1c29cdbc5199c3e6e1bedbb6 Mon Sep 17 00:00:00 2001 From: Nejc Ilenic Date: Mon, 28 May 2018 19:35:00 +0200 Subject: [PATCH] Add doddle-model general purpose ML library in Scala --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 63fa9fb..8a5819d 100644 --- a/README.md +++ b/README.md @@ -1336,6 +1336,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. ## Swift