To reproduce the experiments in this GitHub repository, you should run the Jupyter Notebooks in the following order:
- cross_validation.ipynb
- final_training.ipynb
- testset_performance.ipynb
To run the Jupyter Notebooks you will need GPUs. For those of you who don't have your own GPU, we thought that it would be convenient to use free GPUs from Google.
The easiest way to open the Jupyter Notebooks from this GitHub repository in Google Colab is to:
- Use a Google Chrome browser
- Install the Google Colab extention: https://chrome.google.com/webstore/detail/open-in-colab/iogfkhleblhcpcekbiedikdehleodpjo
- Click on the Notebook, in this GitHub repository, you want to open
- Finally click on your new Google Colab extention right underneath the tabs in your Google Chrome browser.
Please acknowledge our work by citing our conference paper:
@inproceedings{singstad_2022,
title={Using deep convolutional neural networks to predict patients age based on ECGs from an independent test cohort},
author={Singstad, Bjorn-Jostein and Tawashi, Bilal},
journal={Proceedings of the Northern Lights Deep Learning Workshop},
pages={2022--10},
year={2022},
publisher={Proceedings of the Northern Lights Deep Learning Workshop}
}