SlideShare a Scribd company logo
Neural Networks inNeural Networks in
ECG classificationECG classification
Under the guidance ofUnder the guidance of
Prof. P. BhattacharyaProf. P. Bhattacharya
Nishant ChandraNishant Chandra
Mrigen NegiMrigen Negi
Meru A PatilMeru A Patil
LayoutLayout
 History of Neural networks in medicalHistory of Neural networks in medical
 Need for accurate processingNeed for accurate processing
 Applications of ANN in medicalApplications of ANN in medical
 What is ECG?What is ECG?
 ANN in classification of ArrhythmiasANN in classification of Arrhythmias
and Ischemiaand Ischemia
 ConclusionConclusion
History of Neural Networks inHistory of Neural Networks in
MedicalMedical
 Pioneering work of neural networkPioneering work of neural network
has started since 1943 by McCullochhas started since 1943 by McCulloch
and Pitts.and Pitts.
 Pattern recognition problem wasPattern recognition problem was
introduced by Rosenblatt (1958)introduced by Rosenblatt (1958)
Need for accurate processingNeed for accurate processing
 One of the major goals of observationalOne of the major goals of observational
studies in medicine is to identify patterns instudies in medicine is to identify patterns in
complex data sets.complex data sets.
 Correct classification of heart beats isCorrect classification of heart beats is
fundamental to ECG monitoring systems suchfundamental to ECG monitoring systems such
as an intensive care etc.as an intensive care etc.
 Computers are used to automate signalComputers are used to automate signal
processing.processing.
 ANNs can detect patterns and makeANNs can detect patterns and make
distinctions between different patterns thatdistinctions between different patterns that
may not be apparent to human analysis.may not be apparent to human analysis.
Applications of ANN in medicalApplications of ANN in medical
 It has been successfully applied to variousIt has been successfully applied to various
areas of medicine to solve non-linearareas of medicine to solve non-linear
problems.problems.
 Applications include prediction of diagnosisApplications include prediction of diagnosis
such as:such as:
– CancerCancer
– the onset of diabetes mellitusthe onset of diabetes mellitus
– survival prediction in AIDSsurvival prediction in AIDS
– eating disorders etceating disorders etc
 Applications in signal processing andApplications in signal processing and
interpretation involve ECGs orinterpretation involve ECGs or
electrocardiogramselectrocardiograms
MotivationMotivation
 Cardiovascular Diseases contributeCardiovascular Diseases contribute
29.3% of total deaths in world.29.3% of total deaths in world.
 Online ECG monitoring in ICUs/CCUs.Online ECG monitoring in ICUs/CCUs.
 Acting Specialist in emergency cases.Acting Specialist in emergency cases.
 Each component (P,QRS,T waves)Each component (P,QRS,T waves)
has different frequencies.has different frequencies.
 Each individual is different.Each individual is different.
 Learning by experience.Learning by experience.
What is ElectrocardiogramWhat is Electrocardiogram
(ECG) ?(ECG) ?
 ECG is the graphic recording of electricECG is the graphic recording of electric
potentials generated by the heart.potentials generated by the heart.
 12 lead ECG12 lead ECG
 3 bipolar limb leads – I, II, III3 bipolar limb leads – I, II, III
 3 unipolar augmented limb leads - AVF, AVR,3 unipolar augmented limb leads - AVF, AVR,
AVLAVL
 6 unipolar chest leads – V1 to V6.6 unipolar chest leads – V1 to V6.
Anatomy of Heart and ECG signalAnatomy of Heart and ECG signal
Normal ECG signal
Conducting System of Heart
Posterior
Anterior
Limb leads orientation with
respect to heart
Chest leads orientation with
respect to heart
The 12 Views of the Heart
12 Lead Normal ECG
6 Limb leads 6 Chest leads
RR
ECG and diseasesECG and diseases
Some of the diseases diagnosed bySome of the diseases diagnosed by
ECG are:ECG are:
 Myocardial Ischemia/Infarction.Myocardial Ischemia/Infarction.
 Arrhythmias.Arrhythmias.
 Hypertrophy and enlargement of heart.Hypertrophy and enlargement of heart.
 Conduction Blocks.Conduction Blocks.
 Preexcitation Syndromes.Preexcitation Syndromes.
 Other cardiac disorders.Other cardiac disorders.
Did you know !!Did you know !!
 In heart Transplant Acute heartIn heart Transplant Acute heart
rejection is more likely to happenrejection is more likely to happen
when the heart donor was femalewhen the heart donor was female
regardless of recipient sex.regardless of recipient sex.
 Every 34 seconds, a person diesEvery 34 seconds, a person dies
from Heart Diseases in the Unitedfrom Heart Diseases in the United
States.States.
Myocardial IschemiaMyocardial Ischemia
 Due to lack of adequate blood flow toDue to lack of adequate blood flow to
the myocardium.the myocardium.
 Ischemia is reversible.Ischemia is reversible.
 Changes in ECG:Changes in ECG:
 T wave peakingT wave peaking
 Symmetric T wave inversionSymmetric T wave inversion
 ST segment elevationST segment elevation
Different ECG Signals
Normal Signal ST segment elevated signal
ECG with T wave inversion ECG Signal with peak T waves
Myocardial Ischemia cont..Myocardial Ischemia cont..
ArrhythmiasArrhythmias
 It refers to any disturbance in theIt refers to any disturbance in the
rate, regularity, site of origin, orrate, regularity, site of origin, or
conduction of cardiac electricalconduction of cardiac electrical
impulse.impulse.
 Broadly two types:Broadly two types:
 Tachycardia – Heart Rate beyond 100Tachycardia – Heart Rate beyond 100
bits/minute.bits/minute.
 Bradycardia – Heart Rate below 60Bradycardia – Heart Rate below 60
bits/minute.bits/minute.
Different ECG Signals
Normal ECG Signal
ECG signal of Bradycardia patient
ECG signal of Tachycardia patient
Arrhythmias cont ..
Sensitivity (SE) and Specificity (SP)Sensitivity (SE) and Specificity (SP)
 Helps us to explore the relationshipHelps us to explore the relationship
between a diagnostic test and the (true)between a diagnostic test and the (true)
presence or absence of disease.presence or absence of disease.
 A test which is very sensitive will rarelyA test which is very sensitive will rarely
miss people with the disease.miss people with the disease.
 A specific test will have few false positiveA specific test will have few false positive
results - it will rarely misclassify peopleresults - it will rarely misclassify people
without the disease as being diseased.without the disease as being diseased.
 Classification Rate:Classification Rate:
CC = 100×(TP+TN)/(TN+TP+FN+FP)]
Sensitivity (SE) and Specificity (SP) Cont…Sensitivity (SE) and Specificity (SP) Cont…
ApproachApproach
 Variable attributes considered toVariable attributes considered to
affect the training and generalizationaffect the training and generalization
of the ANNs were identified asof the ANNs were identified as
follows:follows:
– Number of nodes in the hidden layerNumber of nodes in the hidden layer
– Feature Selection method employedFeature Selection method employed
– Number of files in training setNumber of files in training set
– Size of input feature vectorSize of input feature vector
– Number of epochsNumber of epochs
Case StudyCase Study
Feature Extraction:Feature Extraction:
 Fourier TransformFourier Transform
 Principal component analysis (PCA)Principal component analysis (PCA)
