dpeeg provides a complete workflow for deep learning decoding EEG tasks, including basic datasets (datasets can be easily customized), basic network models, model training, rich experiments, and detailed experimental result storage.
- Create a new virtual environment named "dpeeg" with Python >= 3.10 using Anaconda3 and activate it:
conda create --name dpeeg python
conda activate dpeeg
-
dpeeg depends on Pytorch. Please refer to the corresponding official website for installation.
-
Complete the installation via
pip
:
pip install dpeeg
If you would like to cite dpeeg you can do so using our Zenodo deposit.