Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 510 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 510 Bytes

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.