From 7c53482733828946abde8c755666cb09c8a7ee48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Maillet?= Date: Mon, 22 Aug 2016 14:21:11 -0400 Subject: [PATCH] Update README.md Added reference to MLDB --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 859116d..306feff 100644 --- a/README.md +++ b/README.md @@ -174,6 +174,7 @@ For a list of free machine learning books available for download, go [here](http * [Fido](https://github.com/FidoProject/Fido) - A highly-modular C++ machine learning library for embedded electronics and robotics. * [DSSTNE](https://github.com/amznlabs/amazon-dsstne) - A software library created by Amazon for training and deploying deep neural networks using GPUs which emphasizes speed and scale over experimental flexibility. * [Intel(R) DAAL](https://github.com/01org/daal) - A high performance software library developed by Intel and optimized for Intel's architectures. Library provides algorithmic building blocks for all stages of data analytics and allows to process data in batch, online and distributed modes. +* [MLDB](http://mldb.ai) - The Machine Learning Database is a database designed for machine learning. Send it commands over a RESTful API to store data, explore it using SQL, then train machine learning models and expose them as APIs. #### Natural Language Processing