g4m3r commited on
Commit
2ad2913
1 Parent(s): 0eeba9f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -17,4 +17,7 @@ This dataset contains images of brain MRI scans of 301 healthy adults (181 young
17
  It contains 30 images from the coronal axis of each person's scan.
18
  It was created using the [Neurocognitive aging data release with behavioral, structural, and multi-echo functional MRI measures](https://openneuro.org/datasets/ds003592/versions/1.0.13) dataset, created by [Spreng et al.](https://doi.org/10.18112/openneuro.ds003592.v1.0.13).
19
 
20
- ![T1w MRI Brain Slices Sample](preview.png)
 
 
 
 
17
  It contains 30 images from the coronal axis of each person's scan.
18
  It was created using the [Neurocognitive aging data release with behavioral, structural, and multi-echo functional MRI measures](https://openneuro.org/datasets/ds003592/versions/1.0.13) dataset, created by [Spreng et al.](https://doi.org/10.18112/openneuro.ds003592.v1.0.13).
19
 
20
+ ![T1w MRI Brain Slices Sample](preview.png)
21
+
22
+ ### Example of Useage
23
+ An example on how this dataset can be used for predicting the gender using a simple CNN can be found here: [MRI Gender Classification](https://github.com/g4m3r0/MRI_Gender_Classification).