CNN model classifying mild - moderate depression from EEG data using PyTorch.
EEG data preprocessed with Python3 on jupyter notebook. EEG data for patients at rest (open eyes and closed eyes) was taken from J. Cavanagh's 2008 study published on the OpenNeuro database. All data was already semi-preprocessed by Cavanagh's team with a low-pass filter, epoched, and marked for events. Further preprocessing was needed to remove noise, deprecated channels, and visualize all events into topoplots for CNN preparation (raw .fif data files were missing, so vectorization was impossible).
Using dataframe's XYZ values for each electrode, I created a map of the electrode cap and labelled it. This would set-up the heatmap to be overlaid on top of these electrodes.