├── MI_Proposed_CNNs_Architecture.py ├── PhysioNet_MI_Dataset └── MIND_Get_EDF.py ├── README.md ├── Read_Raw_Data_Save_Into_Matlab_Files.py ├── Saved_Matlab_Data └── Preprocessing_Raw_Data.m └── electrode_positions.txt /MI_Proposed_CNNs_Architecture.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperBruceJia/EEG-Motor-Imagery-Classification-CNNs-TensorFlow/HEAD/MI_Proposed_CNNs_Architecture.py -------------------------------------------------------------------------------- /PhysioNet_MI_Dataset/MIND_Get_EDF.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperBruceJia/EEG-Motor-Imagery-Classification-CNNs-TensorFlow/HEAD/PhysioNet_MI_Dataset/MIND_Get_EDF.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperBruceJia/EEG-Motor-Imagery-Classification-CNNs-TensorFlow/HEAD/README.md -------------------------------------------------------------------------------- /Read_Raw_Data_Save_Into_Matlab_Files.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperBruceJia/EEG-Motor-Imagery-Classification-CNNs-TensorFlow/HEAD/Read_Raw_Data_Save_Into_Matlab_Files.py -------------------------------------------------------------------------------- /Saved_Matlab_Data/Preprocessing_Raw_Data.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperBruceJia/EEG-Motor-Imagery-Classification-CNNs-TensorFlow/HEAD/Saved_Matlab_Data/Preprocessing_Raw_Data.m -------------------------------------------------------------------------------- /electrode_positions.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperBruceJia/EEG-Motor-Imagery-Classification-CNNs-TensorFlow/HEAD/electrode_positions.txt --------------------------------------------------------------------------------