– widely used in signal processing,widely used in signal processing,
statistics, and neural computing.statistics, and neural computing.
– basic goal is to reduce the dimension ofbasic goal is to reduce the dimension of
the data.the data.
 Linear Prediction Coding (LPC)Linear Prediction Coding (LPC)
Fourier TransformFourier Transform
 QRS complex is extracted by
applying a window of some time
duration (say 250 ms).
 Each QRS complex is Fourier
transformed and then the power
spectrum is calculated.
 The components generated along
with the temporal vectors give the
feature vector.
QRS spectra of a normal beatQRS spectra of a normal beat
QRS spectra of a Arrhythmia beatQRS spectra of a Arrhythmia beat
PCAPCA
 Step 1: Get some dataStep 1: Get some data
 Step 2: Subtract the meanStep 2: Subtract the mean
 Step 3: Calculate the covarianceStep 3: Calculate the covariance
matrixmatrix
 Step 4: Calculate the eigenvectors andStep 4: Calculate the eigenvectors and
eigenvalues of the covariance matrixeigenvalues of the covariance matrix
 Step 5: Choosing components andStep 5: Choosing components and
forming a feature vectorforming a feature vector
 Step 6: Deriving the new data setStep 6: Deriving the new data set
Linear Prediction Coding (LPC)Linear Prediction Coding (LPC)
 The basic idea of this technique is that
sampled QRS segment can be
approximated as a linear combination of
the past QRS samples.
 a is the i th linear prediction coefficient,
and p is the order of the predictor.
 LPC coefficients can be extracted using
various methods viz Burg’s Method.
Training the NNTraining the NN
 Number of neurons in the input layer is
determined by the number of elements in
the input feature vector.
 The output layer is determined by the
number of classes desired.
 The number of neurons in the hidden layer
varies according to the specific recognition
task and is determined by the complexity
and amount of training data available.
Neural network classifier
architecture
Performance AnalysisPerformance Analysis
 The performance of the neural
classifiers is evaluated by computing
the percentages of:
– sensitivity (SE),
– specificity (SP) and
– correct classification (CC)
ResultsResults
NeuralNeural
ClassifierClassifier
Input LayerInput Layer Hidden LayerHidden Layer
11 1212 55
22 10 3
33 5 2
Results Cont.Results Cont.
NeuralNeural
ClassifierClassifier
(Avrg.)(Avrg.)
CorrectCorrect
classificationclassification
%%
SensitivitySensitivity
%%
SpecificitySpecificity
%%
11 94.8394.83 86.6386.63 94.4294.42
22 91.34 81.33 91.92
33 88.25 76.17 88.95
Results Cont.Results Cont.
 How does ANN based classificationHow does ANN based classification
compare with:compare with:
– Other ECG widely used interpretationOther ECG widely used interpretation
program?program?
Neural networks were 15.5% more sensitiveNeural networks were 15.5% more sensitive
– Expert cardiologistExpert cardiologist
10.5% more sensitive than the cardiologist10.5% more sensitive than the cardiologist
ConclusionConclusion
 Performance of the neural network
strategy has shown higher
performance than other classical
methods (Cox regression models) in
predicting clinical outcomes of the
risk of coronary artery disease.
ReferencesReferences
 [1] M. A. Chikh, F. Bereksi Reguig. Application of
artificial neural networks to identify the
premature ventricular contraction (PVC)
beats,2004
 [2] Costas Papaloukasa, Dimitrios I. Fotiadisb,
Aristidis Likasb, Lampros K. Michalis. An ischemia
detection method based on artificial neural
networks,2002
 [3] C.D. Nugent, J.A.C. Webb, N.D. Black, G.T.H.
Wright, M. McIntyre. An intelligent framework for
the classification of the 12-lead ECG, 1999.
 Introduction to Neural Networks in Healthcare,Introduction to Neural Networks in Healthcare,
Open Clinic, 2002.Open Clinic, 2002.
 [4] M.S. Thaler, The Only EKG Book You’ll Ever[4] M.S. Thaler, The Only EKG Book You’ll Ever
Need 3Need 3rdrd
Edition, Lippincott Williams & Wilkins.Edition, Lippincott Williams & Wilkins.
 P.J Mehta, Understanding ECG, 5P.J Mehta, Understanding ECG, 5thth
Edition, TheEdition, The
National Book Depot.National Book Depot.
Believe it or NOT !!Believe it or NOT !!
 How much blood does your heart pump?How much blood does your heart pump?
– An average heart pumps 2.4 ounces (70An average heart pumps 2.4 ounces (70
milliliters) per heartbeat. An average heartbeatmilliliters) per heartbeat. An average heartbeat
is 72 beats per minute. Therefore an averageis 72 beats per minute. Therefore an average
heart pumps 1.3 gallons (5 Liters) per minute.heart pumps 1.3 gallons (5 Liters) per minute.
In other words it pumps 1,900 gallons (7,200In other words it pumps 1,900 gallons (7,200
Liters) per day, almost 700,000 gallonsLiters) per day, almost 700,000 gallons
(2,628,000 Liters) per year, or 48 million(2,628,000 Liters) per year, or 48 million
gallons (184,086,000 liters) by the timegallons (184,086,000 liters) by the time
someone is 70 years old. That's not bad for asomeone is 70 years old. That's not bad for a
10 ounce pump!10 ounce pump!
 Men suffer heart attacks about 10 yearsMen suffer heart attacks about 10 years
earlier in life than women do.earlier in life than women do.
Ecg

More Related Content

What's hot

Echocardiographic evaluation of lv function
Echocardiographic evaluation of lv functionEchocardiographic evaluation of lv function
Echocardiographic evaluation of lv function
Nguyen Phong Trung
 
Pressure, Damping and Ventricularization_Crimson Publishers
Pressure, Damping and Ventricularization_Crimson PublishersPressure, Damping and Ventricularization_Crimson Publishers
Pressure, Damping and Ventricularization_Crimson Publishers
crimsonpublishersOJCHD
 
Pacemaker basics
Pacemaker basicsPacemaker basics
Pacemaker basics
drpraveen1986
 
Basic technical concepts in cardiac pacing
Basic technical concepts in cardiac pacingBasic technical concepts in cardiac pacing
Basic technical concepts in cardiac pacing
Sunil Reddy D
 
What does coronary calcium score mean?
What does coronary calcium score mean?What does coronary calcium score mean?
What does coronary calcium score mean?
Jayanth Hiremagalur
 
How to echo... tricuspid regurgitation.ppt
How to echo... tricuspid regurgitation.pptHow to echo... tricuspid regurgitation.ppt
How to echo... tricuspid regurgitation.ppt
Vinayak Vadgaonkar
 
Lv systolic function
Lv systolic functionLv systolic function
Lv systolic function
AlanTalapiu
 
Basic EP study (part1)
Basic  EP  study (part1)Basic  EP  study (part1)
Basic EP study (part1)
SolidaSakhan
 
ICD troubleshooting
ICD troubleshootingICD troubleshooting
ICD troubleshooting
Satyam Rajvanshi
 
Echocardiographic evaluation of Aortic stenosis
Echocardiographic evaluation of Aortic stenosisEchocardiographic evaluation of Aortic stenosis
Echocardiographic evaluation of Aortic stenosis
Aswin Rm
 
