blob: 8c553c384914188fbbbe77e32eab7b9ba2e214d8 (
plain) (
tree)
|
|
CTC-Connectionist Temporal Classification
=========================================
-CTC cost is implemented in pure [Theano](https://github.com/Theano/Theano).
-Supports mini-batch.
-Supports both normal- and log-scale.
-"apple" problem (two same consecutive labels) is solved.
-Test file is implemented using [Blocks](https://github.com/bartvm/blocks).
Reference
=========
Graves, Alex, et al. "Connectionist temporal classification: labelling unsegmented sequence data with recurrent neural networks." Proceedings of the 23rd international conference on Machine learning. ACM, 2006.
Credits
=======
Theano implementation of CTC by [Shawn Tan](https://github.com/shawntan/rnn-experiment/)
Theano implementation of CTC by [Rakesh Var](https://github.com/rakeshvar/rnn_ctc)
Special thanks to
=================
[Kyle Kastner](https://github.com/kastnerkyle)
Pascal Lambdin
|