🧠Electroencephalogram (EEG) Data Mining
" Get to know more about brain signal! "
Python
== 3.8.0Keras
== 2.6.0
To use model, place the contents of this folder in your PYTHONPATH environment variable.
Use models_of_Felix.py to try CNN-Attention-LSTM-ATTENTION model:
from models_of_Felix import ACRNN_4D
ACRNN_object = ACRNN_4D(input_shape, class_num)
model = ACRNN_object.build_model_withAttention()
model.compile(...)
Use test_EEGTCNET.py to try EEGNET-TCNET-FUSION model
You could find more details in preprocessedPipeline.py
Interested in our image generation program? Click here