├── 10-20_system.mat ├── EEG_Channel_Interpolation_arxiv.pdf ├── README.md ├── baselines ├── __pycache__ │ └── ecr_baseline.cpython-37.pyc ├── ecr_baseline.py ├── ecr_ssp.py ├── maps │ └── 10-20_system.mat └── ssp_run.sh ├── example.ipynb ├── figure ├── Figure_overview.png ├── architecture.png ├── baseline_res.pdf ├── data_split_bw.pdf └── ecr_figure3_3_gimp.pdf ├── model ├── topology │ └── model.json └── weights │ ├── nn_weights-400.hdf5 │ └── nn_weights-800.hdf5 ├── train ├── ecr_cnn.py ├── ecr_hyper_parameters.npy ├── ecr_loadModel.py ├── run.sh └── run_loadModel.sh └── transfer ├── ecr_transfer.py └── run_transfer.sh /10-20_system.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sari-saba-sadiya/EEG-Channel-Interpolation-Using-Deep-Encoder-Decoder-Networks/HEAD/10-20_system.mat -------------------------------------------------------------------------------- /EEG_Channel_Interpolation_arxiv.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sari-saba-sadiya/EEG-Channel-Interpolation-Using-Deep-Encoder-Decoder-Networks/HEAD/EEG_Channel_Interpolation_arxiv.pdf -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sari-saba-sadiya/EEG-Channel-Interpolation-Using-Deep-Encoder-Decoder-Networks/HEAD/README.md -------------------------------------------------------------------------------- /baselines/__pycache__/ecr_baseline.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sari-saba-sadiya/EEG-Channel-Interpolation-Using-Deep-Encoder-Decoder-Networks/HEAD/baselines/__pycache__/ecr_baseline.cpython-37.pyc -------------------------------------------------------------------------------- /baselines/ecr_baseline.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sari-saba-sadiya/EEG-Channel-Interpolation-Using-Deep-Encoder-Decoder-Networks/HEAD/baselines/ecr_baseline.py -------------------------------------------------------------------------------- /baselines/ecr_ssp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sari-saba-sadiya/EEG-Channel-Interpolation-Using-Deep-Encoder-Decoder-Networks/HEAD/baselines/ecr_ssp.py -------------------------------------------------------------------------------- /baselines/maps/10-20_system.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sari-saba-sadiya/EEG-Channel-Interpolation-Using-Deep-Encoder-Decoder-Networks/HEAD/baselines/maps/10-20_system.mat -------------------------------------------------------------------------------- /baselines/ssp_run.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sari-saba-sadiya/EEG-Channel-Interpolation-Using-Deep-Encoder-Decoder-Networks/HEAD/baselines/ssp_run.sh -------------------------------------------------------------------------------- /example.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sari-saba-sadiya/EEG-Channel-Interpolation-Using-Deep-Encoder-Decoder-Networks/HEAD/example.ipynb -------------------------------------------------------------------------------- /figure/Figure_overview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sari-saba-sadiya/EEG-Channel-Interpolation-Using-Deep-Encoder-Decoder-Networks/HEAD/figure/Figure_overview.png -------------------------------------------------------------------------------- /figure/architecture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sari-saba-sadiya/EEG-Channel-Interpolation-Using-Deep-Encoder-Decoder-Networks/HEAD/figure/architecture.png -------------------------------------------------------------------------------- /figure/baseline_res.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sari-saba-sadiya/EEG-Channel-Interpolation-Using-Deep-Encoder-Decoder-Networks/HEAD/figure/baseline_res.pdf -------------------------------------------------------------------------------- /figure/data_split_bw.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sari-saba-sadiya/EEG-Channel-Interpolation-Using-Deep-Encoder-Decoder-Networks/HEAD/figure/data_split_bw.pdf -------------------------------------------------------------------------------- /figure/ecr_figure3_3_gimp.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sari-saba-sadiya/EEG-Channel-Interpolation-Using-Deep-Encoder-Decoder-Networks/HEAD/figure/ecr_figure3_3_gimp.pdf -------------------------------------------------------------------------------- /model/topology/model.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sari-saba-sadiya/EEG-Channel-Interpolation-Using-Deep-Encoder-Decoder-Networks/HEAD/model/topology/model.json -------------------------------------------------------------------------------- /model/weights/nn_weights-400.hdf5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sari-saba-sadiya/EEG-Channel-Interpolation-Using-Deep-Encoder-Decoder-Networks/HEAD/model/weights/nn_weights-400.hdf5 -------------------------------------------------------------------------------- /model/weights/nn_weights-800.hdf5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sari-saba-sadiya/EEG-Channel-Interpolation-Using-Deep-Encoder-Decoder-Networks/HEAD/model/weights/nn_weights-800.hdf5 -------------------------------------------------------------------------------- /train/ecr_cnn.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sari-saba-sadiya/EEG-Channel-Interpolation-Using-Deep-Encoder-Decoder-Networks/HEAD/train/ecr_cnn.py -------------------------------------------------------------------------------- /train/ecr_hyper_parameters.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sari-saba-sadiya/EEG-Channel-Interpolation-Using-Deep-Encoder-Decoder-Networks/HEAD/train/ecr_hyper_parameters.npy -------------------------------------------------------------------------------- /train/ecr_loadModel.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sari-saba-sadiya/EEG-Channel-Interpolation-Using-Deep-Encoder-Decoder-Networks/HEAD/train/ecr_loadModel.py -------------------------------------------------------------------------------- /train/run.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sari-saba-sadiya/EEG-Channel-Interpolation-Using-Deep-Encoder-Decoder-Networks/HEAD/train/run.sh -------------------------------------------------------------------------------- /train/run_loadModel.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sari-saba-sadiya/EEG-Channel-Interpolation-Using-Deep-Encoder-Decoder-Networks/HEAD/train/run_loadModel.sh -------------------------------------------------------------------------------- /transfer/ecr_transfer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sari-saba-sadiya/EEG-Channel-Interpolation-Using-Deep-Encoder-Decoder-Networks/HEAD/transfer/ecr_transfer.py -------------------------------------------------------------------------------- /transfer/run_transfer.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sari-saba-sadiya/EEG-Channel-Interpolation-Using-Deep-Encoder-Decoder-Networks/HEAD/transfer/run_transfer.sh --------------------------------------------------------------------------------