We design this code for baseline EEG test (RSVP especially)
We included preprocessing, feature extraction, epoching, baseline test and visualziation of CNN features. New baseline classifiers and features will be considering in the future...
===========================================================
We used 3 features and 4 baseline algorithms to test EEG.
Raw data
Statistic features
XDAWN features
SVM
LDA
BLDA
Bagging Tree
===========================================================
We will use hedtag to extract epochs of epochs with event of interest
===========================================================
We generate learning curves of a given dataset and base on the learning curve we find a reasonable sample size for calibration.
===========================================================
Some visualization methods to visualize weights, filters, features coming from trained CNN models. Currently only forward CNN visualization has been implemented, backward DeCNN will be implemented in the future...