Graph Convolutional Networks for 4-class EEG Classification
Name | Description |
---|---|
Michaël Defferrard | Created the basics of GCN! |
Shuyue Jia | Created awsome codes for EEG classification |
Shuyue's work was awsome but preprocessing should be done in MATLAb, which is not available for everyone. So I interperted python version! I also added other types of GCNs to code + changed some parts of code
- Download - PhysioNet 4-class EEG and place it in 01loadData folder ( or easily run downloaddata.py
- Run edfread.py . This code will end up in 64 electrode data + 64 Label data. USE PYTHON 2.7
- It's time to copy the results of previous step into 02Preprocess . I placed both MATLAB and PYTHON , But my main intention is having PURE PYTHON environment So go into WithPython and create a folder called data and place 128 .mat files there. Then run the Code It results is available in folder pythondata as .csv files
- create files folder where the onEEGcode.py is. Then copy CSV files there. Run the onEEGcode.py and ENJOY!
- Tensorflow 1.13
- Numpy
- Scipy
- Pandas
- Pyedflib
- Absolute Pearso matrix