Skip to content

kbwgrootlipman/ich_prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

IntraCerebral Hemorrhage (ICH) Expansion

Code for reproduciblity and open science for ICH prediction (expansion, mRS, mortality).

Install and run

Create and activate a conda environment with Python

conda create -n ich_prediction python=3.9
conda activate ich_prediction

Install the requirements

conda install tensorflow-gpu==1.15
conda install keras==2.3.1
conda install pandas
conda install matplotlib==3.2.2
conda install scikit-learn=0.24.1
conda install scipy

Run script

python3 train_test.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages