Added some popular open source tool-kits (#28607)

This commit is contained in:
Nayan Chawla
2019-01-06 10:53:14 -06:00
committed by Christopher McCormack
parent e118a89d54
commit b2d89c4097

View File

@ -50,3 +50,8 @@ The field of NLP is huge. If you have read this far and have implemented the abo
* [Natural Language Processing](https://en.wikipedia.org/wiki/Natural_language_processing/)
* [LSTM networks](http://colah.github.io/posts/2015-08-Understanding-LSTMs/)
* [Attention](https://distill.pub/2016/augmented-rnns/)
#### Some popular Open Source Tool-kits
* [CMUSphinx](https://cmusphinx.github.io/)
* [Kaldi](https://github.com/kaldi-asr/kaldi)
* [DeepSpeech](https://github.com/mozilla/DeepSpeech)