Skip to content

Implementation of the paper "Transfer Learning in ECG Diagnosis: Is It Effective?"

License

Notifications You must be signed in to change notification settings

phuongvt24/transfer-learning-ecg-diagnosis

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

@misc{nguyen2024transfer,
      title={Transfer Learning in ECG Diagnosis: Is It Effective?}, 
      author={Cuong V. Nguyen and Cuong D. Do},
      year={2024},
      eprint={2402.02021},
      archivePrefix={arXiv},
      primaryClass={cs.LG}
}

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.

About

Implementation of the paper "Transfer Learning in ECG Diagnosis: Is It Effective?"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 98.6%
  • Python 1.4%