Skip to content

Rafay-Zubair/ecg_pcg_ga

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

#1. Environments: Ubuntu 18.04, Python3.6, tensorflow-gpu==1.10.1, keras==2.2.5, scikit-learn==0.23.2

#2. Data acquisition To run this script, you should download the dataset from http://doi.org/10.5281/zenodo.4263528. Note that put the code folder and data folder in the same dictionary.

#3. Run script You can change to the code dictionary and simply run the main.sh script. The training of cl-ecg-net and cl-pcg-net will successively be excuted and finally the process of Genetic Algorithm. cd ./code . main.sh

Or you can respectively excute the subprogram. e.g. solely train the cl-ecg-net. cd ./code/cl-ecg-net/ python train.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.9%
  • Shell 0.1%