Closed zer0n closed 6 years ago
Here is also the GitHub of the paper author: https://github.com/yaringal
I think this code relevant for implementing MC dropout. It builds a keras layer to handle the issue: https://github.com/yaringal/ConcreteDropout The corresponding paper is: https://arxiv.org/abs/1705.07832
Original Paper
Follow-up paper for RNN