--- 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 git@hf.co:datasets/MuGeminorum/AAL_statistics_volumn cd AAL_statistics_volumn ``` ## Mirror ## 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)