lmjohns3 / theanets

Neural network toolkit for Python
http://theanets.rtfd.org
MIT License
328 stars 74 forks source link

add "bayesian rnn" implementation #120

Open lmjohns3 opened 8 years ago

lmjohns3 commented 8 years ago

http://arxiv.org/pdf/1512.05287v1.pdf

Yarin Gal has a paper describing an LSTM that uses a "fixed" dropout mask to remove LSTM cells. It would be cool to have an implementation of this in theanets.

alvations commented 8 years ago

+1