gitextract_9u650hjr/ ├── .Rapp.history ├── LICENSE ├── README.md ├── _config.yml ├── data/ │ ├── README.md │ ├── boston_housing │ └── covertype.mat ├── matlab/ │ ├── KSD_KL_gradxy.m │ ├── bayeslr_evaluation.m │ ├── demo_bayeslr.m │ ├── dlog_p_lr.m │ └── svgd.m └── python/ ├── bayesian_logistic_regression.py ├── bayesian_nn.py ├── multivariate_normal.py └── svgd.py