brainhackorg / global2021

Website for Brainhack global 2021
https://brainhack.org/global2021/
MIT License
3 stars 11 forks source link

Classification of Mild Cognitive Impairment(MCI) with machine learning models #130

Open WeiShaoD opened 2 years ago

WeiShaoD commented 2 years ago

Title

Classification of Mild Cognitive Impairment(MCI) with machine learning models

Leaders

Wei Shao

Collaborators

To be determined

Brainhack Global 2021 Event

BrainHack Toronto

Project Description

- What are you doing, for whom, and why?

Recent research has discovered that the subregions of hippocampus and medial temporal lobe (MTL) are related to Montreal Cognitive Assessment (MoCA) performance under a manual segmentation protocol. A significant volume reduction of anterolateral entorhinal cortex (alERC) has been found in the At-Risk group. This study also observed a positive linear relationship between MTL volumes and MoCA scores. Therefore, the aim of the project is to use machine learning models to analyze the structural data of MRIs.

Starting from the regions of the hippocampus and medial temporal lobe, we will use automatic segmentation tools like FreeSurfer or ASHS to get the volume, thickness or curve of different brain regions from ADNI dataset as the input for different machine learning models to evaluate the model performance.

- What makes your project special and exciting?

According to previous studies, It is not easy to classify mild cognitive impairment from healthy people, given the fact that the change of brain structure is not very clear. The recent advance of statistical models, especially machine learning models, might provide an alternative solution for these issues.

- How to get started?

I have done some initial works. We can start from the introduction of data structure, models and the most interesting part, python!!!

- introduction with the data

The Alzheimer’s Disease Neuroimaging Initiative (ADNI) unites researchers with study data as they work to define the progression of Alzheimer’s disease (AD). ADNI researchers collect, validate and utilize data, including MRI and PET images, genetics, cognitive tests, CSF and blood biomarkers as predictors of the disease. Study resources and data from the North American ADNI study are available through this website, including Alzheimer’s disease patients, mild cognitive impairment subjects, and elderly controls.

- Where to find key resources?

https://neuroimage-book02.readthedocs.io/en/latest/

Link to project repository/sources

https://github.com/WeiShaoD/MCI-Classification

Goals for Brainhack Global

  1. Gain the knowledge of structure of brain as well as how the brain change along with psychological disease
  2. Test the performance of different machine learning models for the brain structural data and find the best method to identify the MCI from healthy people.
  3. Deliever new insights to neuroscience community

Good first issues

  1. Process the MRIs scan
  2. Running with different models such as Rodam forest, multilayer perceptron and naive Bayes classifiers
  3. Interpret the result and gain the knowledge

Communication channels

https://join.slack.com/t/mciclassifica-agm9145/shared_invite/zt-zbufngkk-F_XklCCFXTSi4vVIzy4CjQ

Skills

Onboarding documentation

No response

What will participants learn?

  1. Machine learning models
  2. Python
  3. Neuroimaging software and analysis methods (FreeSurfer, ASHS, FSL, AFNI or SPM)

Data to use

- introduction with the data

The Alzheimer’s Disease Neuroimaging Initiative (ADNI) unites researchers with study data as they work to define the progression of Alzheimer’s disease (AD). ADNI researchers collect, validate and utilize data, including MRI and PET images, genetics, cognitive tests, CSF and blood biomarkers as predictors of the disease. Study resources and data from the North American ADNI study are available through this website, including Alzheimer’s disease patients, mild cognitive impairment subjects, and elderly controls.

Number of collaborators

1

Credit to collaborators

segmentation quality, psychological assessment, interpretation of results, preprocessing of data.

Image

Leave this text if you don't have an image yet.

Type

coding_methods, method_development, visualization

Development status

2_releases_existing

Topic

bayesian_approaches, data_visualisation, deep_learning, machine_learning, MR_methodologies, statistical_modelling

Tools

Freesurfer, Jupyter

Programming language

Python, R

Modalities

MRI

Git skills

2_branches_PRs

Anything else?

No response

Things to do after the project is submitted.

Remi-Gau commented 2 years ago

hey @WeiShaoD

couple of suggestions: add the good first issues in your repo (https://github.com/WeiShaoD/MCI-Classification) and expand a bit on there on how some completely new to your project should proceed (where to get the data, what packages to install...).

On an unrelated note: your book (https://neuroimage-book02.readthedocs.io/en/latest/) looks like a super useful resource in general !!!

pinging @likeajumprope for a cross check on this project review

WeiShaoD commented 2 years ago

Hi, Remi

Thank you for your suggestions!

Have a good weekend Wei

On Fri, Nov 26, 2021 at 3:11 AM Remi Gau @.***> wrote:

hey @WeiShaoD https://github.com/WeiShaoD

couple of suggestions: add the good first issues in your repo ( https://github.com/WeiShaoD/MCI-Classification) and expand a bit on there on how some completely new to your project should proceed (where to get the data, what packages to install...).

On an unrelated note: your book ( https://neuroimage-book02.readthedocs.io/en/latest/) looks like a super useful resource in general !!!

pinging @likeajumprope https://github.com/likeajumprope for a cross check on this project review

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/brainhackorg/global2021/issues/130#issuecomment-979771429, or unsubscribe https://github.com/notifications/unsubscribe-auth/ASWPV733XEL56WCGUHQ3QTLUN46KZANCNFSM5IWWUZLQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

likeajumprope commented 2 years ago

Hi @WeiShaoD, agreeing with Remi - your book is awesome! You are describing in the Project description: "Recent research has discovered ..." - maybe you could add a citation or two so that people can have a read if they want to know more? And maybe you could at some point provide us with an image for the website?

Apart from that, looks good from my side @Remi-Gau