" Get to know more about brain signal! "
Created by
@Shuhui
- We are trying to monitor patients’ real-time attention to track their recovery
- We design our own experiment paradigm, build data-preprocessing pipeline and train ML model!
- The search program is still in progress... If you have any good suggestion, feel free to contact me!
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