Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 605 Bytes

README.rst

File metadata and controls

33 lines (19 loc) · 605 Bytes

Note: The old braindecode repository has been moved to https://github.com/robintibor/braindevel.

Braindecode

A deep learning for raw time-domain EEG decoding toolbox.

Installation

First, install pytorch from http://pytorch.org/.

Second install newest version of python-mne:

git clone git://github.com/mne-tools/mne-python.git
cd mne-python
python setup.py install

Then, install braindecode via pip:

pip install braindecode

Documentation

Documentation is online under http://braindecode.readthedocs.io/