admin
commited on
Commit
•
a7f4183
1
Parent(s):
b2bdf58
upd md
Browse files
README.md
CHANGED
@@ -13,14 +13,14 @@ language:
|
|
13 |
- en
|
14 |
---
|
15 |
|
16 |
-
# Dataset Card for "MuGeminorum/
|
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("MuGeminorum/
|
24 |
|
25 |
for item in data:
|
26 |
print(item)
|
@@ -28,8 +28,8 @@ for item in data:
|
|
28 |
|
29 |
## Maintenance
|
30 |
```bash
|
31 |
-
git clone [email protected]:datasets/MuGeminorum/
|
32 |
-
cd
|
33 |
```
|
34 |
|
35 |
## Mirror
|
|
|
13 |
- en
|
14 |
---
|
15 |
|
16 |
+
# Dataset Card for "MuGeminorum/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("MuGeminorum/AAL_statistics_volumn", split="train")
|
24 |
|
25 |
for item in data:
|
26 |
print(item)
|
|
|
28 |
|
29 |
## Maintenance
|
30 |
```bash
|
31 |
+
git clone [email protected]:datasets/MuGeminorum/AAL_statistics_volumn
|
32 |
+
cd AAL_statistics_volumn
|
33 |
```
|
34 |
|
35 |
## Mirror
|