Spaces:
Running
Running
camillebri
commited on
Commit
·
ecd0436
1
Parent(s):
883763f
Update README.md
Browse files
README.md
CHANGED
@@ -8,4 +8,20 @@ pinned: true
|
|
8 |
license: mit
|
9 |
---
|
10 |
|
11 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
license: mit
|
9 |
---
|
10 |
|
11 |
+
# What is ClinicaDL ?
|
12 |
+
|
13 |
+
ClinicaDL is an open-source deep learning software for reproducible neuroimaging processing. It can be seen as the deep learning extension of
|
14 |
+
[Clinica](https://aramislab.paris.inria.fr/clinica/docs/public/latest/CAPS/Introduction/), an open-source Python library for neuroimaging preprocessing
|
15 |
+
and analysis. The combination of ClinicaDL and Clinica allows performing an end-to-end neuroimaging analysis, from the download of raw data sets to the
|
16 |
+
interpretation of trained networks, including neuroimaging preprocessing, quality check, label definition, architecture search, and network training and
|
17 |
+
evaluation.
|
18 |
+
ClinicaDL has been implemented to bring answers to three common issues encountered by deep learning users who are not always familiar with neuroimaging data:
|
19 |
+
- accessing properly formatted and pre-processed datasets can be difficult, which can be partly tackled by a dataset format established by the community: the Brain Imaging
|
20 |
+
Data Structure (BIDS) - methodological flaws in many studies which results are contaminated by data leakage,
|
21 |
+
- a lack of reproducibility that discredits results,
|
22 |
+
Employing ClinicaDL serves as an initial measure to avoid such prevalent problems.
|
23 |
+
|
24 |
+
This library was at first developed from the AD-DL project, a GitHub repository hosting the source code of a scientific publication on the deep learning classification
|
25 |
+
of brain images in the context of Alzheimer's disease. This is why some functions of ClinicaDL can still be specific to Alzheimer's disease context.
|
26 |
+
For moreinformation on this clinical context, please refer to our [tutorial](https://aramislab.paris.inria.fr/clinicadl/tuto/2023/html/index.html).
|
27 |
+
If you are new to ClinicaDL, please consider reading the [First steps section](https://clinicadl.readthedocs.io/en/latest/Introduction/) before starting your project!
|