rnn_ctc icon indicating copy to clipboard operation
rnn_ctc copied to clipboard

Recurrent Neural Network and Long Short Term Memory (LSTM) with Connectionist Temporal Classification implemented in Theano. Includes a Toy training example.

Results 1 rnn_ctc issues
Sort by recently updated
recently updated
newest added

Thanks for posting your code, I played with it to understand LSTM implementation. I just have a quick question regarding saving the models for later use. Right now, when I...