Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lacerbi/bamb2022-model-fitting

Tutorials on statistical model fitting (optimization, Bayesian inference) for Day 2 of BAMB! 2022.
https://github.com/lacerbi/bamb2022-model-fitting

Last synced: 23 days ago
JSON representation

Tutorials on statistical model fitting (optimization, Bayesian inference) for Day 2 of BAMB! 2022.

Awesome Lists containing this project

README

        

# Introduction to Optimization and Bayesian Inference for Model Fitting

![bamb-logo](https://github.com/lacerbi/bamb2022-model-fitting/blob/main/figs/bamb-logo.png?raw=true)

Tutorials on statistical model fitting (optimization and Bayesian inference) for Day 2 of the [BAMB! 2022 summer school](https://www.bambschool.org/) for advanced modeling of behavior. The provided tutorials are in MATLAB, but the content is language-independent.

**Lecturer:** [Luigi Acerbi](https://www.helsinki.fi/en/researchgroups/machine-and-human-intelligence), [@AcerbiLuigi](https://twitter.com/AcerbiLuigi) (University of Helsinki).

- To run the tutorials, download / clone the repository locally.
- Ensure that the BADS and VBMC toolboxes are installed (see below).
- **Introduction to Optimization for Statistical Model fitting:** [slides](acerbi-optimization-BAMB-sep2022.pdf), [code](bamb2022_optimization_tutorial.m).
- **Introduction to Bayesian Inference for Statistical Model fitting:** [slides](acerbi-bayes-BAMB-sep2022.pdf), [code](bamb2022_bayes_tutorial.m).
- **Visualization of optimization algorithms:** https://github.com/lacerbi/optimviz

### Toolboxes for model fitting

The tutorials use the following open-source MATLAB toolboxes. You will need to install them from here:
- *Bayesian Adaptive Direct Search* (BADS) optimization algorithm: https://github.com/lacerbi/bads
- *Variational Bayesian Monte Carlo* (VBMC) inference algorithm: https://github.com/lacerbi/vbmc

### License

Unless stated otherwise, the material in this repo is released under the [MIT License](LICENSE).