Merge pull request #230 from hslatman/hs_warp_ctc

Warp-CTC by Baidu added
This commit is contained in:
Joseph Misiti 2016-01-17 23:27:00 -05:00
commit 206d3cc6d7

View File

@ -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