Basic ecg
Basic ecgBasic ecg
Basic ecg
A.Salam Sharif
 
How to echo series...LV systolic function-practical assessment
How to echo series...LV systolic function-practical assessmentHow to echo series...LV systolic function-practical assessment
How to echo series...LV systolic function-practical assessment
Vinayak Vadgaonkar
 
Tissue doppler imaging
Tissue doppler imagingTissue doppler imaging
Tissue doppler imagingFuad Farooq
 
ECHOCARDIOGRAPHIC EVALUATION of LEFT VENTRICULAR DIASTOLIC FUNCTION toufiqur ...
ECHOCARDIOGRAPHIC EVALUATION of LEFT VENTRICULAR DIASTOLIC FUNCTION toufiqur ...ECHOCARDIOGRAPHIC EVALUATION of LEFT VENTRICULAR DIASTOLIC FUNCTION toufiqur ...
ECHOCARDIOGRAPHIC EVALUATION of LEFT VENTRICULAR DIASTOLIC FUNCTION toufiqur ...
PROFESSOR DR. MD. TOUFIQUR RAHMAN
 
Pre-Procedural Preparation and CRT Implantation Tips and Tricks
Pre-Procedural Preparation and CRT Implantation Tips and TricksPre-Procedural Preparation and CRT Implantation Tips and Tricks
Pre-Procedural Preparation and CRT Implantation Tips and Tricks
Taiwan Heart Rhythm Society
 
Echocardiographic Evaluation of LV Diastolic Function
Echocardiographic Evaluation of LV Diastolic FunctionEchocardiographic Evaluation of LV Diastolic Function
Echocardiographic Evaluation of LV Diastolic Function
Junhao Koh
 
Cath hemodynamics vir
Cath hemodynamics virCath hemodynamics vir
Cath hemodynamics vir
Dr Virbhan Balai
 
Amplifiers, filters and digital recording systems
Amplifiers, filters and digital recording systemsAmplifiers, filters and digital recording systems
Amplifiers, filters and digital recording systemsBenjamin Jacob
 
Electrical testing of pacemaker
Electrical testing of pacemakerElectrical testing of pacemaker
Electrical testing of pacemaker
Ramachandra Barik
 

What's hot (20)

Echocardiographic evaluation of lv function
Echocardiographic evaluation of lv functionEchocardiographic evaluation of lv function
Echocardiographic evaluation of lv function
 
Pressure, Damping and Ventricularization_Crimson Publishers
Pressure, Damping and Ventricularization_Crimson PublishersPressure, Damping and Ventricularization_Crimson Publishers
Pressure, Damping and Ventricularization_Crimson Publishers
 
Pacemaker basics
Pacemaker basicsPacemaker basics
Pacemaker basics
 
Basic technical concepts in cardiac pacing
Basic technical concepts in cardiac pacingBasic technical concepts in cardiac pacing
Basic technical concepts in cardiac pacing
 
What does coronary calcium score mean?
What does coronary calcium score mean?What does coronary calcium score mean?
What does coronary calcium score mean?
 
How to echo... tricuspid regurgitation.ppt
How to echo... tricuspid regurgitation.pptHow to echo... tricuspid regurgitation.ppt
How to echo... tricuspid regurgitation.ppt
 
Lv systolic function
Lv systolic functionLv systolic function
Lv systolic function
 
Basic EP study (part1)
Basic  EP  study (part1)Basic  EP  study (part1)
Basic EP study (part1)
 
ICD troubleshooting
ICD troubleshootingICD troubleshooting
ICD troubleshooting
 
Echocardiographic evaluation of Aortic stenosis
Echocardiographic evaluation of Aortic stenosisEchocardiographic evaluation of Aortic stenosis
Echocardiographic evaluation of Aortic stenosis
 
Basic ecg
Basic ecgBasic ecg
Basic ecg
 
How to echo series...LV systolic function-practical assessment
How to echo series...LV systolic function-practical assessmentHow to echo series...LV systolic function-practical assessment
How to echo series...LV systolic function-practical assessment
 
Tissue doppler imaging
Tissue doppler imagingTissue doppler imaging
Tissue doppler imaging
 
ECHOCARDIOGRAPHIC EVALUATION of LEFT VENTRICULAR DIASTOLIC FUNCTION toufiqur ...
ECHOCARDIOGRAPHIC EVALUATION of LEFT VENTRICULAR DIASTOLIC FUNCTION toufiqur ...ECHOCARDIOGRAPHIC EVALUATION of LEFT VENTRICULAR DIASTOLIC FUNCTION toufiqur ...
ECHOCARDIOGRAPHIC EVALUATION of LEFT VENTRICULAR DIASTOLIC FUNCTION toufiqur ...
 
Pre-Procedural Preparation and CRT Implantation Tips and Tricks
Pre-Procedural Preparation and CRT Implantation Tips and TricksPre-Procedural Preparation and CRT Implantation Tips and Tricks
Pre-Procedural Preparation and CRT Implantation Tips and Tricks
 
Echocardiographic Evaluation of LV Diastolic Function
Echocardiographic Evaluation of LV Diastolic FunctionEchocardiographic Evaluation of LV Diastolic Function
Echocardiographic Evaluation of LV Diastolic Function
 
Cath hemodynamics vir
Cath hemodynamics virCath hemodynamics vir
Cath hemodynamics vir
 
Amplifiers, filters and digital recording systems
Amplifiers, filters and digital recording systemsAmplifiers, filters and digital recording systems
Amplifiers, filters and digital recording systems
 
Electrical testing of pacemaker
Electrical testing of pacemakerElectrical testing of pacemaker
Electrical testing of pacemaker
 
Electrophysiologic Study
Electrophysiologic StudyElectrophysiologic Study
Electrophysiologic Study
 

Viewers also liked

Heart disease prediction system
Heart disease prediction systemHeart disease prediction system
Heart disease prediction system
SWAMI06
 
50120140506016
5012014050601650120140506016
50120140506016
IAEME Publication
 
Design and implementation of neural network based circuits for vlsi testing
Design and implementation of neural network based circuits for vlsi testingDesign and implementation of neural network based circuits for vlsi testing
Design and implementation of neural network based circuits for vlsi testing
Bangladesh University of Business & Technology
 
ECG BY Dr.MOHAMED RAMADAN
ECG BY Dr.MOHAMED RAMADANECG BY Dr.MOHAMED RAMADAN
ECG BY Dr.MOHAMED RAMADAN
Mohamed Ramadan
 
Basic ecg stripsnew
Basic ecg stripsnewBasic ecg stripsnew
Basic ecg stripsnewsunny3141
 
Natural neural networking
Natural neural networkingNatural neural networking
Natural neural networkingPS Deb
 
ECG By Dr Bashir Ahmed Dar Associate Professor Medicine Chinkipora Sopore Kas...
ECG By Dr Bashir Ahmed Dar Associate Professor Medicine Chinkipora Sopore Kas...ECG By Dr Bashir Ahmed Dar Associate Professor Medicine Chinkipora Sopore Kas...
ECG By Dr Bashir Ahmed Dar Associate Professor Medicine Chinkipora Sopore Kas...
Prof Dr Bashir Ahmed Dar
 
Project report of OCR Recognition
Project report of OCR RecognitionProject report of OCR Recognition
Project report of OCR Recognition
Bharat Kalia
 
Optical Character Recognition( OCR )
Optical Character Recognition( OCR )Optical Character Recognition( OCR )
Optical Character Recognition( OCR )
Karan Panjwani
 
ECG
ECGECG
ECG interpretation: the basics
ECG interpretation: the basicsECG interpretation: the basics
ECG interpretation: the basics
Jamie Ranse
 
ECG
ECGECG
Basics of Electrocardiography(ECG)
Basics of Electrocardiography(ECG)Basics of Electrocardiography(ECG)
Basics of Electrocardiography(ECG)
LPS Institute of Cardiology Kanpur UP India
 
Basics of ECG.ppt dr.k.subramanyam
Basics of ECG.ppt dr.k.subramanyamBasics of ECG.ppt dr.k.subramanyam
Basics of ECG.ppt dr.k.subramanyamAdarsh
 
ECG Basics
ECG BasicsECG Basics
Hand Written Character Recognition Using Neural Networks
Hand Written Character Recognition Using Neural Networks Hand Written Character Recognition Using Neural Networks
Hand Written Character Recognition Using Neural Networks Chiranjeevi Adi
 

Viewers also liked (18)

Heart disease prediction system
Heart disease prediction systemHeart disease prediction system
Heart disease prediction system
 
50120140506016
5012014050601650120140506016
50120140506016
 
Design and implementation of neural network based circuits for vlsi testing
Design and implementation of neural network based circuits for vlsi testingDesign and implementation of neural network based circuits for vlsi testing
Design and implementation of neural network based circuits for vlsi testing
 
ECG BY Dr.MOHAMED RAMADAN
ECG BY Dr.MOHAMED RAMADANECG BY Dr.MOHAMED RAMADAN
ECG BY Dr.MOHAMED RAMADAN
 
Basic ecg stripsnew
Basic ecg stripsnewBasic ecg stripsnew
Basic ecg stripsnew
 
Natural neural networking
Natural neural networkingNatural neural networking
Natural neural networking
 
ECG By Dr Bashir Ahmed Dar Associate Professor Medicine Chinkipora Sopore Kas...
ECG By Dr Bashir Ahmed Dar Associate Professor Medicine Chinkipora Sopore Kas...ECG By Dr Bashir Ahmed Dar Associate Professor Medicine Chinkipora Sopore Kas...
ECG By Dr Bashir Ahmed Dar Associate Professor Medicine Chinkipora Sopore Kas...
 
Basics of ECG
Basics of ECGBasics of ECG
Basics of ECG
 
Project report of OCR Recognition
Project report of OCR RecognitionProject report of OCR Recognition
Project report of OCR Recognition
 
Optical Character Recognition( OCR )
Optical Character Recognition( OCR )Optical Character Recognition( OCR )
Optical Character Recognition( OCR )
 
ECG
ECGECG
ECG
 
ECG interpretation: the basics
ECG interpretation: the basicsECG interpretation: the basics
ECG interpretation: the basics
 
ECG
ECGECG
ECG
 
Basics of Electrocardiography(ECG)
Basics of Electrocardiography(ECG)Basics of Electrocardiography(ECG)
Basics of Electrocardiography(ECG)
 
Basics of ECG
Basics of ECGBasics of ECG
Basics of ECG
 
Basics of ECG.ppt dr.k.subramanyam
Basics of ECG.ppt dr.k.subramanyamBasics of ECG.ppt dr.k.subramanyam
Basics of ECG.ppt dr.k.subramanyam
 
ECG Basics
ECG BasicsECG Basics
ECG Basics
 
Hand Written Character Recognition Using Neural Networks
Hand Written Character Recognition Using Neural Networks Hand Written Character Recognition Using Neural Networks
Hand Written Character Recognition Using Neural Networks
 

Similar to Ecg

Classification and Detection of ECG-signals using Artificial Neural Networks
Classification and Detection of ECG-signals using Artificial Neural NetworksClassification and Detection of ECG-signals using Artificial Neural Networks
Classification and Detection of ECG-signals using Artificial Neural Networks
Gaurav upadhyay
 
Ecg beat classification and feature extraction using artificial neural networ...
Ecg beat classification and feature extraction using artificial neural networ...Ecg beat classification and feature extraction using artificial neural networ...
Ecg beat classification and feature extraction using artificial neural networ...
priyanka leenakhabiya
 
Classification of ecg signal using artificial neural network
Classification of ecg signal using artificial neural networkClassification of ecg signal using artificial neural network
Classification of ecg signal using artificial neural network
Gaurav upadhyay
 
Nuclear imaging bck
Nuclear imaging bckNuclear imaging bck
Nuclear imaging bck
Rambabu Satipedakala
 
Classification and Detection of ECG-signals using Artificial Neural Networks
Classification and Detection of ECG-signals using Artificial Neural NetworksClassification and Detection of ECG-signals using Artificial Neural Networks
Classification and Detection of ECG-signals using Artificial Neural Networks
Gaurav upadhyay
 
Electrophysiology basics,part1(lecture)
Electrophysiology basics,part1(lecture)Electrophysiology basics,part1(lecture)
Electrophysiology basics,part1(lecture)
salah_atta
 
Electrophysiologic basics,part1(lecture)
Electrophysiologic basics,part1(lecture)Electrophysiologic basics,part1(lecture)
Electrophysiologic basics,part1(lecture)
salah_atta
 
A Review on Arrhythmia Detection Using ECG Signal
A Review on Arrhythmia Detection Using ECG SignalA Review on Arrhythmia Detection Using ECG Signal
A Review on Arrhythmia Detection Using ECG Signal
paperpublications3
 
Detection of Arrhythmia
Detection of ArrhythmiaDetection of Arrhythmia
Detection of Arrhythmia
Matthew Dunning
 
Domain meetup: E-Healthcare #2
Domain meetup: E-Healthcare #2Domain meetup: E-Healthcare #2
Domain meetup: E-Healthcare #2
Tatiana Lapteva
 
Af4103186190
Af4103186190Af4103186190
Af4103186190
IJERA Editor
 
2 neuro. ixs 1
2 neuro. ixs 1 2 neuro. ixs 1
2 neuro. ixs 1
eliasmawla
 
IRJET- Classification and Identification of Arrhythmia using Machine Lear...
IRJET-  	  Classification and Identification of Arrhythmia using Machine Lear...IRJET-  	  Classification and Identification of Arrhythmia using Machine Lear...
IRJET- Classification and Identification of Arrhythmia using Machine Lear...
IRJET Journal
 
Non invasive evaluation of arrhythmias
Non invasive evaluation of arrhythmiasNon invasive evaluation of arrhythmias
Non invasive evaluation of arrhythmias
Sunil Reddy D
 
1804.06812
1804.068121804.06812
1804.06812
maicu1
 
Classifying electrocardiograph waveforms using trained deep learning neural n...
Classifying electrocardiograph waveforms using trained deep learning neural n...Classifying electrocardiograph waveforms using trained deep learning neural n...
Classifying electrocardiograph waveforms using trained deep learning neural n...
IAESIJAI
 
Cardiac MRI
Cardiac MRICardiac MRI
Cardiac MRI
NAJEEB ULLAH SOFI
 
IRJET - ECG based Cardiac Arrhythmia Detection using a Deep Neural Network
IRJET - ECG based Cardiac Arrhythmia Detection using a Deep Neural NetworkIRJET - ECG based Cardiac Arrhythmia Detection using a Deep Neural Network
IRJET - ECG based Cardiac Arrhythmia Detection using a Deep Neural Network
IRJET Journal
 
Presentation%20 book
Presentation%20 bookPresentation%20 book
Presentation%20 bookTony Cox
 
Diagnostic Ecg
Diagnostic EcgDiagnostic Ecg
Diagnostic Ecg
Nourhan Selem Salm
 

Similar to Ecg (20)

Classification and Detection of ECG-signals using Artificial Neural Networks
Classification and Detection of ECG-signals using Artificial Neural NetworksClassification and Detection of ECG-signals using Artificial Neural Networks
Classification and Detection of ECG-signals using Artificial Neural Networks
 
Ecg beat classification and feature extraction using artificial neural networ...
Ecg beat classification and feature extraction using artificial neural networ...Ecg beat classification and feature extraction using artificial neural networ...
Ecg beat classification and feature extraction using artificial neural networ...
 
Classification of ecg signal using artificial neural network
Classification of ecg signal using artificial neural networkClassification of ecg signal using artificial neural network
Classification of ecg signal using artificial neural network
 
Nuclear imaging bck
Nuclear imaging bckNuclear imaging bck
Nuclear imaging bck
 
Classification and Detection of ECG-signals using Artificial Neural Networks
Classification and Detection of ECG-signals using Artificial Neural NetworksClassification and Detection of ECG-signals using Artificial Neural Networks
Classification and Detection of ECG-signals using Artificial Neural Networks
 
Electrophysiology basics,part1(lecture)
Electrophysiology basics,part1(lecture)Electrophysiology basics,part1(lecture)
Electrophysiology basics,part1(lecture)
 
Electrophysiologic basics,part1(lecture)
Electrophysiologic basics,part1(lecture)Electrophysiologic basics,part1(lecture)
Electrophysiologic basics,part1(lecture)
 
A Review on Arrhythmia Detection Using ECG Signal
A Review on Arrhythmia Detection Using ECG SignalA Review on Arrhythmia Detection Using ECG Signal
A Review on Arrhythmia Detection Using ECG Signal
 
Detection of Arrhythmia
Detection of ArrhythmiaDetection of Arrhythmia
Detection of Arrhythmia
 
Domain meetup: E-Healthcare #2
Domain meetup: E-Healthcare #2Domain meetup: E-Healthcare #2
Domain meetup: E-Healthcare #2
 
Af4103186190
Af4103186190Af4103186190
Af4103186190
 
2 neuro. ixs 1
2 neuro. ixs 1 2 neuro. ixs 1
2 neuro. ixs 1
 
IRJET- Classification and Identification of Arrhythmia using Machine Lear...
IRJET-  	  Classification and Identification of Arrhythmia using Machine Lear...IRJET-  	  Classification and Identification of Arrhythmia using Machine Lear...
IRJET- Classification and Identification of Arrhythmia using Machine Lear...
 
Non invasive evaluation of arrhythmias
Non invasive evaluation of arrhythmiasNon invasive evaluation of arrhythmias
Non invasive evaluation of arrhythmias
 
1804.06812
1804.068121804.06812
1804.06812
 
Classifying electrocardiograph waveforms using trained deep learning neural n...
Classifying electrocardiograph waveforms using trained deep learning neural n...Classifying electrocardiograph waveforms using trained deep learning neural n...
Classifying electrocardiograph waveforms using trained deep learning neural n...
 
Cardiac MRI
Cardiac MRICardiac MRI
Cardiac MRI
 
IRJET - ECG based Cardiac Arrhythmia Detection using a Deep Neural Network
IRJET - ECG based Cardiac Arrhythmia Detection using a Deep Neural NetworkIRJET - ECG based Cardiac Arrhythmia Detection using a Deep Neural Network
IRJET - ECG based Cardiac Arrhythmia Detection using a Deep Neural Network
 
Presentation%20 book
Presentation%20 bookPresentation%20 book
Presentation%20 book
 
Diagnostic Ecg
Diagnostic EcgDiagnostic Ecg
Diagnostic Ecg
 

Recently uploaded

Report Back from SGO 2024: What’s the Latest in Cervical Cancer?
Report Back from SGO 2024: What’s the Latest in Cervical Cancer?Report Back from SGO 2024: What’s the Latest in Cervical Cancer?
Report Back from SGO 2024: What’s the Latest in Cervical Cancer?
bkling
 
Are There Any Natural Remedies To Treat Syphilis.pdf
Are There Any Natural Remedies To Treat Syphilis.pdfAre There Any Natural Remedies To Treat Syphilis.pdf
Are There Any Natural Remedies To Treat Syphilis.pdf
Little Cross Family Clinic
 
MANAGEMENT OF ATRIOVENTRICULAR CONDUCTION BLOCK.pdf
MANAGEMENT OF ATRIOVENTRICULAR CONDUCTION BLOCK.pdfMANAGEMENT OF ATRIOVENTRICULAR CONDUCTION BLOCK.pdf
MANAGEMENT OF ATRIOVENTRICULAR CONDUCTION BLOCK.pdf
Jim Jacob Roy
 
Superficial & Deep Fascia of the NECK.pptx
Superficial & Deep Fascia of the NECK.pptxSuperficial & Deep Fascia of the NECK.pptx
Superficial & Deep Fascia of the NECK.pptx
Dr. Rabia Inam Gandapore
 
BRACHYTHERAPY OVERVIEW AND APPLICATORS
BRACHYTHERAPY OVERVIEW  AND  APPLICATORSBRACHYTHERAPY OVERVIEW  AND  APPLICATORS
BRACHYTHERAPY OVERVIEW AND APPLICATORS
Krishan Murari
 
Surat @ℂall @Girls ꧁❤8527049040❤꧂@ℂall @Girls Service Vip Top Model Safe
Surat @ℂall @Girls ꧁❤8527049040❤꧂@ℂall @Girls Service Vip Top Model SafeSurat @ℂall @Girls ꧁❤8527049040❤꧂@ℂall @Girls Service Vip Top Model Safe
Surat @ℂall @Girls ꧁❤8527049040❤꧂@ℂall @Girls Service Vip Top Model Safe
Savita Shen $i11
 
How to Give Better Lectures: Some Tips for Doctors
How to Give Better Lectures: Some Tips for DoctorsHow to Give Better Lectures: Some Tips for Doctors
How to Give Better Lectures: Some Tips for Doctors
LanceCatedral
 
Lung Cancer: Artificial Intelligence, Synergetics, Complex System Analysis, S...
Lung Cancer: Artificial Intelligence, Synergetics, Complex System Analysis, S...Lung Cancer: Artificial Intelligence, Synergetics, Complex System Analysis, S...
Lung Cancer: Artificial Intelligence, Synergetics, Complex System Analysis, S...
Oleg Kshivets
 
NVBDCP.pptx Nation vector borne disease control program
NVBDCP.pptx Nation vector borne disease control programNVBDCP.pptx Nation vector borne disease control program
NVBDCP.pptx Nation vector borne disease control program
Sapna Thakur
 
263778731218 Abortion Clinic /Pills In Harare ,
263778731218 Abortion Clinic /Pills In Harare ,263778731218 Abortion Clinic /Pills In Harare ,
263778731218 Abortion Clinic /Pills In Harare ,
sisternakatoto
 
planning for change nursing Management ppt
planning for change nursing Management pptplanning for change nursing Management ppt
planning for change nursing Management ppt
Thangamjayarani
 
Sex determination from mandible pelvis and skull
Sex determination from mandible pelvis and skullSex determination from mandible pelvis and skull
Sex determination from mandible pelvis and skull
ShashankRoodkee
 
Physiology of Chemical Sensation of smell.pdf
Physiology of Chemical Sensation of smell.pdfPhysiology of Chemical Sensation of smell.pdf
Physiology of Chemical Sensation of smell.pdf
MedicoseAcademics
 
HOT NEW PRODUCT! BIG SALES FAST SHIPPING NOW FROM CHINA!! EU KU DB BK substit...
HOT NEW PRODUCT! BIG SALES FAST SHIPPING NOW FROM CHINA!! EU KU DB BK substit...HOT NEW PRODUCT! BIG SALES FAST SHIPPING NOW FROM CHINA!! EU KU DB BK substit...
HOT NEW PRODUCT! BIG SALES FAST SHIPPING NOW FROM CHINA!! EU KU DB BK substit...
GL Anaacs
 
Knee anatomy and clinical tests 2024.pdf
Knee anatomy and clinical tests 2024.pdfKnee anatomy and clinical tests 2024.pdf
Knee anatomy and clinical tests 2024.pdf
vimalpl1234
 
Physiology of Special Chemical Sensation of Taste
Physiology of Special Chemical Sensation of TastePhysiology of Special Chemical Sensation of Taste
Physiology of Special Chemical Sensation of Taste
MedicoseAcademics
 
Ozempic: Preoperative Management of Patients on GLP-1 Receptor Agonists
Ozempic: Preoperative Management of Patients on GLP-1 Receptor Agonists  Ozempic: Preoperative Management of Patients on GLP-1 Receptor Agonists
Ozempic: Preoperative Management of Patients on GLP-1 Receptor Agonists
Saeid Safari
 
Alcohol_Dr. Jeenal Mistry MD Pharmacology.pdf
Alcohol_Dr. Jeenal Mistry MD Pharmacology.pdfAlcohol_Dr. Jeenal Mistry MD Pharmacology.pdf
Alcohol_Dr. Jeenal Mistry MD Pharmacology.pdf
Dr Jeenal Mistry
 
Flu Vaccine Alert in Bangalore Karnataka
Flu Vaccine Alert in Bangalore KarnatakaFlu Vaccine Alert in Bangalore Karnataka
Flu Vaccine Alert in Bangalore Karnataka
addon Scans
 
Maxilla, Mandible & Hyoid Bone & Clinical Correlations by Dr. RIG.pptx
Maxilla, Mandible & Hyoid Bone & Clinical Correlations by Dr. RIG.pptxMaxilla, Mandible & Hyoid Bone & Clinical Correlations by Dr. RIG.pptx
Maxilla, Mandible & Hyoid Bone & Clinical Correlations by Dr. RIG.pptx
Dr. Rabia Inam Gandapore
 

Recently uploaded (20)

Report Back from SGO 2024: What’s the Latest in Cervical Cancer?
Report Back from SGO 2024: What’s the Latest in Cervical Cancer?Report Back from SGO 2024: What’s the Latest in Cervical Cancer?
Report Back from SGO 2024: What’s the Latest in Cervical Cancer?
 
Are There Any Natural Remedies To Treat Syphilis.pdf
Are There Any Natural Remedies To Treat Syphilis.pdfAre There Any Natural Remedies To Treat Syphilis.pdf
Are There Any Natural Remedies To Treat Syphilis.pdf
 
MANAGEMENT OF ATRIOVENTRICULAR CONDUCTION BLOCK.pdf
MANAGEMENT OF ATRIOVENTRICULAR CONDUCTION BLOCK.pdfMANAGEMENT OF ATRIOVENTRICULAR CONDUCTION BLOCK.pdf
MANAGEMENT OF ATRIOVENTRICULAR CONDUCTION BLOCK.pdf
 
Superficial & Deep Fascia of the NECK.pptx
Superficial & Deep Fascia of the NECK.pptxSuperficial & Deep Fascia of the NECK.pptx
Superficial & Deep Fascia of the NECK.pptx
 
BRACHYTHERAPY OVERVIEW AND APPLICATORS
BRACHYTHERAPY OVERVIEW  AND  APPLICATORSBRACHYTHERAPY OVERVIEW  AND  APPLICATORS
BRACHYTHERAPY OVERVIEW AND APPLICATORS
 
Surat @ℂall @Girls ꧁❤8527049040❤꧂@ℂall @Girls Service Vip Top Model Safe
Surat @ℂall @Girls ꧁❤8527049040❤꧂@ℂall @Girls Service Vip Top Model SafeSurat @ℂall @Girls ꧁❤8527049040❤꧂@ℂall @Girls Service Vip Top Model Safe
Surat @ℂall @Girls ꧁❤8527049040❤꧂@ℂall @Girls Service Vip Top Model Safe
 
How to Give Better Lectures: Some Tips for Doctors
How to Give Better Lectures: Some Tips for DoctorsHow to Give Better Lectures: Some Tips for Doctors
How to Give Better Lectures: Some Tips for Doctors
 
Lung Cancer: Artificial Intelligence, Synergetics, Complex System Analysis, S...
Lung Cancer: Artificial Intelligence, Synergetics, Complex System Analysis, S...Lung Cancer: Artificial Intelligence, Synergetics, Complex System Analysis, S...
Lung Cancer: Artificial Intelligence, Synergetics, Complex System Analysis, S...
 
NVBDCP.pptx Nation vector borne disease control program
NVBDCP.pptx Nation vector borne disease control programNVBDCP.pptx Nation vector borne disease control program
NVBDCP.pptx Nation vector borne disease control program
 
263778731218 Abortion Clinic /Pills In Harare ,
263778731218 Abortion Clinic /Pills In Harare ,263778731218 Abortion Clinic /Pills In Harare ,
263778731218 Abortion Clinic /Pills In Harare ,
 
planning for change nursing Management ppt
planning for change nursing Management pptplanning for change nursing Management ppt
planning for change nursing Management ppt
 
Sex determination from mandible pelvis and skull
Sex determination from mandible pelvis and skullSex determination from mandible pelvis and skull
Sex determination from mandible pelvis and skull
 
Physiology of Chemical Sensation of smell.pdf
Physiology of Chemical Sensation of smell.pdfPhysiology of Chemical Sensation of smell.pdf
Physiology of Chemical Sensation of smell.pdf
 
HOT NEW PRODUCT! BIG SALES FAST SHIPPING NOW FROM CHINA!! EU KU DB BK substit...
HOT NEW PRODUCT! BIG SALES FAST SHIPPING NOW FROM CHINA!! EU KU DB BK substit...HOT NEW PRODUCT! BIG SALES FAST SHIPPING NOW FROM CHINA!! EU KU DB BK substit...
HOT NEW PRODUCT! BIG SALES FAST SHIPPING NOW FROM CHINA!! EU KU DB BK substit...
 
Knee anatomy and clinical tests 2024.pdf
Knee anatomy and clinical tests 2024.pdfKnee anatomy and clinical tests 2024.pdf
Knee anatomy and clinical tests 2024.pdf
 
Physiology of Special Chemical Sensation of Taste
Physiology of Special Chemical Sensation of TastePhysiology of Special Chemical Sensation of Taste
Physiology of Special Chemical Sensation of Taste
 
Ozempic: Preoperative Management of Patients on GLP-1 Receptor Agonists
Ozempic: Preoperative Management of Patients on GLP-1 Receptor Agonists  Ozempic: Preoperative Management of Patients on GLP-1 Receptor Agonists
Ozempic: Preoperative Management of Patients on GLP-1 Receptor Agonists
 
Alcohol_Dr. Jeenal Mistry MD Pharmacology.pdf
Alcohol_Dr. Jeenal Mistry MD Pharmacology.pdfAlcohol_Dr. Jeenal Mistry MD Pharmacology.pdf
Alcohol_Dr. Jeenal Mistry MD Pharmacology.pdf
 
Flu Vaccine Alert in Bangalore Karnataka
Flu Vaccine Alert in Bangalore KarnatakaFlu Vaccine Alert in Bangalore Karnataka
Flu Vaccine Alert in Bangalore Karnataka
 
Maxilla, Mandible & Hyoid Bone & Clinical Correlations by Dr. RIG.pptx
Maxilla, Mandible & Hyoid Bone & Clinical Correlations by Dr. RIG.pptxMaxilla, Mandible & Hyoid Bone & Clinical Correlations by Dr. RIG.pptx
Maxilla, Mandible & Hyoid Bone & Clinical Correlations by Dr. RIG.pptx
 

Ecg

  • 1. Neural Networks inNeural Networks in ECG classificationECG classification Under the guidance ofUnder the guidance of Prof. P. BhattacharyaProf. P. Bhattacharya Nishant ChandraNishant Chandra Mrigen NegiMrigen Negi Meru A PatilMeru A Patil
  • 2. LayoutLayout  History of Neural networks in medicalHistory of Neural networks in medical  Need for accurate processingNeed for accurate processing  Applications of ANN in medicalApplications of ANN in medical  What is ECG?What is ECG?  ANN in classification of ArrhythmiasANN in classification of Arrhythmias and Ischemiaand Ischemia  ConclusionConclusion
  • 3. History of Neural Networks inHistory of Neural Networks in MedicalMedical  Pioneering work of neural networkPioneering work of neural network has started since 1943 by McCullochhas started since 1943 by McCulloch and Pitts.and Pitts.  Pattern recognition problem wasPattern recognition problem was introduced by Rosenblatt (1958)introduced by Rosenblatt (1958)
  • 4. Need for accurate processingNeed for accurate processing  One of the major goals of observationalOne of the major goals of observational studies in medicine is to identify patterns instudies in medicine is to identify patterns in complex data sets.complex data sets.  Correct classification of heart beats isCorrect classification of heart beats is fundamental to ECG monitoring systems suchfundamental to ECG monitoring systems such as an intensive care etc.as an intensive care etc.  Computers are used to automate signalComputers are used to automate signal processing.processing.  ANNs can detect patterns and makeANNs can detect patterns and make distinctions between different patterns thatdistinctions between different patterns that may not be apparent to human analysis.may not be apparent to human analysis.
  • 5. Applications of ANN in medicalApplications of ANN in medical  It has been successfully applied to variousIt has been successfully applied to various areas of medicine to solve non-linearareas of medicine to solve non-linear problems.problems.  Applications include prediction of diagnosisApplications include prediction of diagnosis such as:such as: – CancerCancer – the onset of diabetes mellitusthe onset of diabetes mellitus – survival prediction in AIDSsurvival prediction in AIDS – eating disorders etceating disorders etc  Applications in signal processing andApplications in signal processing and interpretation involve ECGs orinterpretation involve ECGs or electrocardiogramselectrocardiograms
  • 6. MotivationMotivation  Cardiovascular Diseases contributeCardiovascular Diseases contribute 29.3% of total deaths in world.29.3% of total deaths in world.  Online ECG monitoring in ICUs/CCUs.Online ECG monitoring in ICUs/CCUs.  Acting Specialist in emergency cases.Acting Specialist in emergency cases.  Each component (P,QRS,T waves)Each component (P,QRS,T waves) has different frequencies.has different frequencies.  Each individual is different.Each individual is different.  Learning by experience.Learning by experience.
  • 7. What is ElectrocardiogramWhat is Electrocardiogram (ECG) ?(ECG) ?  ECG is the graphic recording of electricECG is the graphic recording of electric potentials generated by the heart.potentials generated by the heart.  12 lead ECG12 lead ECG  3 bipolar limb leads – I, II, III3 bipolar limb leads – I, II, III  3 unipolar augmented limb leads - AVF, AVR,3 unipolar augmented limb leads - AVF, AVR, AVLAVL  6 unipolar chest leads – V1 to V6.6 unipolar chest leads – V1 to V6.
  • 8. Anatomy of Heart and ECG signalAnatomy of Heart and ECG signal Normal ECG signal Conducting System of Heart
  • 9. Posterior Anterior Limb leads orientation with respect to heart Chest leads orientation with respect to heart The 12 Views of the Heart
  • 10. 12 Lead Normal ECG 6 Limb leads 6 Chest leads RR
  • 11. ECG and diseasesECG and diseases Some of the diseases diagnosed bySome of the diseases diagnosed by ECG are:ECG are:  Myocardial Ischemia/Infarction.Myocardial Ischemia/Infarction.  Arrhythmias.Arrhythmias.  Hypertrophy and enlargement of heart.Hypertrophy and enlargement of heart.  Conduction Blocks.Conduction Blocks.  Preexcitation Syndromes.Preexcitation Syndromes.  Other cardiac disorders.Other cardiac disorders.
  • 12. Did you know !!Did you know !!  In heart Transplant Acute heartIn heart Transplant Acute heart rejection is more likely to happenrejection is more likely to happen when the heart donor was femalewhen the heart donor was female regardless of recipient sex.regardless of recipient sex.  Every 34 seconds, a person diesEvery 34 seconds, a person dies from Heart Diseases in the Unitedfrom Heart Diseases in the United States.States.
  • 13. Myocardial IschemiaMyocardial Ischemia  Due to lack of adequate blood flow toDue to lack of adequate blood flow to the myocardium.the myocardium.  Ischemia is reversible.Ischemia is reversible.  Changes in ECG:Changes in ECG:  T wave peakingT wave peaking  Symmetric T wave inversionSymmetric T wave inversion  ST segment elevationST segment elevation
  • 14. Different ECG Signals Normal Signal ST segment elevated signal ECG with T wave inversion ECG Signal with peak T waves Myocardial Ischemia cont..Myocardial Ischemia cont..
  • 15. ArrhythmiasArrhythmias  It refers to any disturbance in theIt refers to any disturbance in the rate, regularity, site of origin, orrate, regularity, site of origin, or conduction of cardiac electricalconduction of cardiac electrical impulse.impulse.  Broadly two types:Broadly two types:  Tachycardia – Heart Rate beyond 100Tachycardia – Heart Rate beyond 100 bits/minute.bits/minute.  Bradycardia – Heart Rate below 60Bradycardia – Heart Rate below 60 bits/minute.bits/minute.
  • 16. Different ECG Signals Normal ECG Signal ECG signal of Bradycardia patient ECG signal of Tachycardia patient Arrhythmias cont ..
  • 17. Sensitivity (SE) and Specificity (SP)Sensitivity (SE) and Specificity (SP)  Helps us to explore the relationshipHelps us to explore the relationship between a diagnostic test and the (true)between a diagnostic test and the (true) presence or absence of disease.presence or absence of disease.  A test which is very sensitive will rarelyA test which is very sensitive will rarely miss people with the disease.miss people with the disease.  A specific test will have few false positiveA specific test will have few false positive results - it will rarely misclassify peopleresults - it will rarely misclassify people without the disease as being diseased.without the disease as being diseased.  Classification Rate:Classification Rate: CC = 100×(TP+TN)/(TN+TP+FN+FP)]
  • 18. Sensitivity (SE) and Specificity (SP) Cont…Sensitivity (SE) and Specificity (SP) Cont…
  • 19. ApproachApproach  Variable attributes considered toVariable attributes considered to affect the training and generalizationaffect the training and generalization of the ANNs were identified asof the ANNs were identified as follows:follows: – Number of nodes in the hidden layerNumber of nodes in the hidden layer – Feature Selection method employedFeature Selection method employed – Number of files in training setNumber of files in training set – Size of input feature vectorSize of input feature vector – Number of epochsNumber of epochs
  • 20. Case StudyCase Study Feature Extraction:Feature Extraction:  Fourier TransformFourier Transform  Principal component analysis (PCA)Principal component analysis (PCA) – widely used in signal processing,widely used in signal processing, statistics, and neural computing.statistics, and neural computing. – basic goal is to reduce the dimension ofbasic goal is to reduce the dimension of the data.the data.  Linear Prediction Coding (LPC)Linear Prediction Coding (LPC)
  • 21. Fourier TransformFourier Transform  QRS complex is extracted by applying a window of some time duration (say 250 ms).  Each QRS complex is Fourier transformed and then the power spectrum is calculated.  The components generated along with the temporal vectors give the feature vector.
  • 22. QRS spectra of a normal beatQRS spectra of a normal beat
  • 23. QRS spectra of a Arrhythmia beatQRS spectra of a Arrhythmia beat
  • 24. PCAPCA  Step 1: Get some dataStep 1: Get some data  Step 2: Subtract the meanStep 2: Subtract the mean  Step 3: Calculate the covarianceStep 3: Calculate the covariance matrixmatrix  Step 4: Calculate the eigenvectors andStep 4: Calculate the eigenvectors and eigenvalues of the covariance matrixeigenvalues of the covariance matrix  Step 5: Choosing components andStep 5: Choosing components and forming a feature vectorforming a feature vector  Step 6: Deriving the new data setStep 6: Deriving the new data set
  • 25. Linear Prediction Coding (LPC)Linear Prediction Coding (LPC)  The basic idea of this technique is that sampled QRS segment can be approximated as a linear combination of the past QRS samples.  a is the i th linear prediction coefficient, and p is the order of the predictor.  LPC coefficients can be extracted using various methods viz Burg’s Method.
  • 26. Training the NNTraining the NN  Number of neurons in the input layer is determined by the number of elements in the input feature vector.  The output layer is determined by the number of classes desired.  The number of neurons in the hidden layer varies according to the specific recognition task and is determined by the complexity and amount of training data available.
  • 28. Performance AnalysisPerformance Analysis  The performance of the neural classifiers is evaluated by computing the percentages of: – sensitivity (SE), – specificity (SP) and – correct classification (CC)
  • 29. ResultsResults NeuralNeural ClassifierClassifier Input LayerInput Layer Hidden LayerHidden Layer 11 1212 55 22 10 3 33 5 2
  • 31. Results Cont.Results Cont.  How does ANN based classificationHow does ANN based classification compare with:compare with: – Other ECG widely used interpretationOther ECG widely used interpretation program?program? Neural networks were 15.5% more sensitiveNeural networks were 15.5% more sensitive – Expert cardiologistExpert cardiologist 10.5% more sensitive than the cardiologist10.5% more sensitive than the cardiologist
  • 32. ConclusionConclusion  Performance of the neural network strategy has shown higher performance than other classical methods (Cox regression models) in predicting clinical outcomes of the risk of coronary artery disease.
  • 33. ReferencesReferences  [1] M. A. Chikh, F. Bereksi Reguig. Application of artificial neural networks to identify the premature ventricular contraction (PVC) beats,2004  [2] Costas Papaloukasa, Dimitrios I. Fotiadisb, Aristidis Likasb, Lampros K. Michalis. An ischemia detection method based on artificial neural networks,2002  [3] C.D. Nugent, J.A.C. Webb, N.D. Black, G.T.H. Wright, M. McIntyre. An intelligent framework for the classification of the 12-lead ECG, 1999.
  • 34.  Introduction to Neural Networks in Healthcare,Introduction to Neural Networks in Healthcare, Open Clinic, 2002.Open Clinic, 2002.  [4] M.S. Thaler, The Only EKG Book You’ll Ever[4] M.S. Thaler, The Only EKG Book You’ll Ever Need 3Need 3rdrd Edition, Lippincott Williams & Wilkins.Edition, Lippincott Williams & Wilkins.  P.J Mehta, Understanding ECG, 5P.J Mehta, Understanding ECG, 5thth Edition, TheEdition, The National Book Depot.National Book Depot.
  • 35. Believe it or NOT !!Believe it or NOT !!  How much blood does your heart pump?How much blood does your heart pump? – An average heart pumps 2.4 ounces (70An average heart pumps 2.4 ounces (70 milliliters) per heartbeat. An average heartbeatmilliliters) per heartbeat. An average heartbeat is 72 beats per minute. Therefore an averageis 72 beats per minute. Therefore an average heart pumps 1.3 gallons (5 Liters) per minute.heart pumps 1.3 gallons (5 Liters) per minute. In other words it pumps 1,900 gallons (7,200In other words it pumps 1,900 gallons (7,200 Liters) per day, almost 700,000 gallonsLiters) per day, almost 700,000 gallons (2,628,000 Liters) per year, or 48 million(2,628,000 Liters) per year, or 48 million gallons (184,086,000 liters) by the timegallons (184,086,000 liters) by the time someone is 70 years old. That's not bad for asomeone is 70 years old. That's not bad for a 10 ounce pump!10 ounce pump!  Men suffer heart attacks about 10 yearsMen suffer heart attacks about 10 years earlier in life than women do.earlier in life than women do.

Editor's Notes

  1. http://www.generation5.org/content/2004/NNinAnaemia.asp
  2. http://www.biomedcentral.com/1472-6947/2/1
  3. http://www.generation5.org/content/2004/NNinAnaemia.asp
  4. http://www.australianprescriber.com/index.php?content=/magazines/vol25no5/bauman.htm
  5. http://www.biomedcentral.com/1472-6947/2/1
  6. http://www.cis.hut.fi/aapo/papers/NCS99web/node5.html http://www.gseis.ucla.edu/courses/ed230bc1/notes1/var1.html
  7. Pca-tutorial.pdf
  8. http://www.generation5.org/content/2004/NNinAnaemia.asp