rakeshvar / rnn_ctc

Recurrent Neural Network and Long Short Term Memory (LSTM) with Connectionist Temporal Classification implemented in Theano. Includes a Toy training example.
Apache License 2.0
220 stars 80 forks source link

Momentum based SGD #6

Closed rakeshvar closed 8 years ago

rakeshvar commented 8 years ago

May help train on longer sequences.