Deep learning with EEG
Project description
dpeeg
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.
Each module in dpeeg is decoupled as much as possible to facilitate the use of separate modules.
Usage
Installation dependencies are not written yet, please install as follows:
- Create a new virtual environment named "dpeeg" with python3.10 using Anaconda3 and activate it:
conda create --name dpeeg python=3.10
conda activate dpeeg
- Install environment dependencies
conda install pytorch pytorch-cuda=11.8 -c pytorch -c nvidia
conda install -c anaconda ipython ipykernel pandas scikit-learn
conda install -c conda-forge torchinfo mne-base tensorboard torchmetrics seaborn
pip install moabb==0.5.0
pip install dpeeg
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
dpeeg-0.3.6.tar.gz
(48.7 kB
view hashes)
Built Distribution
dpeeg-0.3.6-py3-none-any.whl
(59.5 kB
view hashes)