KamalakerDadi

Results 5 comments of KamalakerDadi

Basically need some clarification on this: There is a file `test_eeglab_infomax.py` which needs to be ported. This file is specifically to test with scikit-learn results to compare with EEGLAB matlab...

After discussions with Denis, I am taking over this idea to port MNE-Python files to Scikit Learn. Links: Main codebase: https://github.com/mne-tools/mne-python/blob/master/mne/preprocessing/infomax_.py Tests: https://github.com/mne-tools/mne-python/blob/master/mne/preprocessing/tests/test_infomax.py Work goes like this: - I will...

@dengemann Do you think we need to change `l_rate` and to be prefixed to `l_rate=0.001` ? Current design: ``` python l_rate = 0.01 / math.log(n_features ** 2.0) ``` This has...

plot_prob_atlas displays all maps on a background image. does this reports also the timeseries extracted per map and subject? That would be interesting.