File size: 1,704 Bytes
82301a9
 
4af5ca0
 
1db79b7
4af5ca0
 
 
 
 
1db79b7
 
 
82301a9
3592d2d
17a0102
39953f8
3592d2d
08cbd3d
 
3592d2d
 
39953f8
3592d2d
061bf9b
3592d2d
746e574
 
 
08cbd3d
17a0102
a10c2fd
08cbd3d
 
 
 
70c05d0
 
238f71e
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 "MuGeminorum/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("MuGeminorum/AAL-statistics-volumn", split="train")

for item in data:
    print(item)
```

## Maintenance
```bash
git clone [email protected]:datasets/MuGeminorum/AAL-statistics-volumn
cd AAL-statistics-volumn
```

## Mirror
<https://www.modelscope.cn/datasets/MuGeminorum/AAL_statistics_volumn>

## Reference
[1] [Chapter II ‐ Classifying AD patients and normal controls from brain images](https://github.com/MuGeminorum/Medical_Image_Computing/wiki/Chapter-II-%E2%80%90-Classifying-AD-patients-and-normal-controls-from-brain-images)