Skip to content

An implementation of the fastICA algorithm for the cocktail party problem

License

Notifications You must be signed in to change notification settings

hbenbel/FastICA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

██╗ ██████╗ █████╗ 
██║██╔════╝██╔══██╗
██║██║     ███████║
██║██║     ██╔══██║
██║╚██████╗██║  ██║
╚═╝ ╚═════╝╚═╝  ╚═╝
                   
DESCRIPTION
    Separate sounds coming from mixed sources using FastICA algorithm

USAGE
    Open FastICA.ipynb Jupyter Notebook and change dataPath, saveDataPath
    and nComponents variables before running the cell containing the code.

    python src/fastica.py [-h] --dataPath DATAPATH --saveDataPath SAVEDATAPATH
                  --nComponents NCOMPONENTS --max_iter MAXITERATION

CONTRIBUTORS
    Hussem Ben Belgacem