Skip to content

Releases: jdiedrichsen/pcm_toolbox

Model families, component inference, and individual crossvalidation

27 Apr 14:43
Compare
Choose a tag to compare

We added the construction of model families and component inference using model averaging.
The first version of within-subject crossvalidation is also provided, but using only standard encoding-model evaluation criteria (R and R^2).

Optimisation stability, Component models

23 Jan 13:08
Compare
Choose a tag to compare
  • increased stability of NR optimization
  • inference on pattern components in model families

Newton-Raphson optimisation

02 Oct 19:42
Compare
Choose a tag to compare

Changed from conjugate gradients to Newton-Raphson for small to medium scale problems.

Initial release of full toolbox

26 Jun 03:55
Compare
Choose a tag to compare

Initial release for OHBM2017.
The recipes and basic methods should be fully functional.
Optimization of models is purely achieved by gradient descent (pcm_minimize).
The next version will use faster algorithms adaptively whenever possible.