Added CNTK

This commit is contained in:
Herman Slatman 2016-01-26 10:24:33 +01:00
parent 5eab4c68fa
commit 7d9f393ce3

View File

@ -136,6 +136,7 @@ For a list of free machine learning books available for download, go [here](http
* [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. * [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 * [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. * [Warp-CTC](https://github.com/baidu-research/warp-ctc) - A fast parallel implementation of Connectionist Temporal Classification (CTC), on both CPU and GPU.
* [CNTK](https://github.com/Microsoft/CNTK) - The Computational Network Toolkit (CNTK) by Microsoft Research, is a unified deep-learning toolkit that describes neural networks as a series of computational steps via a directed graph.
<a name="cpp-nlp" /> <a name="cpp-nlp" />
#### Natural Language Processing #### Natural Language Processing