Skip to content

intsystems/bci-ml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BCI Lib

Test status Test coverage Build status PyPI

Basic information

Implementation code for BCI models. The source code presented on the github.

All methods were implemented based on pytorch for simple parallelization by using cuda.

All information about this project can be found in the documentation.

Requirements and Installation

A simple instruction of installation using pip is provided near the source code.

More information about installation can be found in documentation installation page.

Example of use

A simple examples of module usage can be found in documentation example page.