KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
FB-tCNN
★ 26
Open GitHub ↗
FB-tCNN for SSVEP Classification (TNSRE)
Download README (.md)
Explore Similar Repositories
JornadaMicrosoft-dez2021
:
[FORMAÇÃO MS-DEV]
habbo-retro-script
:
No description available.
CDS
:
CDS: Cross-Domain Self-supervised Pre-training
Fight-Lights-Pico
:
DIY LED solution for Arcade Sticks using the Raspberry Pi Pico. Supports customizable reactive lighting, animations, and OLED display integration.
stellar-dark-theme-trilium
:
Dark theme for Trilium Notes and TriliumNext
// 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
FB-tCNN
?
Download (.md)
# FB-tCNN for SSVEP Classification Here are the codes of the tCNN and FB-tCNN in the paper "[Filter Bank Convolutional Neural Network for Short Time-Window Steady-State Visual Evoked Potential Classification](https://ieeexplore.ieee.org/document/9632600)"(DOI:10.1109/TNSRE.2021.3132162). ## The related version information 1. Python == 3.7.0 2. Keras-gpu == 2.3.1 3. tensorflow-gpu == 2.1.0 4. scipy == 1.5.2 5. numpy == 1.19.2 ## Training FB-tCNN for the public dataset 1. Download the code. 2. Download the [public dataset](http://gigadb.org/dataset/100542) and its [paper](https://academic.oup.com/gigascience/article/8/5/giz002/5304369). 3. Create a model folder to save the model. 4. Change the data and model folder paths in train and test files to your data and model folder paths. ## Training FB-tCNN for your own dataset 1. You need to design a new filter bank according to your dataset (Fundamental range of the SSVEP-EEG data). The filter bank details can refer to our paper. 2. The number of the sub-filters in the codes may be changed according to your own dataset. 3. The frequency of the target in the codes should be changed according to your own dataset. 4. The program that reads the data needs to be modified according to your own dataset.