Skip to content

Determine the gender from a 12 Lead ECG signal with different machine learning algorithms.

License

Notifications You must be signed in to change notification settings

Tempelx/ECG_gender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ECG Gender Estimation

Classification project for estimating the gender in normal 12-lead ECG signals.

Running

For the feature calculation the Chinese Physiological Signal Challenge 2018 Database is used:

http://2018.icbeb.org/Challenge.html

If you want to recalculate the features go to this website and store the data on your local disc. Afterwards uncomment and change the path accordingly in main.py.

path_to_chin = 'your_path_goes_here'
features = fe.feature_calc(path_to_chin)

Otherwise just run the training function.

About

Determine the gender from a 12 Lead ECG signal with different machine learning algorithms.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages