Skip to content

Code to construct Fisher Kernels from HMMs obtained from the HMM-MAR toolbox to predict phenotypes from models of brain dynamics.

License

Notifications You must be signed in to change notification settings

ahrends/FisherKernel

Repository files navigation

Fisher Kernel

Code to construct Fisher Kernels from HMMs obtained from the HMM-MAR toolbox (https://github.com/OHBA-analysis/HMM-MAR) to predict phenotypes from models of brain dynamics.

See FisherKernel_example.m for examples. Script includes examples for Gaussian HMM and TDE-HMM, using the Fisher kernel in a SVM and in kernel ridge regression.

NOTE: Latest versions of functions are included in HMM-MAR toolbox.

List of functions:

./main contains main functions for Fisher Kernel: hmm_kernel.m constructs a kernel (e.g. Fisher kernel) and the corresponding feature matrix from an HMM, hmm_gradient.m only computes the feature matrix (e.g. Fisher score/gradient).

./utils contains helper functions, namely hmmdual_FK.m for dual estimation to work for Fisher kernel construction (within hmm_gradient.m and hmm_kernel.m) and transform_dataHMM.m which can be used to check the embedding used in the HMM and the features or kernel

./prediction contains functions for prediction models that use the Fisher kernel, for now predictPhenotype_kernels.m and krr_predict_FK.m, both run kernel ridge regression using the Fisher kernel. cvfolds_FK.m is used for cross validation in krr_predict_FK.m and predictPhenotype_kernels.m. predictPhenotype_kernels.m works with deconfounding

Reference: Ahrends & Vidaurre (2023) Predicting individual traits from models of brain dynamics accurately and reliably using the Fisher kernel. biorxiv. doi: https://doi.org/10.1101/2023.03.02.530638

About

Code to construct Fisher Kernels from HMMs obtained from the HMM-MAR toolbox to predict phenotypes from models of brain dynamics.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages