DTW_physionet2016

所属分类:数学计算
开发工具:Python
文件大小:381KB
下载次数:1
上传日期:2021-02-10 14:38:52
上 传 者sh-1993
说明:  基于时间对齐技术的心音分类。
(Heart Sound Classification based on Temporal Alignment Techniques.)

文件列表:
GonzalezPerngWiens_CinC2016.pdf (221495, 2016-11-11)
LICENSE (35141, 2016-11-11)
__init__.py (21, 2016-11-11)
_defaults.py (506, 2016-11-11)
classifiers.py (956, 2016-11-11)
data (0, 2016-11-11)
data\RECORDS (20971, 2016-11-11)
data\RECORDS_validation (1884, 2016-11-11)
data\REFERENCE.csv (29773, 2016-11-11)
data\splits (0, 2016-11-11)
data\splits\a (2454, 2016-11-11)
data\splits\a+ (1752, 2016-11-11)
data\splits\a- (702, 2016-11-11)
data\splits\a_c (2352, 2016-11-11)
data\splits\a_n (102, 2016-11-11)
data\splits\abcde (20288, 2016-11-11)
data\splits\b (2940, 2016-11-11)
data\splits\b+ (624, 2016-11-11)
data\splits\b- (2316, 2016-11-11)
data\splits\b_c (2208, 2016-11-11)
data\splits\b_n (732, 2016-11-11)
data\splits\bcde (17834, 2016-11-11)
data\splits\bcde+ (2217, 2016-11-11)
data\splits\bcde- (15617, 2016-11-11)
data\splits\c (186, 2016-11-11)
data\splits\c+ (144, 2016-11-11)
data\splits\c- (42, 2016-11-11)
data\splits\c_c (162, 2016-11-11)
data\splits\c_n (24, 2016-11-11)
data\splits\d (330, 2016-11-11)
data\splits\d+ (168, 2016-11-11)
data\splits\d- (162, 2016-11-11)
data\splits\d_c (312, 2016-11-11)
data\splits\d_n (18, 2016-11-11)
data\splits\e (14378, 2016-11-11)
data\splits\e+ (1281, 2016-11-11)
data\splits\e- (13097, 2016-11-11)
... ...

# Heart Sound Classification based on Temporal Alignment Techniques This is the code repository for our Dynamic Time Warping based classifier submitted to the Physionet Challenge 2016. The description of the algorithm and the results obtained can be in associated [paper](https://github.com/JJGO/DTW_physionet2016/blob/master/GonzalezPerngWiens_CinC2016.pdf) The code includes Python scripts for: * Computing intrinsic DTW features for the RR intervals of a PCG recording. Features can also be extracted for individual heart sounds. * Clustering recordings based on DTW distance and deriving interDTW features that measure the similarity between two PCG recordings. * Obtaining MFCC features specially8 tuned for Phonocardiograms. * Training sklearn models from the features described above as well as other ones such as wavelets * Custom cross validation for unbalanced databases with potentially different sizes recording databases * Exhaustive and customizable experiment design suite with training, validation and testing * Caching of most results and feature sets to speed up model training and testing. The Physionet 2016 dataset can be found [here](http://physionet.org/challenge/2016) and the code used for the PCG segmentation [here](http://physionet.org/physiotools/hss) ## Installation The package requires Python >=3.3 since it uses the [multiprocessing](https://docs.python.org/3.5/library/multiprocessing.html) package to release the GIL. The implementation also requires `Cython` so if you do not have it installed you will need to install it ```sh pip install Cython ``` To compile the dependencies you will have to run the following commands ```sh cd utils/dtwpy python setup_dtw.py build_ext --inplace ``` ## How to cite Authors of scientific papers including results generated using the code provided here are encouraged to cite the paper. ```xml @inproceedings{ortiz2016cinc, title={Heart Sound Classification based on Temporal Alignment Techniques}, author={ Gonz\'alez Ortiz, Jos\'e Javier and Perng Phoo, Cheng and Wiens, Jenna}, booktitle={2016 43th Computing in Cardiology Conference, CinC 2016}, year={2016} } ``` ## Credit * Dataset from the Physionet 2016 [competition](http://physionet.org/challenge/2016/) * Segmentation algorithm thanks to [David Springer](http://physionet.org/physiotools/hss/) * MFCC feature implementation thanks to [James Lyons](https://github.com/jameslyons/python_speech_features) * Low level C implementation of DTW thanks to [mlpy](http://mlpy.sourceforge.net/) * SVC model implementation thanks to [sklearn](http://scikit-learn.org/)

近期下载者

相关文件


收藏者