BayesianRNN_pytorch icon indicating copy to clipboard operation
BayesianRNN_pytorch copied to clipboard

pytorch implementation of "A Theoretically Grounded Application of Dropout in Recurrent Neural Networks" LSTM(https://arxiv.org/abs/1512.05287)

trafficstars

bayesianLSTM_pytorch

pytorch implementation of bayesian LSTM

Extension of pytorch implementation of RECURRENT NEURAL NETWORK REGULARIZATION.
Many codes are from repository above.

Many of hyperparameters are from the repository of the author of the paper (Yarin Gal).