Skip to content

KangHyunWook/EEG-based-emotion-recognition-with-LSTM-in-Keras

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EEG-based-emotion-recognition-with-LSTM-in-Keras

Program Description: https://www.youtube.com/watch?v=eVPcpiCcrL8&t=2s

dataset link: https://www.kaggle.com/datasets/birdy654/eeg-brainwave-dataset-feeling-emotions?resource=download
Place the downloaded file 'emotions.csv' to the working directory

How to train

python train.py

Add --vis as option to see the visualization of the predicted emotional vectors on the train data

python train.py --vis --weights ./model/[saved_model_name]

You can add white noise data augmentation with --aug option, however performance degrades with eeg signal data unlike audio data.

How to test

python test.py -w [saved_model_name]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages