Skip to content
/ SNN Public

the code for Spiking neural networks (SSN) on EEG emotion recognition

Notifications You must be signed in to change notification settings

xr-m/SNN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SNN

the code for Spiking neural networks (SSN) on EEG emotion recognition

reference paper: Exploiting Neuron and Synapse Filter Dynamics in Spatial Temporal Learning of Deep Spiking Neural Network

datasets: SEED (3 classes), DEAP-Arousal (2 classes), DEAP-Valence (2 classes).

data preprocessing: please run tools/process_deap.py or tools/process_seed.py

the file train.py involves 3 modes:

cfg_mode = 'deapA'; cfg_mode = 'deapV'; cfg_mode = 'seed';

you can choose one mode to run train.py directly.

About

the code for Spiking neural networks (SSN) on EEG emotion recognition

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages