KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
dpeeg
★ 27
Open GitHub ↗
Deep Learning with EEG.
Download README (.md)
Explore Similar Repositories
protondb-community-api
:
Community API for protondb.com
LIFE_LEARNERS
:
No description available.
AkariLevel
:
基于 TabooLib 框架开发的 Bukkit 等级插件
next-testing-intro
:
No description available.
LogiCity
:
LogiCity@NeurIPS'24, D&B track. A multi-agent inductive learning environment for "abstractions".
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
dpeeg
?
Download (.md)
 [](https://pypi.org/project/dpeeg/) [](https://doi.org/10.5281/zenodo.13989420) [](https://dpeeg.readthedocs.io/stable/?badge=stable) [](https://opensource.org/licenses/MIT) [](https://github.com/psf/black) **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. # Installation 1. Create a new virtual environment named "dpeeg" with [Python](https://www.python.org/) >= 3.10 using Anaconda3 and activate it: ```Shell conda create --name dpeeg python conda activate dpeeg ``` 2. dpeeg depends on [Pytorch](https://pytorch.org/). Please refer to the corresponding official website for installation. 3. Complete the installation via `pip`: ```Shell pip install dpeeg ``` # How to cite If you would like to cite dpeeg you can do so using our [Zenodo deposit](https://zenodo.org/records/13989420).