Skip to content

Python implementation of Brendel, Romo, & Machens' Demixed Principal Component Analysis

License

Notifications You must be signed in to change notification settings

gentnerlab/demixed-PCA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

demixed-PCA

Python implementation of Brendel, Romo, & Machens' Demixed Principal Component Analysis

Demixed Principal Component Analysis (dPCA) is a new data exploration technique. Just like Principal Component Analysis (PCA), dPCA searches for a subspace that captures a high amount of information about a data set. However, often your data points have labels like time, stimulus presented, reward achieved, etc. In contrast to PCA, that completely ignores these labels, dPCA benefits from the labels and tries to find components that capture variance due to only a small subsets of the labels. Using this representation often greatly facilitates the interpretation of the data.

from http://sourceforge.net/projects/dpca/

About

Python implementation of Brendel, Romo, & Machens' Demixed Principal Component Analysis

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages