Added Banditlib to C++ - general purpose ML.

This commit is contained in:
jkomiyama 2014-07-31 19:09:06 +09:00
parent fd9f663b06
commit b9d47962b3
1 changed files with 1 additions and 0 deletions

View File

@ -117,6 +117,7 @@ For a list of free machine learning books available for download, go [here](http
* [Caffe](http://caffe.berkeleyvision.org) - A deep learning framework developed with cleanliness, readability, and speed in mind. [DEEP LEARNING]
* [CUDA](https://code.google.com/p/cuda-convnet/) - This is a fast C++/CUDA implementation of convolutional [DEEP LEARNING]
* [Stan](http://mc-stan.org/) - A probabilistic programming language implementing full Bayesian statistical inference with Hamiltonian Monte Carlo sampling
* [BanditLib](https://github.com/jkomiyama/banditlib) - A simple Multi-armed Bandit library.
<a name="cpp-nlp" />
#### Natural Language Processing