This repository contains code and resources related to the implementation of the paper Transfer Learning in ECG Diagnosis: Is It Effective?
Please cite the original paper when you use this repo:
@article{nguyen2024transfer,
title={Transfer Learning in ECG Diagnosis: Is It Effective?},
author={Nguyen, Cuong V and Do, Cuong D},
journal={arXiv preprint arXiv:2402.02021},
year={2024}
}
To use this project, follow these steps:
-
Clone the repository:
git clone https://github.com/cuongvng/transfer-learning-ecg-diagnosis.git cd transfer-learning-ecg-diagnosis
-
Install the required dependencies: Python ≥ 3.9.0
pip install -r requirements.txt
This project is licensed under the GNU General Public License v3.0.