Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 130451b

Browse files
authoredNov 15, 2023
Update README.md
Update to include/reflect Open in MATLAB Online & File Exchange rendering links
1 parent bbb69c3 commit 130451b

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed
 

‎README.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,32 @@
1+
[![Open in MATLAB Online](https://www.mathworks.com/images/responsive/global/open-in-matlab-online.svg)](https://matlab.mathworks.com/open/github/v1?repo=matlab-deep-learning/Brain-MRI-Age-Classification-using-Deep-Learning&file=BrainMRIAgeClassificationUsingDeepLearning.mlx) [![View Brain-MRI-Age-Classification-using-Deep-Learning on File Exchange](https://www.mathworks.com/matlabcentral/images/matlab-file-exchange.svg)](https://www.mathworks.com/matlabcentral/fileexchange/74941-brain-mri-age-classification-using-deep-learning)
2+
13
# **Brain MRI Age Classification Using Deep Learning**
24

35
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.
46

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
510
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:
611
https://openneuro.org/datasets/ds000228/versions/1.1.0
712

8-
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:
915
1. Participants Aged 3-5
1016
2. Participants Aged 7-12
1117
3. Participants older than 18, classified as Adults
1218

1319
![](images/overview.png)
14-
1520
This example works though multiple steps of a deep learning workflow:
1621
- _Exploring_ a public brain MRI image dataset
1722
- _Preparing_ the dataset for deep learning
1823
- _Training_ a deep learning model to perform chronological age classification
1924
- _Evaluating_ the trained model
2025

26+
### **Running the Example**
27+
[![Open in MATLAB Online](https://www.mathworks.com/images/responsive/global/open-in-matlab-online.svg)](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.
2128

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`.
2530

2631
Requires:
2732
- [MATLAB](https://www.mathworks.com/products/matlab.html) (version R2019b or later)
@@ -32,6 +37,3 @@ Requires:
3237
\[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
3338

3439
Copyright 2020 The MathWorks, Inc.
35-
36-
[![View Brain-MRI-Age-Classification-using-Deep-Learning on File Exchange](https://www.mathworks.com/matlabcentral/images/matlab-file-exchange.svg)](https://www.mathworks.com/matlabcentral/fileexchange/74941-brain-mri-age-classification-using-deep-learning)
37-

0 commit comments

Comments
 (0)
Please sign in to comment.