This project explores how feature attribution methods can identify the source of excitation/inhibition (E/I) imbalances in simulated fMRI data.
For TVB simulations, use requirements_tvb.txt, for classification training and feature attribution, use requirements_torch.txt and prior to running scripts run:
source environment.shTraining all the models
bash model/rnn_exc/train_all_parameter.shTest all the models and computing feature attribution
bash model/rnn_exc/test_all_parameter.sh
bash model/rnn_exc/test_all_parameter_baseline.shGenerate simulated data
python dataset/tvb/EXAMPLE_human.py
python dataset/tvb/EXAMPLE_mouse.pyTraining all the models
bash model/tvb/train_all_parameter_human.sh
bash model/tvb/train_all_parameter_mouse.shTest all the models and computing feature attribution
bash model/tvb/test_all_parameter_human.sh
bash model/tvb/test_all_parameter_baseline_human.sh
bash model/tvb/test_all_parameter_mouse.sh
bash model/tvb/test_all_parameter_baseline_mouse.sh