mirror of
https://github.com/josephmisiti/awesome-machine-learning.git
synced 2025-01-08 10:26:33 +03:00
Merge pull request #230 from hslatman/hs_warp_ctc
Warp-CTC by Baidu added
This commit is contained in:
commit
206d3cc6d7
@ -135,6 +135,7 @@ For a list of free machine learning books available for download, go [here](http
|
||||
* [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.
|
||||
* [igraph](http://igraph.org/c/) - General purpose graph library
|
||||
* [Warp-CTC](https://github.com/baidu-research/warp-ctc) - A fast parallel implementation of Connectionist Temporal Classification (CTC), on both CPU and GPU.
|
||||
|
||||
<a name="cpp-nlp" />
|
||||
#### Natural Language Processing
|
||||
|
Loading…
Reference in New Issue
Block a user