iassael / torch-bnlstm

Batch-Normalized LSTM (Recurrent Batch Normalization) implementation in Torch.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Comparison with Bayesian LSTMs

jnhwkim opened this issue · comments

Yarin Gal (2016, http://arxiv.org/abs/1512.0528) successfully reported a new way of Dropout on RNN, aka. Bayesian RNN. Can you compare BN-LSTM with Bayesian LSTM?