You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-8Lines changed: 10 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -1,27 +1,32 @@
1
+
[](https://matlab.mathworks.com/open/github/v1?repo=matlab-deep-learning/Brain-MRI-Age-Classification-using-Deep-Learning&file=BrainMRIAgeClassificationUsingDeepLearning.mlx)[](https://www.mathworks.com/matlabcentral/fileexchange/74941-brain-mri-age-classification-using-deep-learning)
2
+
1
3
# **Brain MRI Age Classification Using Deep Learning**
2
4
3
5
This example shows how to work with an MRI brain image dataset and how to use transfer learning to modify and retrain ResNet-18, a pretrained convolutional neural network, to perform image classification on that dataset.
4
6
7
+
👀 [View the example](https://viewer.mathworks.com/?viewer=live_code&url=https%3A%2F%2Fwww.mathworks.com%2Fmatlabcentral%2Fmlc-downloads%2Fdownloads%2Fcb382fe4-455d-46c6-a137-a396f1cfffd7%2F9f0a19d9-cbba-4729-ad85-29a073fa2b54%2Ffiles%2FBrainMRIAgeClassificationUsingDeepLearning.mlx&embed=web) ▶️ [Run the example](https://matlab.mathworks.com/open/github/v1?repo=matlab-deep-learning/Brain-MRI-Age-Classification-using-Deep-Learning&file=BrainMRIAgeClassificationUsingDeepLearning.mlx)
8
+
9
+
### About the Data
5
10
The MRI scans used in this example were obtained during a study \[1\] of social brain development conducted by researchers at the Massachussets Institute of Technology (MIT), and are available for download via the OpenNEURO platform:
This example shows how horizontal midslice images from the brain MRI scan volumes can be classified into 3 categories according to the chronological age of the participant:
13
+
### About the Workflow
14
+
This example uses the horizontal midslice images from the brain MRI scan volumes and classifies them into 3 categories according to the chronological age of the participant:
9
15
1. Participants Aged 3-5
10
16
2. Participants Aged 7-12
11
17
3. Participants older than 18, classified as Adults
12
18
13
19

14
-
15
20
This example works though multiple steps of a deep learning workflow:
16
21
-_Exploring_ a public brain MRI image dataset
17
22
-_Preparing_ the dataset for deep learning
18
23
-_Training_ a deep learning model to perform chronological age classification
19
24
-_Evaluating_ the trained model
20
25
26
+
### **Running the Example**
27
+
[](https://matlab.mathworks.com/open/github/v1?repo=matlab-deep-learning/Brain-MRI-Age-Classification-using-Deep-Learning&file=BrainMRIAgeClassificationUsingDeepLearning.mlx) to run the example in your web browser with no installation required.
21
28
22
-
## **Running the Example**
23
-
24
-
Open and run the live script `BrainMRIAgeClassificationUsingDeepLearning.mlx`
29
+
To run on local machine or cloud instance, open and run the live script `BrainMRIAgeClassificationUsingDeepLearning.mlx`.
25
30
26
31
Requires:
27
32
-[MATLAB](https://www.mathworks.com/products/matlab.html) (version R2019b or later)
@@ -32,6 +37,3 @@ Requires:
32
37
\[1\] Richardson, H., Lisandrelli, G., Riobueno-Naylor, A., & Saxe, R. (2018). Development of the social brain from age three to twelve years. Nature Communications, 9(1), 1027. https://doi.org/10.1038/s41467-018-03399-2
33
38
34
39
Copyright 2020 The MathWorks, Inc.
35
-
36
-
[](https://www.mathworks.com/matlabcentral/fileexchange/74941-brain-mri-age-classification-using-deep-learning)
0 commit comments