Warning:  Due to planned infrastructure maintenance, the EBRAINS Wiki and EBRAINS Support system will be unavailable for up to three days starting Monday, 14 July. During this period, both services will be inaccessible, and any emails sent to the support address will not be received.

Attention: We are currently experiencing some issues with the EBRAINS Drive. Please bear with us as we fix this issue. We apologise for any inconvenience caused.


Wiki source code of Notebooks

Last modified by manuelmenendez on 2025/02/02 07:08

Hide last authors
manuelmenendez 4.1 1 ~== Neurodiagnoses: AI-Powered Diagnosis ==
manuelmenendez 1.1 2
manuelmenendez 4.1 3 Neurodiagnoses provides ~*~*two AI-assisted diagnostic systems~*~*, allowing clinicians to compare a ~*~*probabilistic~*~* and a ~*~*structured tridimensional approach~*~*.
manuelmenendez 1.1 4
5 ~-~--
6
manuelmenendez 4.1 7 ~===  Available Notebooks ===
8 Below are the Jupyter Notebooks implementing these diagnostic methods:
manuelmenendez 1.1 9
manuelmenendez 4.1 10 ~1. ~*~*Probabilistic Diagnosis Notebook~*~*
11 - [Open Notebook](https:~/~/lab.jsc.ebrains.eu/hub/user-redirect/lab/tree/shared/Neurodiagnoses/probabilistic_diagnosis.ipynb)
12 - AI assigns multiple possible diagnoses with probability percentages.
13 - Example:
14 ```
15 70% Frontotemporal Dementia
16 25% Vascular Dementia
17 5% Normal Pressure Hydrocephalus
18 ```
19 - ~*~*Use Case:~*~* Ranking differential diagnoses in complex cases.
manuelmenendez 1.1 20
manuelmenendez 4.1 21 2. ~*~*Tridimensional Diagnosis Notebook~*~*
22 - [Open Notebook](https:~/~/lab.jsc.ebrains.eu/hub/user-redirect/lab/tree/shared/Neurodiagnoses/tridimensional_diagnosis.ipynb)
23 - AI provides structured diagnostic annotations based on:
24 - Axis 1: ~*~*Etiology~*~* (genetic, metabolic, autoimmune, vascular)
25 - Axis 2: ~*~*Molecular Biomarkers~*~* (CSF, PET, EEG, MRI features)
26 - Axis 3: ~*~*Neuroanatomoclinical Correlations~*~* (functional brain regions, atrophy)
27 - ~*~*Use Case:~*~* Precision neurology for biomarker-based classification.
manuelmenendez 1.1 28
manuelmenendez 4.1 29 Both notebooks run on ~*~*EBRAINS Jupyter Lab~*~* and are available for real-time clinical testing.
manuelmenendez 1.1 30
31 ~-~--
32