Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 871 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 871 Bytes

Transfer Learning for ECG Diagnosis

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}
}

Installation

To use this project, follow these steps:

  1. Clone the repository:

    git clone https://github.com/cuongvng/transfer-learning-ecg-diagnosis.git
    cd transfer-learning-ecg-diagnosis
  2. Install the required dependencies: Python ≥ 3.9.0

    pip install -r requirements.txt

License

This project is licensed under the GNU General Public License v3.0.