https://github.com/lacerbi/workshop-nyu-2019
Introductory workshop to modeling and model fitting in cognitive and computational neuroscience
https://github.com/lacerbi/workshop-nyu-2019
computational-neuroscience matlab modeling optimization tutorial
Last synced: about 1 year ago
JSON representation
Introductory workshop to modeling and model fitting in cognitive and computational neuroscience
- Host: GitHub
- URL: https://github.com/lacerbi/workshop-nyu-2019
- Owner: lacerbi
- License: mit
- Created: 2019-09-09T13:15:36.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-11-21T19:50:25.000Z (over 6 years ago)
- Last Synced: 2025-04-01T05:11:14.422Z (about 1 year ago)
- Topics: computational-neuroscience, matlab, modeling, optimization, tutorial
- Language: MATLAB
- Homepage: http://luigiacerbi.com/tutorials
- Size: 3.12 MB
- Stars: 15
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Introduction to modeling and model fitting in cognitive and computational neuroscience (2019)
This repository contains materials for an introductory workshop to modeling and model fitting in cognitive and computational neuroscience, part of which I presented at the Center for Neural Science, NYU in September 2019.
This tutorial focuses on model fitting via optimization (i.e., maximum-likelihood and maximum-a-posteriori estimation), and on the Bayesian Adaptive Direct Search (BADS) optimization algorithm (https://github.com/lacerbi/bads).
I gave different versions of this tutorial at many other institutions and summer schools (see [here](http://luigiacerbi.com/tutorials/)).
## Tutorial
The main file for the tutorial is the script [ModelingTutorial.m](https://github.com/lacerbi/model-fitting-workshop/blob/master/ModelingTutorial.m). Slides are available [here](https://github.com/lacerbi/workshop-nyu-2019/blob/master/presentation/acerbi-nyu-tutorial-sep2019.pdf).
To run some of the model-fitting algorithms in the tutorial you need to download and install the following MATLAB toolboxes:
- Bayesian Adaptive Direct Search (BADS): https://github.com/lacerbi/bads
- Variational Bayesian Monte Carlo (VBMC): https://github.com/lacerbi/vbmc
For more info about my work in computational neuroscience and machine learning, follow me on Twitter: https://twitter.com/AcerbiLuigi
**Example: Optimization of Rosenbrock's function with BADS** 
For more visualizations of optimization algorithms at work, see [here](https://github.com/lacerbi/optimviz).
## License
Code and scripts in this repository are released under the terms of the [MIT License](https://github.com/lacerbi/workshop-bristol-2019/blob/master/LICENSE).