mirror of
https://github.com/josephmisiti/awesome-machine-learning.git
synced 2024-12-18 15:01:37 +03:00
Merge pull request #221 from viko123/master
Added Microsoft's Distributed machine learning toolkit to the list,
This commit is contained in:
commit
7fc622fa3e
@ -132,6 +132,7 @@ For a list of free machine learning books available for download, go [here](http
|
|||||||
* [Stan](http://mc-stan.org/) - A probabilistic programming language implementing full Bayesian statistical inference with Hamiltonian Monte Carlo sampling
|
* [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.
|
* [BanditLib](https://github.com/jkomiyama/banditlib) - A simple Multi-armed Bandit library.
|
||||||
* [Timbl](http://ilk.uvt.nl/timbl/) - A software package/C++ library implementing several memory-based learning algorithms, among which IB1-IG, an implementation of k-nearest neighbor classification, and IGTree, a decision-tree approximation of IB1-IG. Commonly used for NLP.
|
* [Timbl](http://ilk.uvt.nl/timbl/) - A software package/C++ library implementing several memory-based learning algorithms, among which IB1-IG, an implementation of k-nearest neighbor classification, and IGTree, a decision-tree approximation of IB1-IG. Commonly used for NLP.
|
||||||
|
* [Disrtibuted Machine learning Tool Kit (DMTK)](http://www.dmtk.io/) - A distributed machine learning (parameter server) framework by Microsoft. Enables training models on large data sets across multiple machines. Current tools bundled with it include: LightLDA and Distributed (Multisense) Word Embedding.
|
||||||
|
|
||||||
<a name="cpp-nlp" />
|
<a name="cpp-nlp" />
|
||||||
#### Natural Language Processing
|
#### Natural Language Processing
|
||||||
|
Loading…
Reference in New Issue
Block a user