Full Log-Likelihood Heteroskedastic Regression with Deep Neural Networks and Tensorflow
Install required libraries:
python -m pip install -r requirements.txt
python main.py --epochs 50 --droprate 0.2 --reduction 7 --mean "linear"
python main.py --epochs 50 --epistemic --droprate 0.2 --reduction 7 --mean "linear"
python main.py --epochs 50 --droprate 0.2 --reduction 7 --mean "cosine"
python main.py --epochs 50 --epistemic --droprate 0.2 --reduction 7 --mean "cosine"