SlideShare ist ein Scribd-Unternehmen logo
1 von 5
Downloaden Sie, um offline zu lesen
International Journal of Engineering Science Invention
ISSN (Online): 2319 – 6734, ISSN (Print): 2319 – 6726
www.ijesi.org Volume 3 Issue 3 ǁ March 2014 ǁ PP.38-42
www.ijesi.org 38 | Page
An Expert System for Diagnosing Dilated Cardiomyopathy
Ava Bahrami 1, NargesRoozitalab 2, ShahramJafari 3, and Aida Bahrami4
1(Department of computer science and engineering ,Shiraz university ,Iran)
2(Department of computer science and engineering ,Shiraz university, Iran)
3(Assistant prof., Department of computer science and engineering , Shiraz university ,Iran)
4(Shiraz university of Medical sciences, Iran)
ABSTRACT: Recent advances in the field of artificial intelligence have led to the design of Medical expert
systems. Medical expert systems continue to make progress in key areas for clinical environments.
This work presents the design of an expert system for diagnosis of dilated cardiomyopathy. CLIPS language is
used as a tool for designing our expert system. This article presents a rule-based expert system andfor this
purpose, a decision tree was designed.In order to improve the accuracy of our system, we used Certainty Factor
(CF). An evaluation of this system was carried out and positive feedback was received from the users.
KEYWORDS: Expert Systems, CLIPS, heartdisease, dilated cardiomyopathy
I. INTRODUCTION
Nowadays the use of computer technology in the fields of medicine area diagnosis has highly
increased. Expert system seeks information from their users in order to make recommendations.
Expert systems are designed to solve complex problems by reasoning about knowledge, represented primarily as
IF-THEN rules rather than through conventional procedural code.[1]
MYCIN was the first well known medical expert system developed by Shortliffe at Stanford University
to help doctors, prescribe antimicrobial drugs for blood infections [2]. Some of the researchers designed an
expert system for diagnosis of coronary artery disease using Myocardial Perfusion Imaging [3]; and, an
intelligent medical system for diagnosis of bone diseases [4]. Inthis work, we will present a design of an
expertsystem for diagnosis of dilated cardiomyopathy using CLIPS.
We preset in sectionII Medical Knowledge, section IIICLIPS and expert systems in the medical field,
sectionIVthe proposed diagnostic system and decision tree, section V evaluation and section VIConclusion.
II. MEDICAL KNOWLEDGE
Dilated cardiomyopathy or DCM is a condition in which the heart becomes weakened and enlarged and
cannot pump blood efficiently. The decreased heart function can affect other body systems. Dilated
cardiomyopathy is the most common form of non-ischemiccardiomyopathy. Patients can experience significant
symptoms. These might include:
 breathlessness
 Edema
 angina
Genetic testing can be important. TTN gene (which codes for a protein called titin) are responsible for
"approximately 25% of familial cases of idiopathic dilated cardiomyopathy. Generalized enlargement of the
heart is seen upon normal chest X-ray. Pleural effusion may also be noticed, which is due to pulmonary venous
hypertension. Echocardiogram shows left ventricular dilatation with normal or thinned walls. [5]
An Expert System For Diagnosing Dilated….
www.ijesi.org 39 | Page
Fig.1.Dilated cardiomyopathy, gross and microscopic appearance [4]
III. CLIPSANDEXPERT SYSTEMSIN THEMEDICAL FIELD
CLIPS is a public domain software tool for building systems. CLIPS, is a forward-chaining, pattern
matching knowledge-based system shell. CLIPS stand for C Language Implementation Production System. The
procedural programming language provided by CLIPS has features similar to languages such as C.The first
versions of CLIPS were developed starting in 1985 at NASA-Johnson Space Center until the mid-1990s. The
original name of the project was NASA's AI Language (NAIL).
MYCIN was an early expert system that used artificial intelligence to identify bacteria causing severe infections,
such as bacteremia and meningitis
 Explanation System
 Rule Acquisition system
The Mycin system was also used for the diagnosis of blood clotting diseases. It Contains 500 rules and
use some form of uncertain reasoning. [6]A specific example of an expert system is PXDES which is
pneumoconiosis, a lung disease, X-ray diagnosis. This expert system incorporates the inference engine to
examine the shadows on the X-ray. The shadows are used to determine the type and the degree of
pneumoconiosis. This system also includes three other modes: the knowledge base, the explanation interface,
and the knowledge acquisition modes. [7]DeDombal`s Leeds Abdominal Pain System was an expert system for
acute abdominal pain. De Dombal's system, developed at Leeds University, was designed to support the
diagnosis of acute abdominal pain and, based on analysis, the need for surgery.[7]CASNET (Causal
Associational NETworks), developed in the 1960s, was a general tool for building expert system for the
diagnosis and treatment of diseases. The most significant Expert System application based on CASNET was
CASNET/Glaucoma for the diagnosis and treatment of glaucoma.
Expert clinical knowledge was represented in a causal-associational network (CASNET) model for
describing disease processes. CASNET/Glaucoma was developed at Rutgers University and implemented in
FORTRAN. [7]A rule-based medical expert system for oncology protocol management developed at Stanford
University. ONCOCIN was designed to assist physicians with the treatment of cancer patients receiving
chemotherapy. ONCOCIN was one of the first DSS which attempted to model decisions and sequencing actions
over time, using a customized flowchart language. It extended the skeletal-planning technique to an application
area where the history of past events and the duration of actions are important. [7]
IV. THE PROPOSED DIAGNOSTIC SYSTEM
In the present article, the problem of the dilated cardiomyopathy diseases are implemented by
methodology of rule based systems. Our expert system contains 46 CLIPS rules.CF is used as numerical value
that expresses a degree of belief that a particular fact or rule is true.
Decision tree analysis has long been used when a multi-stage decision process is involved. Figure.1
shows our decision tree.
An Expert System For Diagnosing Dilated….
www.ijesi.org 40 | Page
Fig.2 decision tree of our system
Questions that might be asked by our system are as follows:
1) Do you have Angina? (Y/n)
2) Do you have Dyspnea? (Y/n)
3) Do you have edema? (Y/n)
4) Enter BNP test result (Pg. /ml)
5) Check ECG-result, is any abnormality in T and S waves? (Y/n)
6) Is TTN-gene test positive? (Y/n)
7) Check Echo result, does it show ventricular arrhythmias, left atrial enlargement? (Y/n)
8) Check x-ray result, does it show Pleural effusion? (Y/n)
Fig.3. Types of rules in our expert system
An Expert System For Diagnosing Dilated….
www.ijesi.org 41 | Page
Fig.4. Types of results in our expert system
Results of the system are shown in Figure5 and Figure 6.
Fig.5. Results of our expert system (Female)
Fig.6. Results of our expert system (Male)
An Expert System For Diagnosing Dilated….
www.ijesi.org 42 | Page
V. EVALUATION
In order to evaluate our system, its output prescriptions were compared to two other physicians
(evaluators) .Comparison between our system and real physicians has proved the accuracy of our system. They
are shown in figure7.
Fig.7. Comparison of outputs with evaluators’ opinion
VI. CONCLUSION
The application of expert systems in medicine has created considerable importance systems of
diagnosis. The article presented an expert system for medical cases.As future work we will constitute the fuzzy
expert system for diagnosis of dilated cardiomyopathy.
REFERENCES
[1] S. Jafari, S. Abdollahzade, M. Shirzad, M. Eshghanmalek, “Designing an Expert System for heart disease detection using CLIPS,
National Conference on Application of intelligent system in science and technology, Islamic Azad University,
GuchanBranch,Iran, March 2013.
[2] Rashid J. Q. and, Syed A. H., 2004. Design an Expert System for Diagnosis of Coronary Artery Disease Using Myocardial
Perfusion Imaging, National Conference on Emerging Technologies 2004.
[3] Hatzilygeroudis P., Vassilakos J., and Tsakalidis A., 1994. An Intelligent Medical System for Diagnosis of Bone Diseases,
Proceedings of the International Conference on Medical Physics and Biomedical Engineering (MPBE’94), Nicosia, Cyprus, May
1994, Vol. I, pp.148-152.
[4] C. L. Chi, W. N. Street and D. A. Katz, “A decision support system for cost-effective diagnosis,” Artificial Intelligence in
Medicine, 2010, vol. 1139, p. 13.
[5] Bonow R.,l.Mann D.,Zipes D. ,Libby P.,Braunwald’s heart disease Ninth Edition. 2012.
[6] B. and Shortliffe, “Rule Based Expert Systems: The Mycin Experiments of the Stanford Heuristic Programming Project (The
Addison-Wesley series in artificial intelligence),” 1984.
[7] http://www.openclinical.org/dss.html

Weitere ähnliche Inhalte

Was ist angesagt?

NCERTE-2016_ResearchPaper
NCERTE-2016_ResearchPaperNCERTE-2016_ResearchPaper
NCERTE-2016_ResearchPaper
Panth Shah
 
SYSTEM BASED ON THE NEURAL NETWORK FOR THE DIAGNOSIS OF DIABETIC RETINOPATHY
SYSTEM BASED ON THE NEURAL NETWORK FOR THE DIAGNOSIS OF DIABETIC RETINOPATHYSYSTEM BASED ON THE NEURAL NETWORK FOR THE DIAGNOSIS OF DIABETIC RETINOPATHY
SYSTEM BASED ON THE NEURAL NETWORK FOR THE DIAGNOSIS OF DIABETIC RETINOPATHY
International Journal of Technical Research & Application
 

Was ist angesagt? (19)

Retinal Blood Vessels Exudates Classification For Detection Of Hemmorages Tha...
Retinal Blood Vessels Exudates Classification For Detection Of Hemmorages Tha...Retinal Blood Vessels Exudates Classification For Detection Of Hemmorages Tha...
Retinal Blood Vessels Exudates Classification For Detection Of Hemmorages Tha...
 
Segmentation of the Blood Vessel and Optic Disc in Retinal Images Using EM Al...
Segmentation of the Blood Vessel and Optic Disc in Retinal Images Using EM Al...Segmentation of the Blood Vessel and Optic Disc in Retinal Images Using EM Al...
Segmentation of the Blood Vessel and Optic Disc in Retinal Images Using EM Al...
 
Automated histopathological image analysis: a review on ROI extraction
Automated histopathological image analysis: a review on ROI extractionAutomated histopathological image analysis: a review on ROI extraction
Automated histopathological image analysis: a review on ROI extraction
 
Assessment of Early Hypertensive Retinopathy using Fractal Analysis of Retina...
Assessment of Early Hypertensive Retinopathy using Fractal Analysis of Retina...Assessment of Early Hypertensive Retinopathy using Fractal Analysis of Retina...
Assessment of Early Hypertensive Retinopathy using Fractal Analysis of Retina...
 
Analysis of Heart Rate Variability Via Health Care Platform
Analysis of Heart Rate Variability Via Health Care PlatformAnalysis of Heart Rate Variability Via Health Care Platform
Analysis of Heart Rate Variability Via Health Care Platform
 
An overview of meta analysis in the field of cardiovascular imaging using art...
An overview of meta analysis in the field of cardiovascular imaging using art...An overview of meta analysis in the field of cardiovascular imaging using art...
An overview of meta analysis in the field of cardiovascular imaging using art...
 
Definitva ehr
Definitva ehrDefinitva ehr
Definitva ehr
 
NCERTE-2016_ResearchPaper
NCERTE-2016_ResearchPaperNCERTE-2016_ResearchPaper
NCERTE-2016_ResearchPaper
 
IRJET- Automated Detection of Diabetic Retinopathy using Deep Learning
IRJET- Automated Detection of Diabetic Retinopathy using Deep LearningIRJET- Automated Detection of Diabetic Retinopathy using Deep Learning
IRJET- Automated Detection of Diabetic Retinopathy using Deep Learning
 
A decision support system for tuberculosis
A decision support system for tuberculosisA decision support system for tuberculosis
A decision support system for tuberculosis
 
SYSTEM BASED ON THE NEURAL NETWORK FOR THE DIAGNOSIS OF DIABETIC RETINOPATHY
SYSTEM BASED ON THE NEURAL NETWORK FOR THE DIAGNOSIS OF DIABETIC RETINOPATHYSYSTEM BASED ON THE NEURAL NETWORK FOR THE DIAGNOSIS OF DIABETIC RETINOPATHY
SYSTEM BASED ON THE NEURAL NETWORK FOR THE DIAGNOSIS OF DIABETIC RETINOPATHY
 
Analysis of Blood Samples Using Anfis Classification
Analysis of Blood Samples Using Anfis ClassificationAnalysis of Blood Samples Using Anfis Classification
Analysis of Blood Samples Using Anfis Classification
 
Heart Disease Prediction using Machine Learning Algorithm
Heart Disease Prediction using Machine Learning AlgorithmHeart Disease Prediction using Machine Learning Algorithm
Heart Disease Prediction using Machine Learning Algorithm
 
IRJET- Diabetic Retinopathy Stage Classification using CNN
IRJET- Diabetic Retinopathy Stage Classification using CNNIRJET- Diabetic Retinopathy Stage Classification using CNN
IRJET- Diabetic Retinopathy Stage Classification using CNN
 
IRJET - Survey on Chronic Kidney Disease Prediction System with Feature Selec...
IRJET - Survey on Chronic Kidney Disease Prediction System with Feature Selec...IRJET - Survey on Chronic Kidney Disease Prediction System with Feature Selec...
IRJET - Survey on Chronic Kidney Disease Prediction System with Feature Selec...
 
IRJET -Analysis of Ophthalmic System Applications using Signal Processing
IRJET -Analysis of Ophthalmic System Applications using Signal ProcessingIRJET -Analysis of Ophthalmic System Applications using Signal Processing
IRJET -Analysis of Ophthalmic System Applications using Signal Processing
 
Diagnosis of some diseases in medicine via computerized experts system
Diagnosis of some diseases in medicine via computerized experts systemDiagnosis of some diseases in medicine via computerized experts system
Diagnosis of some diseases in medicine via computerized experts system
 
Automatic detection of microaneurysms and hemorrhages in color eye fundus images
Automatic detection of microaneurysms and hemorrhages in color eye fundus imagesAutomatic detection of microaneurysms and hemorrhages in color eye fundus images
Automatic detection of microaneurysms and hemorrhages in color eye fundus images
 
IRJET - Accuracy Prediction and Classification using Machine Learning Techniq...
IRJET - Accuracy Prediction and Classification using Machine Learning Techniq...IRJET - Accuracy Prediction and Classification using Machine Learning Techniq...
IRJET - Accuracy Prediction and Classification using Machine Learning Techniq...
 

Ähnlich wie G0331038042

Cervical Smear Analyzer (CSA) Expert System for identification of cervical ce...
Cervical Smear Analyzer (CSA) Expert System for identification of cervical ce...Cervical Smear Analyzer (CSA) Expert System for identification of cervical ce...
Cervical Smear Analyzer (CSA) Expert System for identification of cervical ce...
ijtsrd
 
Case Based Medical Diagnosis of Occupational Chronic Lung Diseases From Their...
Case Based Medical Diagnosis of Occupational Chronic Lung Diseases From Their...Case Based Medical Diagnosis of Occupational Chronic Lung Diseases From Their...
Case Based Medical Diagnosis of Occupational Chronic Lung Diseases From Their...
CSCJournals
 

Ähnlich wie G0331038042 (20)

Lung Nodule Feature Extraction and Classification using Improved Neural Netwo...
Lung Nodule Feature Extraction and Classification using Improved Neural Netwo...Lung Nodule Feature Extraction and Classification using Improved Neural Netwo...
Lung Nodule Feature Extraction and Classification using Improved Neural Netwo...
 
Heart Attack Prediction System Using Fuzzy C Means Classifier
Heart Attack Prediction System Using Fuzzy C Means ClassifierHeart Attack Prediction System Using Fuzzy C Means Classifier
Heart Attack Prediction System Using Fuzzy C Means Classifier
 
C0344023028
C0344023028C0344023028
C0344023028
 
238_heartdisease (1).pdf
238_heartdisease (1).pdf238_heartdisease (1).pdf
238_heartdisease (1).pdf
 
Mining of medical data to identify risk factors of heart disease using freque...
Mining of medical data to identify risk factors of heart disease using freque...Mining of medical data to identify risk factors of heart disease using freque...
Mining of medical data to identify risk factors of heart disease using freque...
 
An internet of things-based automatic brain tumor detection system
An internet of things-based automatic brain tumor detection systemAn internet of things-based automatic brain tumor detection system
An internet of things-based automatic brain tumor detection system
 
An internet of things-based automatic brain tumor detection system
An internet of things-based automatic brain tumor detection systemAn internet of things-based automatic brain tumor detection system
An internet of things-based automatic brain tumor detection system
 
Cervical Smear Analyzer (CSA) Expert System for identification of cervical ce...
Cervical Smear Analyzer (CSA) Expert System for identification of cervical ce...Cervical Smear Analyzer (CSA) Expert System for identification of cervical ce...
Cervical Smear Analyzer (CSA) Expert System for identification of cervical ce...
 
Case Based Medical Diagnosis of Occupational Chronic Lung Diseases From Their...
Case Based Medical Diagnosis of Occupational Chronic Lung Diseases From Their...Case Based Medical Diagnosis of Occupational Chronic Lung Diseases From Their...
Case Based Medical Diagnosis of Occupational Chronic Lung Diseases From Their...
 
A fuzzy inference system for assessment of the severity of the peptic ulcers
A fuzzy inference system for assessment of the severity of the peptic ulcersA fuzzy inference system for assessment of the severity of the peptic ulcers
A fuzzy inference system for assessment of the severity of the peptic ulcers
 
A fuzzy inference system for assessment of the severity of the peptic ulcers
A fuzzy inference system for assessment of the severity of the peptic ulcersA fuzzy inference system for assessment of the severity of the peptic ulcers
A fuzzy inference system for assessment of the severity of the peptic ulcers
 
Supervised Feature Selection for Diagnosis of Coronary Artery Disease Based o...
Supervised Feature Selection for Diagnosis of Coronary Artery Disease Based o...Supervised Feature Selection for Diagnosis of Coronary Artery Disease Based o...
Supervised Feature Selection for Diagnosis of Coronary Artery Disease Based o...
 
SUPERVISED FEATURE SELECTION FOR DIAGNOSIS OF CORONARY ARTERY DISEASE BASED O...
SUPERVISED FEATURE SELECTION FOR DIAGNOSIS OF CORONARY ARTERY DISEASE BASED O...SUPERVISED FEATURE SELECTION FOR DIAGNOSIS OF CORONARY ARTERY DISEASE BASED O...
SUPERVISED FEATURE SELECTION FOR DIAGNOSIS OF CORONARY ARTERY DISEASE BASED O...
 
prediction of heart disease using machine learning algorithms
prediction of heart disease using machine learning algorithmsprediction of heart disease using machine learning algorithms
prediction of heart disease using machine learning algorithms
 
A Survey on Heart Disease Prediction Techniques
A Survey on Heart Disease Prediction TechniquesA Survey on Heart Disease Prediction Techniques
A Survey on Heart Disease Prediction Techniques
 
Computer-aided diagnostic system kinds and pulmonary nodule detection efficacy
Computer-aided diagnostic system kinds and pulmonary nodule  detection efficacyComputer-aided diagnostic system kinds and pulmonary nodule  detection efficacy
Computer-aided diagnostic system kinds and pulmonary nodule detection efficacy
 
Comparing Data Mining Techniques used for Heart Disease Prediction
Comparing Data Mining Techniques used for Heart Disease PredictionComparing Data Mining Techniques used for Heart Disease Prediction
Comparing Data Mining Techniques used for Heart Disease Prediction
 
IRJET- Cardiovascular Disease Prediction using Machine Learning Techniques
IRJET- Cardiovascular Disease Prediction using Machine Learning TechniquesIRJET- Cardiovascular Disease Prediction using Machine Learning Techniques
IRJET- Cardiovascular Disease Prediction using Machine Learning Techniques
 
Clinical decision support systems
Clinical decision support systemsClinical decision support systems
Clinical decision support systems
 
A hybrid model for heart disease prediction using recurrent neural network an...
A hybrid model for heart disease prediction using recurrent neural network an...A hybrid model for heart disease prediction using recurrent neural network an...
A hybrid model for heart disease prediction using recurrent neural network an...
 

Kürzlich hochgeladen

IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
Enterprise Knowledge
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
giselly40
 

Kürzlich hochgeladen (20)

What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 

G0331038042

  • 1. International Journal of Engineering Science Invention ISSN (Online): 2319 – 6734, ISSN (Print): 2319 – 6726 www.ijesi.org Volume 3 Issue 3 ǁ March 2014 ǁ PP.38-42 www.ijesi.org 38 | Page An Expert System for Diagnosing Dilated Cardiomyopathy Ava Bahrami 1, NargesRoozitalab 2, ShahramJafari 3, and Aida Bahrami4 1(Department of computer science and engineering ,Shiraz university ,Iran) 2(Department of computer science and engineering ,Shiraz university, Iran) 3(Assistant prof., Department of computer science and engineering , Shiraz university ,Iran) 4(Shiraz university of Medical sciences, Iran) ABSTRACT: Recent advances in the field of artificial intelligence have led to the design of Medical expert systems. Medical expert systems continue to make progress in key areas for clinical environments. This work presents the design of an expert system for diagnosis of dilated cardiomyopathy. CLIPS language is used as a tool for designing our expert system. This article presents a rule-based expert system andfor this purpose, a decision tree was designed.In order to improve the accuracy of our system, we used Certainty Factor (CF). An evaluation of this system was carried out and positive feedback was received from the users. KEYWORDS: Expert Systems, CLIPS, heartdisease, dilated cardiomyopathy I. INTRODUCTION Nowadays the use of computer technology in the fields of medicine area diagnosis has highly increased. Expert system seeks information from their users in order to make recommendations. Expert systems are designed to solve complex problems by reasoning about knowledge, represented primarily as IF-THEN rules rather than through conventional procedural code.[1] MYCIN was the first well known medical expert system developed by Shortliffe at Stanford University to help doctors, prescribe antimicrobial drugs for blood infections [2]. Some of the researchers designed an expert system for diagnosis of coronary artery disease using Myocardial Perfusion Imaging [3]; and, an intelligent medical system for diagnosis of bone diseases [4]. Inthis work, we will present a design of an expertsystem for diagnosis of dilated cardiomyopathy using CLIPS. We preset in sectionII Medical Knowledge, section IIICLIPS and expert systems in the medical field, sectionIVthe proposed diagnostic system and decision tree, section V evaluation and section VIConclusion. II. MEDICAL KNOWLEDGE Dilated cardiomyopathy or DCM is a condition in which the heart becomes weakened and enlarged and cannot pump blood efficiently. The decreased heart function can affect other body systems. Dilated cardiomyopathy is the most common form of non-ischemiccardiomyopathy. Patients can experience significant symptoms. These might include:  breathlessness  Edema  angina Genetic testing can be important. TTN gene (which codes for a protein called titin) are responsible for "approximately 25% of familial cases of idiopathic dilated cardiomyopathy. Generalized enlargement of the heart is seen upon normal chest X-ray. Pleural effusion may also be noticed, which is due to pulmonary venous hypertension. Echocardiogram shows left ventricular dilatation with normal or thinned walls. [5]
  • 2. An Expert System For Diagnosing Dilated…. www.ijesi.org 39 | Page Fig.1.Dilated cardiomyopathy, gross and microscopic appearance [4] III. CLIPSANDEXPERT SYSTEMSIN THEMEDICAL FIELD CLIPS is a public domain software tool for building systems. CLIPS, is a forward-chaining, pattern matching knowledge-based system shell. CLIPS stand for C Language Implementation Production System. The procedural programming language provided by CLIPS has features similar to languages such as C.The first versions of CLIPS were developed starting in 1985 at NASA-Johnson Space Center until the mid-1990s. The original name of the project was NASA's AI Language (NAIL). MYCIN was an early expert system that used artificial intelligence to identify bacteria causing severe infections, such as bacteremia and meningitis  Explanation System  Rule Acquisition system The Mycin system was also used for the diagnosis of blood clotting diseases. It Contains 500 rules and use some form of uncertain reasoning. [6]A specific example of an expert system is PXDES which is pneumoconiosis, a lung disease, X-ray diagnosis. This expert system incorporates the inference engine to examine the shadows on the X-ray. The shadows are used to determine the type and the degree of pneumoconiosis. This system also includes three other modes: the knowledge base, the explanation interface, and the knowledge acquisition modes. [7]DeDombal`s Leeds Abdominal Pain System was an expert system for acute abdominal pain. De Dombal's system, developed at Leeds University, was designed to support the diagnosis of acute abdominal pain and, based on analysis, the need for surgery.[7]CASNET (Causal Associational NETworks), developed in the 1960s, was a general tool for building expert system for the diagnosis and treatment of diseases. The most significant Expert System application based on CASNET was CASNET/Glaucoma for the diagnosis and treatment of glaucoma. Expert clinical knowledge was represented in a causal-associational network (CASNET) model for describing disease processes. CASNET/Glaucoma was developed at Rutgers University and implemented in FORTRAN. [7]A rule-based medical expert system for oncology protocol management developed at Stanford University. ONCOCIN was designed to assist physicians with the treatment of cancer patients receiving chemotherapy. ONCOCIN was one of the first DSS which attempted to model decisions and sequencing actions over time, using a customized flowchart language. It extended the skeletal-planning technique to an application area where the history of past events and the duration of actions are important. [7] IV. THE PROPOSED DIAGNOSTIC SYSTEM In the present article, the problem of the dilated cardiomyopathy diseases are implemented by methodology of rule based systems. Our expert system contains 46 CLIPS rules.CF is used as numerical value that expresses a degree of belief that a particular fact or rule is true. Decision tree analysis has long been used when a multi-stage decision process is involved. Figure.1 shows our decision tree.
  • 3. An Expert System For Diagnosing Dilated…. www.ijesi.org 40 | Page Fig.2 decision tree of our system Questions that might be asked by our system are as follows: 1) Do you have Angina? (Y/n) 2) Do you have Dyspnea? (Y/n) 3) Do you have edema? (Y/n) 4) Enter BNP test result (Pg. /ml) 5) Check ECG-result, is any abnormality in T and S waves? (Y/n) 6) Is TTN-gene test positive? (Y/n) 7) Check Echo result, does it show ventricular arrhythmias, left atrial enlargement? (Y/n) 8) Check x-ray result, does it show Pleural effusion? (Y/n) Fig.3. Types of rules in our expert system
  • 4. An Expert System For Diagnosing Dilated…. www.ijesi.org 41 | Page Fig.4. Types of results in our expert system Results of the system are shown in Figure5 and Figure 6. Fig.5. Results of our expert system (Female) Fig.6. Results of our expert system (Male)
  • 5. An Expert System For Diagnosing Dilated…. www.ijesi.org 42 | Page V. EVALUATION In order to evaluate our system, its output prescriptions were compared to two other physicians (evaluators) .Comparison between our system and real physicians has proved the accuracy of our system. They are shown in figure7. Fig.7. Comparison of outputs with evaluators’ opinion VI. CONCLUSION The application of expert systems in medicine has created considerable importance systems of diagnosis. The article presented an expert system for medical cases.As future work we will constitute the fuzzy expert system for diagnosis of dilated cardiomyopathy. REFERENCES [1] S. Jafari, S. Abdollahzade, M. Shirzad, M. Eshghanmalek, “Designing an Expert System for heart disease detection using CLIPS, National Conference on Application of intelligent system in science and technology, Islamic Azad University, GuchanBranch,Iran, March 2013. [2] Rashid J. Q. and, Syed A. H., 2004. Design an Expert System for Diagnosis of Coronary Artery Disease Using Myocardial Perfusion Imaging, National Conference on Emerging Technologies 2004. [3] Hatzilygeroudis P., Vassilakos J., and Tsakalidis A., 1994. An Intelligent Medical System for Diagnosis of Bone Diseases, Proceedings of the International Conference on Medical Physics and Biomedical Engineering (MPBE’94), Nicosia, Cyprus, May 1994, Vol. I, pp.148-152. [4] C. L. Chi, W. N. Street and D. A. Katz, “A decision support system for cost-effective diagnosis,” Artificial Intelligence in Medicine, 2010, vol. 1139, p. 13. [5] Bonow R.,l.Mann D.,Zipes D. ,Libby P.,Braunwald’s heart disease Ninth Edition. 2012. [6] B. and Shortliffe, “Rule Based Expert Systems: The Mycin Experiments of the Stanford Heuristic Programming Project (The Addison-Wesley series in artificial intelligence),” 1984. [7] http://www.openclinical.org/dss.html