Max Planck Cognition Academy
Multivariate pattern analysis (MVPA)
Here’s you MVPA starter kit. We will do this in 2 parts. The first is a demo to really get deep into the concepts and ideas behind MVPA. The second is an exercise for you to get your feet wet. We will go over some common algorithms and pitfalls.
(1) The demo is simple, heavily commented, and requires no real data. You will need
The MVPA demo
A bunch of classification algorithms. First, to do a univariate classification. Then multivariate classification based on correlation, normalized Euclidean distance, and the Mahalanobis distance.
get all at once: zip-file
(2) This exercise is for you to puzzle with. For this, you will need also some example data.
get all at once: zip-file
Inverted encoding model (IEM)
Here we’ll use some real fMRI data from a single subject recorded during a working memory experiment. If you’re interested afterwards, the data we will use here comes from this paper by Rademaker, Chunharas, & Serences (2019).
For now, you will need
The IEM demo
The example data
This IEM function, where I’ve wrapped the whole demo in a user friendly format (for experiments using orientations from 1:180 degree).
get all at once: zip-file