kakamond commited on
Commit
64cb17a
·
verified ·
1 Parent(s): 35279f8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -13,21 +13,21 @@ language:
13
  - en
14
  ---
15
 
16
- # Dataset Card for AAL_statistics_volumn
17
  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.
18
 
19
  ## Usage
20
  ```python
21
  from datasets import load_dataset
22
 
23
- data = load_dataset("Genius-Society/AAL_statistics_volumn", split="train")
24
 
25
  for item in data:
26
  print(item)
27
  ```
28
 
29
  ## Mirror
30
- <https://www.modelscope.cn/datasets/Genius-Society/AAL_statistics_volumn>
31
 
32
  ## Reference
33
- [1] [Chapter II ‐ Classifying AD patients and normal controls from brain images](https://github.com/Genius-Society/Medical_Image_Computing/wiki/Chapter-II-%E2%80%90-Classifying-AD-patients-and-normal-controls-from-brain-images)
 
13
  - en
14
  ---
15
 
16
+ # Dataset Card for aal_stats_vol
17
  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.
18
 
19
  ## Usage
20
  ```python
21
  from datasets import load_dataset
22
 
23
+ data = load_dataset("Genius-Society/aal_stats_vol", split="train")
24
 
25
  for item in data:
26
  print(item)
27
  ```
28
 
29
  ## Mirror
30
+ <https://www.modelscope.cn/datasets/Genius-Society/aal_stats_vol>
31
 
32
  ## Reference
33
+ [1] [Chapter II ‐ Classifying AD patients and normal controls from brain images](https://github.com/Genius-Society/medical_image_computing/wiki/Chapter-II-%E2%80%90-Classifying-AD-patients-and-normal-controls-from-brain-images)