Update README.md

Added reference to MLDB
This commit is contained in:
François Maillet 2016-08-22 14:21:11 -04:00 committed by GitHub
parent 90a046ec20
commit 7c53482733

View File

@ -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.
<a name="cpp-nlp" />
#### Natural Language Processing