uyaseen / theano-recurrence

Recurrent Neural Networks (RNN, GRU, LSTM) and their Bidirectional versions (BiRNN, BiGRU, BiLSTM) for word & character level language modelling in Theano
MIT License
43 stars 24 forks source link

Minibatch code? #2

Closed Gdls closed 8 years ago

Gdls commented 8 years ago

Hi, uyaseen ! Thanks for your codes. I want to know will you update a copy with minibatch?

uyaseen commented 8 years ago

Hi, actually mini-batch version should not be very difficult to implement, you just have to use dimshuffle(..), currently, I am very busy with my Master Thesis, I can only provide a mini-batch version after I am done with that but it can take a while.

Gdls commented 8 years ago

OK,thank you! I will finish it!