alvarouc / ica

Independent component analysis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Independent Component Analysis

Python version of INFOMAX Independent component analysis. Ported from http://sccn.ucsd.edu/~scott/ica.html

Installation

pip install ica

How to use

from ica import ica1
A,S,W = ica1(X, n_components)

Where, ica1 is the infomax ICA in function format. The input X is a numpy array and n_components is the number of components to estimate

See use example in here

Minimum Requirements

Prefered

  • Theano >= 0.7
  • matplotlib >= 1.4.3

About

Independent component analysis

License:GNU General Public License v3.0


Languages

Language:Jupyter Notebook 92.5%Language:Python 7.5%