Attention: The EBRAINS drive will be unavailable for most of the weekend starting the 25th October. Although the Lab is availble while the Drive is down, files that are stored in the Drive will not be loaded and you will be unable to save documents directly on the Lab.


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.

---