MiriamCobo
commited on
Commit
•
7698c8a
1
Parent(s):
54cf6fa
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- Multi-task Learning
|
4 |
+
- Explainable AI
|
5 |
+
- Prognosis
|
6 |
+
---
|
7 |
+
# Multi-task Learning Approach for Intracranial Hemorrhage Prognosis
|
8 |
+
|
9 |
+
This repository contains the checkpoints of deep learning intracranial hemorrhage (ICH) prognosis models, used in the paper: 'Multi-task Learning Approach for Intracranial Hemorrhage Prognosis'.
|
10 |
+
Particularly, it contains the checkpoints of our proposed method, where we introduced a multi-task learning approach to jointly predict ICH, Glasgow Coma Scale and age, improving performance and interpretability.
|
11 |
+
|
12 |
+
The checkpoints are trained on the open-source Head-CT 2D/3D images with and without ICH prepared for Deep Learning dataset. You can access the dataset at this [link](https://digital.csic.es/handle/10261/275792).
|
13 |
+
|
14 |
+
Please refer to the [original GitHub repository](https://github.com/Trustworthy-AI-UU-NKI/MultitaskLearning_ICH_Prognosis) for the code.
|