- #1
themagiciant95
- 57
- 5
Hi,
i have a dataset with MRI of patients with a specific disease that affects the brain and another dataset with MRI of healthy patients.
I want to create a classifier (using neural networks) to classify if the MRI of a new patient show the presence of the ill or not.
First of all, i extracted the brain from all the MRIs (the so-called skull stripping) using BET tool found in FSL.
I have three questions for you
1) As the input to the training phase i want to give the whole extracted brains(possibly in the nii format), what kind of preprocessing steps do i need to apply once I've extracted the brains (before passing it to the classifier) ?
2) Do you know any better tool for skull stripping?
3) Do you know a tool (or library) that takes as input a nii files and allows me to create a classifier that uses neural networks ?Thanks so much
i have a dataset with MRI of patients with a specific disease that affects the brain and another dataset with MRI of healthy patients.
I want to create a classifier (using neural networks) to classify if the MRI of a new patient show the presence of the ill or not.
First of all, i extracted the brain from all the MRIs (the so-called skull stripping) using BET tool found in FSL.
I have three questions for you
1) As the input to the training phase i want to give the whole extracted brains(possibly in the nii format), what kind of preprocessing steps do i need to apply once I've extracted the brains (before passing it to the classifier) ?
2) Do you know any better tool for skull stripping?
3) Do you know a tool (or library) that takes as input a nii files and allows me to create a classifier that uses neural networks ?Thanks so much
Last edited: