├── LRP-BPresetflat_Average_ASD_def.jpeg ├── LRP-BPresetflat_Average_TD_def.jpeg ├── LRP-BPresetflat_Average_diff_def.jpeg ├── README.md ├── Reading_CNN_performances ├── dat_e.mat ├── plot_confu_comp.m ├── prrecalc.m └── read_perf_convnets_subjects.m ├── classifier_EEG_call ├── CNN_launching_classifier_emotions.py ├── LOTO_lauch_emotions_test.py ├── comp_res_abs_test.sh └── matlab │ ├── BV_EEGlab_comp_all.m │ ├── EEGlabstructure_def.m │ ├── create_whitening_bdf.m │ ├── plot_methods_innvestigate_av.m │ ├── pos_10_20_for_Mater.loc │ ├── read_ALL_subjects_folders.m │ └── read_ISPY_whitening.m ├── iNNvestigate_evaluation ├── CNN_innvestigate_calc_feature_rel_maps.py ├── CNN_launching_classifier_emotions_innvestigate.py ├── LOTO_lauch_emotions_test_innvestigate.py └── comp_res_abs.sh ├── pipeline_2_using_latex_def.jpeg └── utils ├── __init__.py ├── dryrun.py ├── keras ├── __init__.py ├── backend.py ├── checks.py └── graph.py ├── layer.py ├── utils_mnist.py └── visualizations.py /LRP-BPresetflat_Average_ASD_def.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meiyor/Deep-Learning-Emotion-Decoding-using-EEG-data-from-Autism-individuals/HEAD/LRP-BPresetflat_Average_ASD_def.jpeg -------------------------------------------------------------------------------- /LRP-BPresetflat_Average_TD_def.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meiyor/Deep-Learning-Emotion-Decoding-using-EEG-data-from-Autism-individuals/HEAD/LRP-BPresetflat_Average_TD_def.jpeg -------------------------------------------------------------------------------- /LRP-BPresetflat_Average_diff_def.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meiyor/Deep-Learning-Emotion-Decoding-using-EEG-data-from-Autism-individuals/HEAD/LRP-BPresetflat_Average_diff_def.jpeg -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meiyor/Deep-Learning-Emotion-Decoding-using-EEG-data-from-Autism-individuals/HEAD/README.md -------------------------------------------------------------------------------- /Reading_CNN_performances/dat_e.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meiyor/Deep-Learning-Emotion-Decoding-using-EEG-data-from-Autism-individuals/HEAD/Reading_CNN_performances/dat_e.mat -------------------------------------------------------------------------------- /Reading_CNN_performances/plot_confu_comp.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meiyor/Deep-Learning-Emotion-Decoding-using-EEG-data-from-Autism-individuals/HEAD/Reading_CNN_performances/plot_confu_comp.m -------------------------------------------------------------------------------- /Reading_CNN_performances/prrecalc.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meiyor/Deep-Learning-Emotion-Decoding-using-EEG-data-from-Autism-individuals/HEAD/Reading_CNN_performances/prrecalc.m -------------------------------------------------------------------------------- /Reading_CNN_performances/read_perf_convnets_subjects.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meiyor/Deep-Learning-Emotion-Decoding-using-EEG-data-from-Autism-individuals/HEAD/Reading_CNN_performances/read_perf_convnets_subjects.m -------------------------------------------------------------------------------- /classifier_EEG_call/CNN_launching_classifier_emotions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meiyor/Deep-Learning-Emotion-Decoding-using-EEG-data-from-Autism-individuals/HEAD/classifier_EEG_call/CNN_launching_classifier_emotions.py -------------------------------------------------------------------------------- /classifier_EEG_call/LOTO_lauch_emotions_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meiyor/Deep-Learning-Emotion-Decoding-using-EEG-data-from-Autism-individuals/HEAD/classifier_EEG_call/LOTO_lauch_emotions_test.py -------------------------------------------------------------------------------- /classifier_EEG_call/comp_res_abs_test.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meiyor/Deep-Learning-Emotion-Decoding-using-EEG-data-from-Autism-individuals/HEAD/classifier_EEG_call/comp_res_abs_test.sh -------------------------------------------------------------------------------- /classifier_EEG_call/matlab/BV_EEGlab_comp_all.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meiyor/Deep-Learning-Emotion-Decoding-using-EEG-data-from-Autism-individuals/HEAD/classifier_EEG_call/matlab/BV_EEGlab_comp_all.m -------------------------------------------------------------------------------- /classifier_EEG_call/matlab/EEGlabstructure_def.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meiyor/Deep-Learning-Emotion-Decoding-using-EEG-data-from-Autism-individuals/HEAD/classifier_EEG_call/matlab/EEGlabstructure_def.m -------------------------------------------------------------------------------- /classifier_EEG_call/matlab/create_whitening_bdf.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meiyor/Deep-Learning-Emotion-Decoding-using-EEG-data-from-Autism-individuals/HEAD/classifier_EEG_call/matlab/create_whitening_bdf.m -------------------------------------------------------------------------------- /classifier_EEG_call/matlab/plot_methods_innvestigate_av.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meiyor/Deep-Learning-Emotion-Decoding-using-EEG-data-from-Autism-individuals/HEAD/classifier_EEG_call/matlab/plot_methods_innvestigate_av.m -------------------------------------------------------------------------------- /classifier_EEG_call/matlab/pos_10_20_for_Mater.loc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meiyor/Deep-Learning-Emotion-Decoding-using-EEG-data-from-Autism-individuals/HEAD/classifier_EEG_call/matlab/pos_10_20_for_Mater.loc -------------------------------------------------------------------------------- /classifier_EEG_call/matlab/read_ALL_subjects_folders.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meiyor/Deep-Learning-Emotion-Decoding-using-EEG-data-from-Autism-individuals/HEAD/classifier_EEG_call/matlab/read_ALL_subjects_folders.m -------------------------------------------------------------------------------- /classifier_EEG_call/matlab/read_ISPY_whitening.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meiyor/Deep-Learning-Emotion-Decoding-using-EEG-data-from-Autism-individuals/HEAD/classifier_EEG_call/matlab/read_ISPY_whitening.m -------------------------------------------------------------------------------- /iNNvestigate_evaluation/CNN_innvestigate_calc_feature_rel_maps.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meiyor/Deep-Learning-Emotion-Decoding-using-EEG-data-from-Autism-individuals/HEAD/iNNvestigate_evaluation/CNN_innvestigate_calc_feature_rel_maps.py -------------------------------------------------------------------------------- /iNNvestigate_evaluation/CNN_launching_classifier_emotions_innvestigate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meiyor/Deep-Learning-Emotion-Decoding-using-EEG-data-from-Autism-individuals/HEAD/iNNvestigate_evaluation/CNN_launching_classifier_emotions_innvestigate.py -------------------------------------------------------------------------------- /iNNvestigate_evaluation/LOTO_lauch_emotions_test_innvestigate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meiyor/Deep-Learning-Emotion-Decoding-using-EEG-data-from-Autism-individuals/HEAD/iNNvestigate_evaluation/LOTO_lauch_emotions_test_innvestigate.py -------------------------------------------------------------------------------- /iNNvestigate_evaluation/comp_res_abs.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meiyor/Deep-Learning-Emotion-Decoding-using-EEG-data-from-Autism-individuals/HEAD/iNNvestigate_evaluation/comp_res_abs.sh -------------------------------------------------------------------------------- /pipeline_2_using_latex_def.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meiyor/Deep-Learning-Emotion-Decoding-using-EEG-data-from-Autism-individuals/HEAD/pipeline_2_using_latex_def.jpeg -------------------------------------------------------------------------------- /utils/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meiyor/Deep-Learning-Emotion-Decoding-using-EEG-data-from-Autism-individuals/HEAD/utils/__init__.py -------------------------------------------------------------------------------- /utils/dryrun.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meiyor/Deep-Learning-Emotion-Decoding-using-EEG-data-from-Autism-individuals/HEAD/utils/dryrun.py -------------------------------------------------------------------------------- /utils/keras/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meiyor/Deep-Learning-Emotion-Decoding-using-EEG-data-from-Autism-individuals/HEAD/utils/keras/__init__.py -------------------------------------------------------------------------------- /utils/keras/backend.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meiyor/Deep-Learning-Emotion-Decoding-using-EEG-data-from-Autism-individuals/HEAD/utils/keras/backend.py -------------------------------------------------------------------------------- /utils/keras/checks.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meiyor/Deep-Learning-Emotion-Decoding-using-EEG-data-from-Autism-individuals/HEAD/utils/keras/checks.py -------------------------------------------------------------------------------- /utils/keras/graph.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meiyor/Deep-Learning-Emotion-Decoding-using-EEG-data-from-Autism-individuals/HEAD/utils/keras/graph.py -------------------------------------------------------------------------------- /utils/layer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meiyor/Deep-Learning-Emotion-Decoding-using-EEG-data-from-Autism-individuals/HEAD/utils/layer.py -------------------------------------------------------------------------------- /utils/utils_mnist.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meiyor/Deep-Learning-Emotion-Decoding-using-EEG-data-from-Autism-individuals/HEAD/utils/utils_mnist.py -------------------------------------------------------------------------------- /utils/visualizations.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meiyor/Deep-Learning-Emotion-Decoding-using-EEG-data-from-Autism-individuals/HEAD/utils/visualizations.py --------------------------------------------------------------------------------