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.


Notebooks

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

== Neurodiagnoses: AI-Powered Diagnosis ==

Neurodiagnoses provides **two AI-assisted diagnostic systems**, allowing clinicians to compare a **probabilistic** and a **structured tridimensional approach**.

---

===  Available Notebooks ===
Below are the Jupyter Notebooks implementing these diagnostic methods:

1. **Probabilistic Diagnosis Notebook**  
   - [Open Notebook](https://lab.jsc.ebrains.eu/hub/user-redirect/lab/tree/shared/Neurodiagnoses/probabilistic_diagnosis.ipynb)  
   - AI assigns multiple possible diagnoses with probability percentages.  
   - Example:  
     ```
     70% Frontotemporal Dementia  
     25% Vascular Dementia  
     5% Normal Pressure Hydrocephalus  
     ```
   - **Use Case:** Ranking differential diagnoses in complex cases.

2. **Tridimensional Diagnosis Notebook**  
   - [Open Notebook](https://lab.jsc.ebrains.eu/hub/user-redirect/lab/tree/shared/Neurodiagnoses/tridimensional_diagnosis.ipynb)  
   - AI provides structured diagnostic annotations based on:  
     - Axis 1: **Etiology** (genetic, metabolic, autoimmune, vascular)  
     - Axis 2: **Molecular Biomarkers** (CSF, PET, EEG, MRI features)  
     - Axis 3: **Neuroanatomoclinical Correlations** (functional brain regions, atrophy)  
   - **Use Case:** Precision neurology for biomarker-based classification.

Both notebooks run on **EBRAINS Jupyter Lab** and are available for real-time clinical testing.

---