Skip to content

A python algorithm for non-negative independent component analysis (ICA)

License

Notifications You must be signed in to change notification settings

Marius1311/Non-negative-ICA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Non-negative ICA in Python

A python algorithm for non-negative independent component analysis (ICA) as described by Plumbley, 2003. Non-negative ICA is a matrix decomposition algorithm that given a matrix X finds two matrices A and S such that X = AS, where S is non-negative and describes the ouptut of a set of independent sources.

Check out our tutorial notebook to get started.

About

A python algorithm for non-negative independent component analysis (ICA)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published