Predicting the decision based on Brain Functional Connectivity (BFC) - Human Connectome Project (HCP)
View the Project on GitHub SAIGANESH02/Predicting-the-decision-based-on-BFC
Are there any regions and networks in the brain which are more affected by the Win and Loss Event conditions corresponding to someone’s decision?
To analyze data-set being preprocessed by HCP© for NMA-2021 that they recorded using fMRI is to analyze in this project to maintain connectivity and correlation of the areas which are involved in the task. What we did was make it inquiry what rate of connectivity and correlation are involved during the gambling task designed to evaluate reaction of participants to stimulus.
The test info:
We use fMRI data of 339 subjects from Human Connectome Project’s gambling task.
A contrast of the brain’s Parcells average activity in reward and loss conditions will be computed for each subject
We will do a parcel based GLM to identify the most sensitive areas of the brain to lose/win distinction.
Then we will make a correlation matrix of task-dependent functional connectivity of the whole brain to those ROIs we found and compare it for loss and win conditions.


Our data: explanatory variables / condition time / regions.
Our approach:
Creating a data frame for the brain activity. for each subject and run
Averaging the activity over the condition time. for each parcel
Choosing the highest informative parcels. rate of activity in fMRI
Using GLM models. to ensure that our findings are accurate



