BIAPT / awareness-perturbation-complexity-index

Development of an index for assessing the level of consciousness of healthy and disorder of consciousness individuals.
1 stars 0 forks source link

Find the weights that maximize the distance between recovery not recovered group #13

Open yacineMahdid opened 4 years ago

yacineMahdid commented 4 years ago

The for sure recovery group is composed of: WSAS02,09,19 and 20 The for sure not recovered group is composed of : everyone but `WSAS10.

yacineMahdid commented 4 years ago

For this we can try out a linear model with the three sum of the contrast matrix and then the weight and bias are found easily. We use the two class for the modelization. We can then visualize the points in three d space with the hyperplane made by the model.

yacineMahdid commented 4 years ago

With attempt #4 we have an index that illustrate that there is something there in terms of prediction of RoC. However, it is not fullfilling the 'prediction' part of our narrative. We need to use either statistical analysis of significance or machine learning to build a predictive model.

My (Yacine Mahdid) exchange with my collegue:

@sbmoraes and @cduclos could you remind me of the big picture for the dpli-dri analysis. What are we trying to say with that index?

cduclos  8:17 PM
We are trying a capture, with a single index, how much the brain network re-organizes under anesthesia. Our aim is to show that this reorganization can reliably predict potential for consciousness (i.e. eventual recovery of consciousness) in unresponsive patients.

8:19
Our other argument is that baseline connectivity/network hubs alone aren’t sufficient to predict recovery, and that the adaptive reconfiguration under anesthesia is what is most predictive of potential for recovery.

So the objectives of this index of consciousness is two-fold:

If we want to attain aim 1 or 2 we will need more than the number of timepoints we currently have (only 10 points). A solution for this problem is to make a classifier of the binary recovery outcome based on all of the windows of data we currently have and make it interpretable.

I propose that we go with the following plan:

We are making the assumption that by using the full sum of the contrast matrix we will have separable state, but we can see that by eye that it is the case for the average so I am pretty confident we can get a robust classifier.

yacineMahdid commented 4 years ago

Charlotte did her analysis with a similar setup, it wouldn't take too long to put something together.