Deep learning with EEG
Project description
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.
Usage
- 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
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.4.1.tar.gz
(68.9 kB
view hashes)
Built Distribution
dpeeg-0.4.1-py3-none-any.whl
(91.0 kB
view hashes)