Merge pull request #415 from mosdeo/master

add LKYDeepNN
This commit is contained in:
Joseph Misiti 2017-09-02 10:31:28 -04:00 committed by GitHub
commit 7d4c82dae0

View File

@ -187,6 +187,7 @@ For a list of free-to-attend meetups and local events, go [here](https://github.
* [Vowpal Wabbit (VW)](https://github.com/JohnLangford/vowpal_wabbit/wiki) - A fast out-of-core learning system.
* [Warp-CTC](https://github.com/baidu-research/warp-ctc) - A fast parallel implementation of Connectionist Temporal Classification (CTC), on both CPU and GPU.
* [XGBoost](https://github.com/dmlc/xgboost) - A parallelized optimized general purpose gradient boosting library.
* [LKYDeepNN](https://github.com/mosdeo/LKYDeepNN) - A header-only C++11 Neural Network library. Low dependency, native traditional chinese document.
<a name="cpp-nlp"></a>
#### Natural Language Processing