(function(doc, html, url) { var widget = doc.createElement("div"); widget.innerHTML = html; var script = doc.currentScript; // e = a.currentScript; if (!script) { var scripts = doc.scripts; for (var i = 0; i < scripts.length; ++i) { script = scripts[i]; if (script.src && script.src.indexOf(url) != -1) break; } } script.parentElement.replaceChild(widget, script); }(document, '

Arrhythmia’s ECG signal classification

What is it about?

Arrhythmia is a disease often encountered in patients with cardiac problems. The presence of arrhythmia can be detected by an electrocardiogram (ECG) test. Automatic observation based on machine learning has been developed for long time. Unfortunately, only few of them have capability of explaining the knowledge inside themselves. Thus, transparency is important to improve human understanding of knowledge. To achieve this goal, a method based on cascaded transparent classifier is proposed, a method was prepared. Firstly, ECG signals were separated and every single signal was extracted using feature extraction method. Several of extracted feature’s attributes were selected, and the final step was classifying data using cascade classifier which consists of decision tree and the rule based classifier. Classification performance was evaluated with publicly available dataset, the MIT-BIH Physionet Dataset.

Why is it important?

Transparency in medical cases classification is important to help doctor making a decision including arrhythmia classification based on ECG signal.

Read more on Kudos…
The following have contributed to this page:
Noor Akhmad Setiawan
' ,"url"));