This repository is showing how to leverage Bayesian deep learning (in this case, LSTM) to do the one next-step time-series prediction with quantifying epistemic uncertainty and aleatoric uncertainty simultaneously.
The data used here is modified from the sunspot dataset: https://www.kaggle.com/robervalt/sunspots/data#
For further reference of Bayesian Deep Learning, please refer to these great papers:
(1). http://proceedings.mlr.press/v48/gal16.html
(2). https://nips.cc/Conferences/2016/Schedule?showEvent=7250
The TensorFlow version is 1.14.0.
I wish this example can be helpful. All rights reserved.