Wiki source code of Notebooks
                  Last modified by manuelmenendez on 2025/02/02 07:08
              
      Show last authors
| author | version | line-number | content | 
|---|---|---|---|
| 1 | ~== Neurodiagnoses: AI-Powered Diagnosis == | ||
| 2 | |||
| 3 | Neurodiagnoses provides ~*~*two AI-assisted diagnostic systems~*~*, allowing clinicians to compare a ~*~*probabilistic~*~* and a ~*~*structured tridimensional approach~*~*. | ||
| 4 | |||
| 5 | ~-~-- | ||
| 6 | |||
| 7 | ~=== Available Notebooks === | ||
| 8 | Below are the Jupyter Notebooks implementing these diagnostic methods: | ||
| 9 | |||
| 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. | ||
| 20 | |||
| 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. | ||
| 28 | |||
| 29 | Both notebooks run on ~*~*EBRAINS Jupyter Lab~*~* and are available for real-time clinical testing. | ||
| 30 | |||
| 31 | ~-~-- | ||
| 32 |