File size: 1,684 Bytes
82301a9 4af5ca0 1db79b7 4af5ca0 1db79b7 82301a9 3592d2d dc28447 39953f8 3592d2d 08cbd3d 3592d2d dc28447 3592d2d 061bf9b 3592d2d 746e574 08cbd3d dc28447 1bbf63b 08cbd3d dc28447 70c05d0 dc28447 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 |
---
license: mit
task_categories:
- image-classification
- feature-extraction
tags:
- biology
- medical
pretty_name: AAL Statistics Volumn
size_categories:
- n<1K
language:
- en
---
# Dataset Card for "MuGemSt/AAL_statistics_volumn"
The AAL (Automated Anatomical Labeling) Statistical Volume Dataset provides a comprehensive collection of brain volume measurements based on AAL atlases. It covers statistical information on brain regions derived from structural magnetic resonance imaging (MRI) scans. Researchers commonly utilize this dataset for studies related to neuroimaging, neuroscience, and structural analysis of the brain.The AAL Statistical Volume Dataset plays a key role in advancing our understanding of brain anatomy by supporting the development and evaluation of automated brain region identification and volume analysis algorithms. With its wealth of volumetric data from diverse individuals, the dataset provides an invaluable resource for studies aimed at characterizing structural changes in the brain between populations and facilitates advances in neuroscience research.
## Usage
```python
from datasets import load_dataset
data = load_dataset("MuGemSt/AAL_statistics_volumn", split="train")
for item in data:
print(item)
```
## Maintenance
```bash
git clone [email protected]:datasets/MuGemSt/AAL_statistics_volumn
cd AAL_statistics_volumn
```
## Mirror
<https://www.modelscope.cn/datasets/MuGemSt/AAL_statistics_volumn>
## Reference
[1] [Chapter II ‐ Classifying AD patients and normal controls from brain images](https://github.com/MuGemSt/Medical_Image_Computing/wiki/Chapter-II-%E2%80%90-Classifying-AD-patients-and-normal-controls-from-brain-images)
|