Skip to content

Unofficial python implementation of Hierarchical Probabilistic Independent Component Analysis (HPICA) from Guo et al. 2013.

Notifications You must be signed in to change notification settings

teekuningas/hpica

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hpica - Hierarchical Probabilistic Independent Component Analysis

What is it?

This is an unofficial python 3 implementation for the model and algorithms introduced in Guo et al. 2013 and Shi et al. 2016. It is designed to properly model between-subject variability when decomposing multi-subject neuroimaging data with ICA.

Getting started

Install the dependencies (numpy, matplotlib, scipy, sklearn, seaborn), download the package and run:

python setup.py install

Examples

To run the example, cd to root directory of the package and run:

python -i -m examples.plot_ica

Acknowledgements

  • Thanks to the authors.

About

Unofficial python implementation of Hierarchical Probabilistic Independent Component Analysis (HPICA) from Guo et al. 2013.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages