claCase / Heteroskedasticity-DNN

Full Log-Likelihood Heteroskedastic Regression with Deep Neural Networks and Tensorflow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Heteroskedasticity Regression

Full Log-Likelihood Heteroskedastic Regression with Deep Neural Networks and Tensorflow
Install required libraries:

python -m pip install -r requirements.txt

Linear

Deterministic parameters with no epistemic uncertainty

python main.py --epochs 50 --droprate 0.2 --reduction 7 --mean "linear"

alt-text alt-text

Stochastic parameters with epistemic uncertainty

python main.py --epochs 50 --epistemic --droprate 0.2 --reduction 7 --mean "linear"

alt-text alt-text

Non Linear

Deterministic parameters with no epistemic uncertainty

python main.py  --epochs 50 --droprate 0.2 --reduction 7 --mean "cosine"

alt-text alt-text

Stochastic parameters with epistemic uncertainty

python main.py --epochs 50 --epistemic --droprate 0.2 --reduction 7 --mean "cosine"

alt-text alt-text

About

Full Log-Likelihood Heteroskedastic Regression with Deep Neural Networks and Tensorflow


Languages

Language:Python 100.0%