SlideShare a Scribd company logo
1 of 4
Download to read offline
IOSR Journal of Computer Engineering (IOSR-JCE)
e-ISSN: 2278-0661,p-ISSN: 2278-8727, Volume 17, Issue 3, Ver. 1 (May – Jun. 2015), PP 50-53
www.iosrjournals.org
DOI: 10.9790/0661-17315053 www.iosrjournals.org 50 | Page
Application of Support Vector Machine and Fuzzy Logic for
Detecting and Identifying Liver Disorder in Patients
Ejiofor C.I1
and Ugwu C.2
1,2
Department of Computer Science, University of Port-Harcourt, Port-Harcourt. Nigeria.
Abstract: The liver is the largest organ in the body, and plays a major role in food digestion and process in the
body. Based on the role it plays, it has a higher chance of coming in contact with harmful product that goes into
the body.This system first screens the patients then identifies if any, the particular liver disorder suffered by the
patient. The diagnosis of liver disorder has been subjective at best, based on subjective approaches. This
research paper has proposed a hybrid system utilizing fuzzy logic for approximation and handling of noisy or
incomplete while appropriate classification was handled utilizing Support Vector Machine (SVM)
Keywords: Liver Disorder, Fuzzy logic, SVM, Dataset
I. Introduction
No single organ in the body can be said to be the most important, but it is arguable that the liver plays
more and holds the most important role in digestion process (Mycoclinic, 2014. The liver is a vital organ of the
digestive system present in vertebrates and some other animals. It has a wide range of functions, including
detoxification, protein synthesis, and production of bio chemical’s necessary for digestion (Healthlin, 2014 and
medicineNet, 2014). The liver is necessary for survival; there is currently no way to compensate for the absence
of liver function in the long term, although new liver dialysis techniques can be used in the short term
(Healthlin, 2014 and medicineNet, 2014).This gland plays a major role in metabolism and has a number of
functions in the body, including glycogen storage, decomposition of red blood cells, plasma protein synthesis,
hormone production, and detoxification. It lies below the diaphragm in the abdominal-pelvic region of the
abdomen. It produces bile, an alkaline compound which aids in digestion via the emulsification of lipids. The
liver's highly specialized tissues regulate a wide variety of high-volume biochemical reactions, including the
synthesis and breakdown of small and complex molecules, many of which are necessary for normal vital
functions (Healthline, 2014)
The liver is a reddish brown organ with four lobes of unequal size and shape. A human liver normally
weighs 1.44–1.66 kg (3.2–3.7 lb), and is a soft, pinkish-brown, triangular organ. It is both the largest internal
organ and the largest gland in the human body. It is located in the right upper quadrant of the abdominal cavity,
resting just below the diaphragm. The liver lies to the right of the stomach and overlies the gallbladder. It is
connected to two large blood vessels, one called the hepatic artery and the other called the portal vein
(RighDiagnosis, 2014).
Figure 1.0: The Human Liver (MedicineNet, 2013)
Application Of Support Vector Machine And Fuzzy Logic For Detecting And Identifying...
DOI: 10.9790/0661-17315053 www.iosrjournals.org 51 | Page
There are various liver disorders based on environmental and human degredation, but the very basic and most
common type that would be identified by this system is:
a. Hepatitis: Hepatitis is swelling and inflammation of the liver Hepatitis is most commonly caused by a viral
infection. There are, however, other causes of hepatitis. These include autoimmune hepatitis (a disease
occurring when the body makes antibodies against the liver tissue) and hepatitis that occurs as a secondary
result of medications, drugs, toxins and alcohol. Hepatitis can be acute (inflammation of the liver that lasts
less than six months) or chronic (inflammation of the liver that lasts more than six months). Viral hepatitis
is common. Thousands of cases are reported each year, but this is not the true value as most people with
hepatitis are not diagnosed. Many people mistake their symptoms as the flu instead of hepatitis. There are
different types of hepatitis, they are, Hepatitis A, Hepatitis B, Hepatitis C and Hepatitis D
b. Cirrhosis: Cirrhosis is a slowly progressing disease in which healthy liver tissue is replaced with scar
tissue, eventually preventing the liver from functioning properly. The scar tissue blocks the flow of blood
through the liver and slows the processing of nutrients, hormones, drugs, and naturally produced toxins. It
also slows the production of proteins and other substances made by the liver.
II. Material And Methodology
The theory of fuzzy logic provides a mathematical strength to capture the uncertainties associated with
human cognitive processes, such as thinking and reasoning. In standard set theory, an object does or does not
belong to a set. There is no middle ground. In such bivalent systems, an object cannot belong to both its set and
its compliment set or to neither of them. This principle preserves the structure of the logic and avoids the
contradiction of object that both is and is not a thing at the same time (Zadeh, 1965). However, fuzzy logic is
highly abstract and employs heuristic (experiment) requiring human experts to discover rules about data
relationship (Angel and Rocio, 2011).
Fuzzy classification assumes the boundary between two neighboring classes as a continuous,
overlapping area within which an object has partial membership in each class (Kuang and Ting-Cheng, 2011).
Fuzzy logic highlights the significant of most applications in which categories have fuzzy boundaries, but also
provides a simple representation of the potentially complex partition of the feature space. (Sun and Jang, 1993
and Ahmad, 2011) Conventional approaches of pattern classification involve clustering training samples and
associating clusters to given categories. The complexity and limitations of previous mechanisms are largely due
to the lack of an effective way of defining the boundaries among clusters. This problem becomes more
intractable when the number of features used for classification increases (Christos and Dimitros, 2008).
2.1 Methodology
The system is divided into two parts as it makes use of two different systems for the analysis and identification
of the liver disorder if any. They are:
a. The fuzzy logic classification stage, and
b. The SVM identification stage.
The Fuzzy Logic Classification: Here the patient is asked a series of question and the response could be
classified into 3 groups:
a. High => a positive response with high certainty
b. Average =>a response with certain level of uncertainty
c. Low =>a negative response with high certainty
The response isdivided into 3 groups instead of 2, so as to accommodate answers from patient with
uncertainty. Each response has a value attach to it
d. High >5
e. Average > 3≤ 5
f. Low > 1 ≤ 3
All response from the users are summed after each entry, and at the enda total sum is gotten, which can then be
used to determine if a patient has a liver disorder or not.
Algorithm: int Response /*total score of patient response*/
If (Response > 25){
Patient has liver disorder
}else{
Patient is healthy.
}
Figure 2: Hybrid SVM-FUZZY Algorithm
Application Of Support Vector Machine And Fuzzy Logic For Detecting And Identifying...
DOI: 10.9790/0661-17315053 www.iosrjournals.org 52 | Page
The SVM Identification Stage: After the patient has been diagnosed from the “fuzzy classification stage” to
have a liver disorder, here the particular liver disorder being suffered by the patient is being identified.Support
vector machine are supervised learning models with associated learning algorithms that analyze data and
recognize patterns, used for classification and regression analysis. Support vector machine success is based on
building nonlinear classifiers.Given a set of training examples, each marked as belonging to one of two
categories, an SVM training algorithm builds a model that assigns new examples into one category or the other,
making it a non-probabilistic binary linear classifier. An SVM model is a representation of the examples as
points in space, mapped so that the examples of the separate categories are divided by a clear gap that is as wide
as possible. New examples are then mapped into that same space and predicted to belong to a category based on
which side of the gap they fall on.
Here the two categories of the training data used for training the SVM machine are:
a. Hepatitis
b. Cirrhosis
Figure 3:SVM Binary Classification
After the Support Vector Machine has been trained with data from both categories, it can now be used to
classify the type of liver disorder the patient might have after receiving the patient blood attributes as parameter.
III. Dataset Elicitation
The dataset used for training are attributes gotten from the blood samples of patients suffering from
“Hepatitis” and “Cirrhosis. Each individual instance of the data set has been scaled to fall between -1 and 1.
Attribute information of the data set:
1. Mcv  mean corpuscular volume
2. Alkphos  alkaline phosphotase
3. Sgpt  alamine aminotransferase
4. Sgot  aspartate aminotransferase
5. Gammagt  gamma-glutamyltranspeptidase
6. Drinks  number of half-pint equivalents of alcoholic beveragesdrunk per day
IV. Results
The fuzzy logic system and the Support Vector Machine combination is a perfect way of identifying a
patient with liver disorder and classifying the particular liver disorder being suffered.
V. Conclusion
A hybrid system has been proposed and designed for the diagnosis of liver disorder. The system can
obtain binary classification based on the available trained dataset. The system can be improved by making the
SVM multiclass through the introduction of kernel. The support vector machine classifier can be extended to
handle multi-classification for identifying more liver disorder diseases thus improving the system. The multi-
classification must be accommodated with relevant trade-off to ensure efficiency.
Application Of Support Vector Machine And Fuzzy Logic For Detecting And Identifying...
DOI: 10.9790/0661-17315053 www.iosrjournals.org 53 | Page
References
[1]. Ahmad H. (2011), “Fuzzy approach to Likert Spectrum in Classified levels in surveying researches” retrieved
http://www.tjmcs.com.
[2]. Angel C. and Rocio R. ( 2011), “Documentation management with Ant colony Optimization Metaheuristic: A Fuzzy Text
Clustering Approach Using Pheromone trails” retrieved from soft computing in Industrial applications, Advances in intelligent and
soft Computing, vol. 96, 2011, 261-70, DOI: 10.1007/978-3-642-20505-1_23
[3]. Christos S. and Dimitros S. (2008) “Neural Network”, retrieved from http://www.docstoc.com/docs/15050/neural-networks
[4]. Healthline, (2014), Liver Disorder and treatment, retrieved online from http://www.healthline.com
[5]. Kuang Y. H.; Ting-H. C. and Ting-Cheng Chang (2011),“Determination of the threshold value β of variable precision rough set by
fuzzy algorithms” retrieved from http://www.sciencedirect.com/science/article/pii/S0888613X11000831
[6]. Mayoclinic (2014), Liver Disorder and treatment, retrieved online from http://www.mayoclinic.com
[7]. MedicineNet, (2014), Liver Analysis; treatment and proposal retrieved online from http: MedicineNet .com
[8]. RightDiagnosis (2014), Liver Treatment, diagnosis and management, retrieved online from http:// RightDiagnosis.com
[9]. Sun C.T. and Jang J.S. (1993) “A Neuro-Fuzzy classifier and its applications”, in: Proc. IEEE Int. Conference on Neural Networks,
San Francisco, pp.94–98.
[10]. Zadeh L.A. (1965), “Fuzzy sets. Information and Control”, Vol.8, pp.338-353.

More Related Content

Viewers also liked

APPLICATION OF FUZZY LOGIC IN RISK ASSESSMENT OF FAILURES AND ACCIDENTS FOR T...
APPLICATION OF FUZZY LOGIC IN RISK ASSESSMENT OF FAILURES AND ACCIDENTS FOR T...APPLICATION OF FUZZY LOGIC IN RISK ASSESSMENT OF FAILURES AND ACCIDENTS FOR T...
APPLICATION OF FUZZY LOGIC IN RISK ASSESSMENT OF FAILURES AND ACCIDENTS FOR T...Rustem Baiburin
 
Fuzzy logic control in automated car system
Fuzzy logic control in automated car systemFuzzy logic control in automated car system
Fuzzy logic control in automated car systemMrunal Selokar
 
Automated Parallel Parking Using Fuzzy Logic
Automated Parallel Parking Using Fuzzy LogicAutomated Parallel Parking Using Fuzzy Logic
Automated Parallel Parking Using Fuzzy Logicguest66dc5f
 
Vectors Unit Assignment- Calculus and Vector - VHS - MCV4U
Vectors Unit Assignment- Calculus and Vector - VHS - MCV4UVectors Unit Assignment- Calculus and Vector - VHS - MCV4U
Vectors Unit Assignment- Calculus and Vector - VHS - MCV4UMichael Taylor
 
Fuzzy logic in automated mobiles
Fuzzy logic in automated mobilesFuzzy logic in automated mobiles
Fuzzy logic in automated mobilesHemanth Sunny
 
Application of vector integration
Application of vector integration Application of vector integration
Application of vector integration Varuna Kapuge
 
Fuzzy logic application (aircraft landing)
Fuzzy logic application (aircraft landing)Fuzzy logic application (aircraft landing)
Fuzzy logic application (aircraft landing)Piyumal Samarathunga
 
Application of analytical geometry
Application of analytical geometryApplication of analytical geometry
Application of analytical geometryRidha Zahratun
 
Application of fuzzy logic
Application of fuzzy logicApplication of fuzzy logic
Application of fuzzy logicViraj Patel
 
Introduction to Vectors
Introduction to VectorsIntroduction to Vectors
Introduction to VectorsM.T.H Group
 
vector application
vector applicationvector application
vector applicationrajat shukla
 
Molecular Cloning - Vectors: Types & Characteristics
Molecular Cloning -  Vectors: Types & CharacteristicsMolecular Cloning -  Vectors: Types & Characteristics
Molecular Cloning - Vectors: Types & CharacteristicsSruthy Chandran
 
Application of coordinate system and vectors in the real life
Application of coordinate system and vectors in the real lifeApplication of coordinate system and vectors in the real life
Application of coordinate system and vectors in the real lifeАлиакбар Рахимов
 

Viewers also liked (20)

APPLICATION OF FUZZY LOGIC IN RISK ASSESSMENT OF FAILURES AND ACCIDENTS FOR T...
APPLICATION OF FUZZY LOGIC IN RISK ASSESSMENT OF FAILURES AND ACCIDENTS FOR T...APPLICATION OF FUZZY LOGIC IN RISK ASSESSMENT OF FAILURES AND ACCIDENTS FOR T...
APPLICATION OF FUZZY LOGIC IN RISK ASSESSMENT OF FAILURES AND ACCIDENTS FOR T...
 
Fuzzy logic control in automated car system
Fuzzy logic control in automated car systemFuzzy logic control in automated car system
Fuzzy logic control in automated car system
 
Automated Parallel Parking Using Fuzzy Logic
Automated Parallel Parking Using Fuzzy LogicAutomated Parallel Parking Using Fuzzy Logic
Automated Parallel Parking Using Fuzzy Logic
 
Fuzzy logic
Fuzzy logicFuzzy logic
Fuzzy logic
 
Vectors Unit Assignment- Calculus and Vector - VHS - MCV4U
Vectors Unit Assignment- Calculus and Vector - VHS - MCV4UVectors Unit Assignment- Calculus and Vector - VHS - MCV4U
Vectors Unit Assignment- Calculus and Vector - VHS - MCV4U
 
Fuzzy logic in automated mobiles
Fuzzy logic in automated mobilesFuzzy logic in automated mobiles
Fuzzy logic in automated mobiles
 
Vector space
Vector spaceVector space
Vector space
 
Application of vector integration
Application of vector integration Application of vector integration
Application of vector integration
 
Fuzzy logic application (aircraft landing)
Fuzzy logic application (aircraft landing)Fuzzy logic application (aircraft landing)
Fuzzy logic application (aircraft landing)
 
Application of analytical geometry
Application of analytical geometryApplication of analytical geometry
Application of analytical geometry
 
Application of fuzzy logic
Application of fuzzy logicApplication of fuzzy logic
Application of fuzzy logic
 
Vector
VectorVector
Vector
 
Power point vector
Power point vectorPower point vector
Power point vector
 
Introduction to Vectors
Introduction to VectorsIntroduction to Vectors
Introduction to Vectors
 
vector application
vector applicationvector application
vector application
 
Molecular Cloning - Vectors: Types & Characteristics
Molecular Cloning -  Vectors: Types & CharacteristicsMolecular Cloning -  Vectors: Types & Characteristics
Molecular Cloning - Vectors: Types & Characteristics
 
Fuzzy logic
Fuzzy logicFuzzy logic
Fuzzy logic
 
Chapter 1(4)SCALAR AND VECTOR
Chapter 1(4)SCALAR AND VECTORChapter 1(4)SCALAR AND VECTOR
Chapter 1(4)SCALAR AND VECTOR
 
Application of coordinate system and vectors in the real life
Application of coordinate system and vectors in the real lifeApplication of coordinate system and vectors in the real life
Application of coordinate system and vectors in the real life
 
Fuzzy logic ppt
Fuzzy logic pptFuzzy logic ppt
Fuzzy logic ppt
 

Similar to Application of Support Vector Machine and Fuzzy Logic for Detecting and Identifying Liver Disorder in Patients

A Tentative analysis of Liver Disorder using Data Mining Algorithms J48, Deci...
A Tentative analysis of Liver Disorder using Data Mining Algorithms J48, Deci...A Tentative analysis of Liver Disorder using Data Mining Algorithms J48, Deci...
A Tentative analysis of Liver Disorder using Data Mining Algorithms J48, Deci...MangaiK4
 
LIVER DISEASE PREDICTION BY USING DIFFERENT DECISION TREE TECHNIQUES
LIVER DISEASE PREDICTION BY USING DIFFERENT DECISION TREE TECHNIQUESLIVER DISEASE PREDICTION BY USING DIFFERENT DECISION TREE TECHNIQUES
LIVER DISEASE PREDICTION BY USING DIFFERENT DECISION TREE TECHNIQUESIJDKP
 
MICROFLUIDIC ORGAN-ON-A-CHIP MODELS:.pptx
MICROFLUIDIC ORGAN-ON-A-CHIP MODELS:.pptxMICROFLUIDIC ORGAN-ON-A-CHIP MODELS:.pptx
MICROFLUIDIC ORGAN-ON-A-CHIP MODELS:.pptxchaitanya Gulhane
 
Metabolic associated fatty liver disease and continuous time Markov chains
Metabolic associated fatty liver disease and continuous time Markov chains Metabolic associated fatty liver disease and continuous time Markov chains
Metabolic associated fatty liver disease and continuous time Markov chains iman773407
 
1-s2.0-S1877050915004561-main
1-s2.0-S1877050915004561-main1-s2.0-S1877050915004561-main
1-s2.0-S1877050915004561-mainAneesh Kumar
 
Data mining visualization to support biochemical markers for liver fibrosis i...
Data mining visualization to support biochemical markers for liver fibrosis i...Data mining visualization to support biochemical markers for liver fibrosis i...
Data mining visualization to support biochemical markers for liver fibrosis i...Waqas Tariq
 
Summarization Techniques in Association Rule Data Mining For Risk Assessment ...
Summarization Techniques in Association Rule Data Mining For Risk Assessment ...Summarization Techniques in Association Rule Data Mining For Risk Assessment ...
Summarization Techniques in Association Rule Data Mining For Risk Assessment ...IJTET Journal
 
An enhanced liver stages classification in 3 d ct and 3d-us images using glrl...
An enhanced liver stages classification in 3 d ct and 3d-us images using glrl...An enhanced liver stages classification in 3 d ct and 3d-us images using glrl...
An enhanced liver stages classification in 3 d ct and 3d-us images using glrl...Bathshebaparimala
 
Biomathematical Analysis of the Liver Fibrosis
Biomathematical Analysis of the Liver FibrosisBiomathematical Analysis of the Liver Fibrosis
Biomathematical Analysis of the Liver Fibrosissubmissionclinmedima
 
Multimodality Molecular Imaging – An Overview With Special Focus on PET/CT
Multimodality Molecular Imaging – An Overview With Special Focus on PET/CTMultimodality Molecular Imaging – An Overview With Special Focus on PET/CT
Multimodality Molecular Imaging – An Overview With Special Focus on PET/CTApollo Hospitals
 
Comparative study of artificial neural network based classification for liver...
Comparative study of artificial neural network based classification for liver...Comparative study of artificial neural network based classification for liver...
Comparative study of artificial neural network based classification for liver...Alexander Decker
 
2D CAT Based Modeling of Tumour Growth and Drug Transport
2D CAT Based Modeling of Tumour Growth and Drug Transport2D CAT Based Modeling of Tumour Growth and Drug Transport
2D CAT Based Modeling of Tumour Growth and Drug TransportEditor IJMTER
 
Unified Medical Data Platform focused on Accuracy
Unified Medical Data Platform focused on AccuracyUnified Medical Data Platform focused on Accuracy
Unified Medical Data Platform focused on AccuracyQuahog Life Sciences
 
A decision support system for tuberculosis
A decision support system for tuberculosisA decision support system for tuberculosis
A decision support system for tuberculosisijsc
 
A Decision Support System for Tuberculosis Diagnosability
A Decision Support System for Tuberculosis Diagnosability  A Decision Support System for Tuberculosis Diagnosability
A Decision Support System for Tuberculosis Diagnosability ijsc
 
PREDICTIVE MODEL FOR LIKELIHOOD OF DETECTING CHRONIC KIDNEY FAILURE AND DISEA...
PREDICTIVE MODEL FOR LIKELIHOOD OF DETECTING CHRONIC KIDNEY FAILURE AND DISEA...PREDICTIVE MODEL FOR LIKELIHOOD OF DETECTING CHRONIC KIDNEY FAILURE AND DISEA...
PREDICTIVE MODEL FOR LIKELIHOOD OF DETECTING CHRONIC KIDNEY FAILURE AND DISEA...ijcsitcejournal
 
ARTIFICIAL NEURAL NETWORK FOR DIAGNOSIS OF PANCREATIC CANCER
ARTIFICIAL NEURAL NETWORK FOR DIAGNOSIS OF PANCREATIC CANCERARTIFICIAL NEURAL NETWORK FOR DIAGNOSIS OF PANCREATIC CANCER
ARTIFICIAL NEURAL NETWORK FOR DIAGNOSIS OF PANCREATIC CANCERIJCI JOURNAL
 
ARTIFICIAL NEURAL NETWORK FOR DIAGNOSIS OF PANCREATIC CANCER
ARTIFICIAL NEURAL NETWORK FOR DIAGNOSIS OF PANCREATIC CANCERARTIFICIAL NEURAL NETWORK FOR DIAGNOSIS OF PANCREATIC CANCER
ARTIFICIAL NEURAL NETWORK FOR DIAGNOSIS OF PANCREATIC CANCERIJCI JOURNAL
 

Similar to Application of Support Vector Machine and Fuzzy Logic for Detecting and Identifying Liver Disorder in Patients (20)

A Tentative analysis of Liver Disorder using Data Mining Algorithms J48, Deci...
A Tentative analysis of Liver Disorder using Data Mining Algorithms J48, Deci...A Tentative analysis of Liver Disorder using Data Mining Algorithms J48, Deci...
A Tentative analysis of Liver Disorder using Data Mining Algorithms J48, Deci...
 
LIVER DISEASE PREDICTION BY USING DIFFERENT DECISION TREE TECHNIQUES
LIVER DISEASE PREDICTION BY USING DIFFERENT DECISION TREE TECHNIQUESLIVER DISEASE PREDICTION BY USING DIFFERENT DECISION TREE TECHNIQUES
LIVER DISEASE PREDICTION BY USING DIFFERENT DECISION TREE TECHNIQUES
 
Selfseedposter mss2013
Selfseedposter mss2013Selfseedposter mss2013
Selfseedposter mss2013
 
MICROFLUIDIC ORGAN-ON-A-CHIP MODELS:.pptx
MICROFLUIDIC ORGAN-ON-A-CHIP MODELS:.pptxMICROFLUIDIC ORGAN-ON-A-CHIP MODELS:.pptx
MICROFLUIDIC ORGAN-ON-A-CHIP MODELS:.pptx
 
Metabolic associated fatty liver disease and continuous time Markov chains
Metabolic associated fatty liver disease and continuous time Markov chains Metabolic associated fatty liver disease and continuous time Markov chains
Metabolic associated fatty liver disease and continuous time Markov chains
 
1-s2.0-S1877050915004561-main
1-s2.0-S1877050915004561-main1-s2.0-S1877050915004561-main
1-s2.0-S1877050915004561-main
 
Data mining visualization to support biochemical markers for liver fibrosis i...
Data mining visualization to support biochemical markers for liver fibrosis i...Data mining visualization to support biochemical markers for liver fibrosis i...
Data mining visualization to support biochemical markers for liver fibrosis i...
 
Summarization Techniques in Association Rule Data Mining For Risk Assessment ...
Summarization Techniques in Association Rule Data Mining For Risk Assessment ...Summarization Techniques in Association Rule Data Mining For Risk Assessment ...
Summarization Techniques in Association Rule Data Mining For Risk Assessment ...
 
An enhanced liver stages classification in 3 d ct and 3d-us images using glrl...
An enhanced liver stages classification in 3 d ct and 3d-us images using glrl...An enhanced liver stages classification in 3 d ct and 3d-us images using glrl...
An enhanced liver stages classification in 3 d ct and 3d-us images using glrl...
 
Biomathematical Analysis of the Liver Fibrosis
Biomathematical Analysis of the Liver FibrosisBiomathematical Analysis of the Liver Fibrosis
Biomathematical Analysis of the Liver Fibrosis
 
Multimodality Molecular Imaging – An Overview With Special Focus on PET/CT
Multimodality Molecular Imaging – An Overview With Special Focus on PET/CTMultimodality Molecular Imaging – An Overview With Special Focus on PET/CT
Multimodality Molecular Imaging – An Overview With Special Focus on PET/CT
 
Comparative study of artificial neural network based classification for liver...
Comparative study of artificial neural network based classification for liver...Comparative study of artificial neural network based classification for liver...
Comparative study of artificial neural network based classification for liver...
 
2D CAT Based Modeling of Tumour Growth and Drug Transport
2D CAT Based Modeling of Tumour Growth and Drug Transport2D CAT Based Modeling of Tumour Growth and Drug Transport
2D CAT Based Modeling of Tumour Growth and Drug Transport
 
Unified Medical Data Platform focused on Accuracy
Unified Medical Data Platform focused on AccuracyUnified Medical Data Platform focused on Accuracy
Unified Medical Data Platform focused on Accuracy
 
A decision support system for tuberculosis
A decision support system for tuberculosisA decision support system for tuberculosis
A decision support system for tuberculosis
 
A Decision Support System for Tuberculosis Diagnosability
A Decision Support System for Tuberculosis Diagnosability  A Decision Support System for Tuberculosis Diagnosability
A Decision Support System for Tuberculosis Diagnosability
 
PREDICTIVE MODEL FOR LIKELIHOOD OF DETECTING CHRONIC KIDNEY FAILURE AND DISEA...
PREDICTIVE MODEL FOR LIKELIHOOD OF DETECTING CHRONIC KIDNEY FAILURE AND DISEA...PREDICTIVE MODEL FOR LIKELIHOOD OF DETECTING CHRONIC KIDNEY FAILURE AND DISEA...
PREDICTIVE MODEL FOR LIKELIHOOD OF DETECTING CHRONIC KIDNEY FAILURE AND DISEA...
 
Gastroduodenal tumors
Gastroduodenal tumorsGastroduodenal tumors
Gastroduodenal tumors
 
ARTIFICIAL NEURAL NETWORK FOR DIAGNOSIS OF PANCREATIC CANCER
ARTIFICIAL NEURAL NETWORK FOR DIAGNOSIS OF PANCREATIC CANCERARTIFICIAL NEURAL NETWORK FOR DIAGNOSIS OF PANCREATIC CANCER
ARTIFICIAL NEURAL NETWORK FOR DIAGNOSIS OF PANCREATIC CANCER
 
ARTIFICIAL NEURAL NETWORK FOR DIAGNOSIS OF PANCREATIC CANCER
ARTIFICIAL NEURAL NETWORK FOR DIAGNOSIS OF PANCREATIC CANCERARTIFICIAL NEURAL NETWORK FOR DIAGNOSIS OF PANCREATIC CANCER
ARTIFICIAL NEURAL NETWORK FOR DIAGNOSIS OF PANCREATIC CANCER
 

More from iosrjce

An Examination of Effectuation Dimension as Financing Practice of Small and M...
An Examination of Effectuation Dimension as Financing Practice of Small and M...An Examination of Effectuation Dimension as Financing Practice of Small and M...
An Examination of Effectuation Dimension as Financing Practice of Small and M...iosrjce
 
Does Goods and Services Tax (GST) Leads to Indian Economic Development?
Does Goods and Services Tax (GST) Leads to Indian Economic Development?Does Goods and Services Tax (GST) Leads to Indian Economic Development?
Does Goods and Services Tax (GST) Leads to Indian Economic Development?iosrjce
 
Childhood Factors that influence success in later life
Childhood Factors that influence success in later lifeChildhood Factors that influence success in later life
Childhood Factors that influence success in later lifeiosrjce
 
Emotional Intelligence and Work Performance Relationship: A Study on Sales Pe...
Emotional Intelligence and Work Performance Relationship: A Study on Sales Pe...Emotional Intelligence and Work Performance Relationship: A Study on Sales Pe...
Emotional Intelligence and Work Performance Relationship: A Study on Sales Pe...iosrjce
 
Customer’s Acceptance of Internet Banking in Dubai
Customer’s Acceptance of Internet Banking in DubaiCustomer’s Acceptance of Internet Banking in Dubai
Customer’s Acceptance of Internet Banking in Dubaiiosrjce
 
A Study of Employee Satisfaction relating to Job Security & Working Hours amo...
A Study of Employee Satisfaction relating to Job Security & Working Hours amo...A Study of Employee Satisfaction relating to Job Security & Working Hours amo...
A Study of Employee Satisfaction relating to Job Security & Working Hours amo...iosrjce
 
Consumer Perspectives on Brand Preference: A Choice Based Model Approach
Consumer Perspectives on Brand Preference: A Choice Based Model ApproachConsumer Perspectives on Brand Preference: A Choice Based Model Approach
Consumer Perspectives on Brand Preference: A Choice Based Model Approachiosrjce
 
Student`S Approach towards Social Network Sites
Student`S Approach towards Social Network SitesStudent`S Approach towards Social Network Sites
Student`S Approach towards Social Network Sitesiosrjce
 
Broadcast Management in Nigeria: The systems approach as an imperative
Broadcast Management in Nigeria: The systems approach as an imperativeBroadcast Management in Nigeria: The systems approach as an imperative
Broadcast Management in Nigeria: The systems approach as an imperativeiosrjce
 
A Study on Retailer’s Perception on Soya Products with Special Reference to T...
A Study on Retailer’s Perception on Soya Products with Special Reference to T...A Study on Retailer’s Perception on Soya Products with Special Reference to T...
A Study on Retailer’s Perception on Soya Products with Special Reference to T...iosrjce
 
A Study Factors Influence on Organisation Citizenship Behaviour in Corporate ...
A Study Factors Influence on Organisation Citizenship Behaviour in Corporate ...A Study Factors Influence on Organisation Citizenship Behaviour in Corporate ...
A Study Factors Influence on Organisation Citizenship Behaviour in Corporate ...iosrjce
 
Consumers’ Behaviour on Sony Xperia: A Case Study on Bangladesh
Consumers’ Behaviour on Sony Xperia: A Case Study on BangladeshConsumers’ Behaviour on Sony Xperia: A Case Study on Bangladesh
Consumers’ Behaviour on Sony Xperia: A Case Study on Bangladeshiosrjce
 
Design of a Balanced Scorecard on Nonprofit Organizations (Study on Yayasan P...
Design of a Balanced Scorecard on Nonprofit Organizations (Study on Yayasan P...Design of a Balanced Scorecard on Nonprofit Organizations (Study on Yayasan P...
Design of a Balanced Scorecard on Nonprofit Organizations (Study on Yayasan P...iosrjce
 
Public Sector Reforms and Outsourcing Services in Nigeria: An Empirical Evalu...
Public Sector Reforms and Outsourcing Services in Nigeria: An Empirical Evalu...Public Sector Reforms and Outsourcing Services in Nigeria: An Empirical Evalu...
Public Sector Reforms and Outsourcing Services in Nigeria: An Empirical Evalu...iosrjce
 
Media Innovations and its Impact on Brand awareness & Consideration
Media Innovations and its Impact on Brand awareness & ConsiderationMedia Innovations and its Impact on Brand awareness & Consideration
Media Innovations and its Impact on Brand awareness & Considerationiosrjce
 
Customer experience in supermarkets and hypermarkets – A comparative study
Customer experience in supermarkets and hypermarkets – A comparative studyCustomer experience in supermarkets and hypermarkets – A comparative study
Customer experience in supermarkets and hypermarkets – A comparative studyiosrjce
 
Social Media and Small Businesses: A Combinational Strategic Approach under t...
Social Media and Small Businesses: A Combinational Strategic Approach under t...Social Media and Small Businesses: A Combinational Strategic Approach under t...
Social Media and Small Businesses: A Combinational Strategic Approach under t...iosrjce
 
Secretarial Performance and the Gender Question (A Study of Selected Tertiary...
Secretarial Performance and the Gender Question (A Study of Selected Tertiary...Secretarial Performance and the Gender Question (A Study of Selected Tertiary...
Secretarial Performance and the Gender Question (A Study of Selected Tertiary...iosrjce
 
Implementation of Quality Management principles at Zimbabwe Open University (...
Implementation of Quality Management principles at Zimbabwe Open University (...Implementation of Quality Management principles at Zimbabwe Open University (...
Implementation of Quality Management principles at Zimbabwe Open University (...iosrjce
 
Organizational Conflicts Management In Selected Organizaions In Lagos State, ...
Organizational Conflicts Management In Selected Organizaions In Lagos State, ...Organizational Conflicts Management In Selected Organizaions In Lagos State, ...
Organizational Conflicts Management In Selected Organizaions In Lagos State, ...iosrjce
 

More from iosrjce (20)

An Examination of Effectuation Dimension as Financing Practice of Small and M...
An Examination of Effectuation Dimension as Financing Practice of Small and M...An Examination of Effectuation Dimension as Financing Practice of Small and M...
An Examination of Effectuation Dimension as Financing Practice of Small and M...
 
Does Goods and Services Tax (GST) Leads to Indian Economic Development?
Does Goods and Services Tax (GST) Leads to Indian Economic Development?Does Goods and Services Tax (GST) Leads to Indian Economic Development?
Does Goods and Services Tax (GST) Leads to Indian Economic Development?
 
Childhood Factors that influence success in later life
Childhood Factors that influence success in later lifeChildhood Factors that influence success in later life
Childhood Factors that influence success in later life
 
Emotional Intelligence and Work Performance Relationship: A Study on Sales Pe...
Emotional Intelligence and Work Performance Relationship: A Study on Sales Pe...Emotional Intelligence and Work Performance Relationship: A Study on Sales Pe...
Emotional Intelligence and Work Performance Relationship: A Study on Sales Pe...
 
Customer’s Acceptance of Internet Banking in Dubai
Customer’s Acceptance of Internet Banking in DubaiCustomer’s Acceptance of Internet Banking in Dubai
Customer’s Acceptance of Internet Banking in Dubai
 
A Study of Employee Satisfaction relating to Job Security & Working Hours amo...
A Study of Employee Satisfaction relating to Job Security & Working Hours amo...A Study of Employee Satisfaction relating to Job Security & Working Hours amo...
A Study of Employee Satisfaction relating to Job Security & Working Hours amo...
 
Consumer Perspectives on Brand Preference: A Choice Based Model Approach
Consumer Perspectives on Brand Preference: A Choice Based Model ApproachConsumer Perspectives on Brand Preference: A Choice Based Model Approach
Consumer Perspectives on Brand Preference: A Choice Based Model Approach
 
Student`S Approach towards Social Network Sites
Student`S Approach towards Social Network SitesStudent`S Approach towards Social Network Sites
Student`S Approach towards Social Network Sites
 
Broadcast Management in Nigeria: The systems approach as an imperative
Broadcast Management in Nigeria: The systems approach as an imperativeBroadcast Management in Nigeria: The systems approach as an imperative
Broadcast Management in Nigeria: The systems approach as an imperative
 
A Study on Retailer’s Perception on Soya Products with Special Reference to T...
A Study on Retailer’s Perception on Soya Products with Special Reference to T...A Study on Retailer’s Perception on Soya Products with Special Reference to T...
A Study on Retailer’s Perception on Soya Products with Special Reference to T...
 
A Study Factors Influence on Organisation Citizenship Behaviour in Corporate ...
A Study Factors Influence on Organisation Citizenship Behaviour in Corporate ...A Study Factors Influence on Organisation Citizenship Behaviour in Corporate ...
A Study Factors Influence on Organisation Citizenship Behaviour in Corporate ...
 
Consumers’ Behaviour on Sony Xperia: A Case Study on Bangladesh
Consumers’ Behaviour on Sony Xperia: A Case Study on BangladeshConsumers’ Behaviour on Sony Xperia: A Case Study on Bangladesh
Consumers’ Behaviour on Sony Xperia: A Case Study on Bangladesh
 
Design of a Balanced Scorecard on Nonprofit Organizations (Study on Yayasan P...
Design of a Balanced Scorecard on Nonprofit Organizations (Study on Yayasan P...Design of a Balanced Scorecard on Nonprofit Organizations (Study on Yayasan P...
Design of a Balanced Scorecard on Nonprofit Organizations (Study on Yayasan P...
 
Public Sector Reforms and Outsourcing Services in Nigeria: An Empirical Evalu...
Public Sector Reforms and Outsourcing Services in Nigeria: An Empirical Evalu...Public Sector Reforms and Outsourcing Services in Nigeria: An Empirical Evalu...
Public Sector Reforms and Outsourcing Services in Nigeria: An Empirical Evalu...
 
Media Innovations and its Impact on Brand awareness & Consideration
Media Innovations and its Impact on Brand awareness & ConsiderationMedia Innovations and its Impact on Brand awareness & Consideration
Media Innovations and its Impact on Brand awareness & Consideration
 
Customer experience in supermarkets and hypermarkets – A comparative study
Customer experience in supermarkets and hypermarkets – A comparative studyCustomer experience in supermarkets and hypermarkets – A comparative study
Customer experience in supermarkets and hypermarkets – A comparative study
 
Social Media and Small Businesses: A Combinational Strategic Approach under t...
Social Media and Small Businesses: A Combinational Strategic Approach under t...Social Media and Small Businesses: A Combinational Strategic Approach under t...
Social Media and Small Businesses: A Combinational Strategic Approach under t...
 
Secretarial Performance and the Gender Question (A Study of Selected Tertiary...
Secretarial Performance and the Gender Question (A Study of Selected Tertiary...Secretarial Performance and the Gender Question (A Study of Selected Tertiary...
Secretarial Performance and the Gender Question (A Study of Selected Tertiary...
 
Implementation of Quality Management principles at Zimbabwe Open University (...
Implementation of Quality Management principles at Zimbabwe Open University (...Implementation of Quality Management principles at Zimbabwe Open University (...
Implementation of Quality Management principles at Zimbabwe Open University (...
 
Organizational Conflicts Management In Selected Organizaions In Lagos State, ...
Organizational Conflicts Management In Selected Organizaions In Lagos State, ...Organizational Conflicts Management In Selected Organizaions In Lagos State, ...
Organizational Conflicts Management In Selected Organizaions In Lagos State, ...
 

Recently uploaded

DC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equationDC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equationBhangaleSonal
 
💚Trustworthy Call Girls Pune Call Girls Service Just Call 🍑👄6378878445 🍑👄 Top...
💚Trustworthy Call Girls Pune Call Girls Service Just Call 🍑👄6378878445 🍑👄 Top...💚Trustworthy Call Girls Pune Call Girls Service Just Call 🍑👄6378878445 🍑👄 Top...
💚Trustworthy Call Girls Pune Call Girls Service Just Call 🍑👄6378878445 🍑👄 Top...vershagrag
 
Orlando’s Arnold Palmer Hospital Layout Strategy-1.pptx
Orlando’s Arnold Palmer Hospital Layout Strategy-1.pptxOrlando’s Arnold Palmer Hospital Layout Strategy-1.pptx
Orlando’s Arnold Palmer Hospital Layout Strategy-1.pptxMuhammadAsimMuhammad6
 
School management system project Report.pdf
School management system project Report.pdfSchool management system project Report.pdf
School management system project Report.pdfKamal Acharya
 
Basic Electronics for diploma students as per technical education Kerala Syll...
Basic Electronics for diploma students as per technical education Kerala Syll...Basic Electronics for diploma students as per technical education Kerala Syll...
Basic Electronics for diploma students as per technical education Kerala Syll...ppkakm
 
Theory of Time 2024 (Universal Theory for Everything)
Theory of Time 2024 (Universal Theory for Everything)Theory of Time 2024 (Universal Theory for Everything)
Theory of Time 2024 (Universal Theory for Everything)Ramkumar k
 
PE 459 LECTURE 2- natural gas basic concepts and properties
PE 459 LECTURE 2- natural gas basic concepts and propertiesPE 459 LECTURE 2- natural gas basic concepts and properties
PE 459 LECTURE 2- natural gas basic concepts and propertiessarkmank1
 
Hospital management system project report.pdf
Hospital management system project report.pdfHospital management system project report.pdf
Hospital management system project report.pdfKamal Acharya
 
Introduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaIntroduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaOmar Fathy
 
Computer Graphics Introduction To Curves
Computer Graphics Introduction To CurvesComputer Graphics Introduction To Curves
Computer Graphics Introduction To CurvesChandrakantDivate1
 
Jaipur ❤CALL GIRL 0000000000❤CALL GIRLS IN Jaipur ESCORT SERVICE❤CALL GIRL IN...
Jaipur ❤CALL GIRL 0000000000❤CALL GIRLS IN Jaipur ESCORT SERVICE❤CALL GIRL IN...Jaipur ❤CALL GIRL 0000000000❤CALL GIRLS IN Jaipur ESCORT SERVICE❤CALL GIRL IN...
Jaipur ❤CALL GIRL 0000000000❤CALL GIRLS IN Jaipur ESCORT SERVICE❤CALL GIRL IN...jabtakhaidam7
 
Online electricity billing project report..pdf
Online electricity billing project report..pdfOnline electricity billing project report..pdf
Online electricity billing project report..pdfKamal Acharya
 
Electromagnetic relays used for power system .pptx
Electromagnetic relays used for power system .pptxElectromagnetic relays used for power system .pptx
Electromagnetic relays used for power system .pptxNANDHAKUMARA10
 
AIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech studentsAIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech studentsvanyagupta248
 
UNIT 4 PTRP final Convergence in probability.pptx
UNIT 4 PTRP final Convergence in probability.pptxUNIT 4 PTRP final Convergence in probability.pptx
UNIT 4 PTRP final Convergence in probability.pptxkalpana413121
 
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...drmkjayanthikannan
 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . pptDineshKumar4165
 
Ghuma $ Russian Call Girls Ahmedabad ₹7.5k Pick Up & Drop With Cash Payment 8...
Ghuma $ Russian Call Girls Ahmedabad ₹7.5k Pick Up & Drop With Cash Payment 8...Ghuma $ Russian Call Girls Ahmedabad ₹7.5k Pick Up & Drop With Cash Payment 8...
Ghuma $ Russian Call Girls Ahmedabad ₹7.5k Pick Up & Drop With Cash Payment 8...gragchanchal546
 
Linux Systems Programming: Inter Process Communication (IPC) using Pipes
Linux Systems Programming: Inter Process Communication (IPC) using PipesLinux Systems Programming: Inter Process Communication (IPC) using Pipes
Linux Systems Programming: Inter Process Communication (IPC) using PipesRashidFaridChishti
 
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptxS1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptxSCMS School of Architecture
 

Recently uploaded (20)

DC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equationDC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equation
 
💚Trustworthy Call Girls Pune Call Girls Service Just Call 🍑👄6378878445 🍑👄 Top...
💚Trustworthy Call Girls Pune Call Girls Service Just Call 🍑👄6378878445 🍑👄 Top...💚Trustworthy Call Girls Pune Call Girls Service Just Call 🍑👄6378878445 🍑👄 Top...
💚Trustworthy Call Girls Pune Call Girls Service Just Call 🍑👄6378878445 🍑👄 Top...
 
Orlando’s Arnold Palmer Hospital Layout Strategy-1.pptx
Orlando’s Arnold Palmer Hospital Layout Strategy-1.pptxOrlando’s Arnold Palmer Hospital Layout Strategy-1.pptx
Orlando’s Arnold Palmer Hospital Layout Strategy-1.pptx
 
School management system project Report.pdf
School management system project Report.pdfSchool management system project Report.pdf
School management system project Report.pdf
 
Basic Electronics for diploma students as per technical education Kerala Syll...
Basic Electronics for diploma students as per technical education Kerala Syll...Basic Electronics for diploma students as per technical education Kerala Syll...
Basic Electronics for diploma students as per technical education Kerala Syll...
 
Theory of Time 2024 (Universal Theory for Everything)
Theory of Time 2024 (Universal Theory for Everything)Theory of Time 2024 (Universal Theory for Everything)
Theory of Time 2024 (Universal Theory for Everything)
 
PE 459 LECTURE 2- natural gas basic concepts and properties
PE 459 LECTURE 2- natural gas basic concepts and propertiesPE 459 LECTURE 2- natural gas basic concepts and properties
PE 459 LECTURE 2- natural gas basic concepts and properties
 
Hospital management system project report.pdf
Hospital management system project report.pdfHospital management system project report.pdf
Hospital management system project report.pdf
 
Introduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaIntroduction to Serverless with AWS Lambda
Introduction to Serverless with AWS Lambda
 
Computer Graphics Introduction To Curves
Computer Graphics Introduction To CurvesComputer Graphics Introduction To Curves
Computer Graphics Introduction To Curves
 
Jaipur ❤CALL GIRL 0000000000❤CALL GIRLS IN Jaipur ESCORT SERVICE❤CALL GIRL IN...
Jaipur ❤CALL GIRL 0000000000❤CALL GIRLS IN Jaipur ESCORT SERVICE❤CALL GIRL IN...Jaipur ❤CALL GIRL 0000000000❤CALL GIRLS IN Jaipur ESCORT SERVICE❤CALL GIRL IN...
Jaipur ❤CALL GIRL 0000000000❤CALL GIRLS IN Jaipur ESCORT SERVICE❤CALL GIRL IN...
 
Online electricity billing project report..pdf
Online electricity billing project report..pdfOnline electricity billing project report..pdf
Online electricity billing project report..pdf
 
Electromagnetic relays used for power system .pptx
Electromagnetic relays used for power system .pptxElectromagnetic relays used for power system .pptx
Electromagnetic relays used for power system .pptx
 
AIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech studentsAIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech students
 
UNIT 4 PTRP final Convergence in probability.pptx
UNIT 4 PTRP final Convergence in probability.pptxUNIT 4 PTRP final Convergence in probability.pptx
UNIT 4 PTRP final Convergence in probability.pptx
 
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . ppt
 
Ghuma $ Russian Call Girls Ahmedabad ₹7.5k Pick Up & Drop With Cash Payment 8...
Ghuma $ Russian Call Girls Ahmedabad ₹7.5k Pick Up & Drop With Cash Payment 8...Ghuma $ Russian Call Girls Ahmedabad ₹7.5k Pick Up & Drop With Cash Payment 8...
Ghuma $ Russian Call Girls Ahmedabad ₹7.5k Pick Up & Drop With Cash Payment 8...
 
Linux Systems Programming: Inter Process Communication (IPC) using Pipes
Linux Systems Programming: Inter Process Communication (IPC) using PipesLinux Systems Programming: Inter Process Communication (IPC) using Pipes
Linux Systems Programming: Inter Process Communication (IPC) using Pipes
 
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptxS1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
 

Application of Support Vector Machine and Fuzzy Logic for Detecting and Identifying Liver Disorder in Patients

  • 1. IOSR Journal of Computer Engineering (IOSR-JCE) e-ISSN: 2278-0661,p-ISSN: 2278-8727, Volume 17, Issue 3, Ver. 1 (May – Jun. 2015), PP 50-53 www.iosrjournals.org DOI: 10.9790/0661-17315053 www.iosrjournals.org 50 | Page Application of Support Vector Machine and Fuzzy Logic for Detecting and Identifying Liver Disorder in Patients Ejiofor C.I1 and Ugwu C.2 1,2 Department of Computer Science, University of Port-Harcourt, Port-Harcourt. Nigeria. Abstract: The liver is the largest organ in the body, and plays a major role in food digestion and process in the body. Based on the role it plays, it has a higher chance of coming in contact with harmful product that goes into the body.This system first screens the patients then identifies if any, the particular liver disorder suffered by the patient. The diagnosis of liver disorder has been subjective at best, based on subjective approaches. This research paper has proposed a hybrid system utilizing fuzzy logic for approximation and handling of noisy or incomplete while appropriate classification was handled utilizing Support Vector Machine (SVM) Keywords: Liver Disorder, Fuzzy logic, SVM, Dataset I. Introduction No single organ in the body can be said to be the most important, but it is arguable that the liver plays more and holds the most important role in digestion process (Mycoclinic, 2014. The liver is a vital organ of the digestive system present in vertebrates and some other animals. It has a wide range of functions, including detoxification, protein synthesis, and production of bio chemical’s necessary for digestion (Healthlin, 2014 and medicineNet, 2014). The liver is necessary for survival; there is currently no way to compensate for the absence of liver function in the long term, although new liver dialysis techniques can be used in the short term (Healthlin, 2014 and medicineNet, 2014).This gland plays a major role in metabolism and has a number of functions in the body, including glycogen storage, decomposition of red blood cells, plasma protein synthesis, hormone production, and detoxification. It lies below the diaphragm in the abdominal-pelvic region of the abdomen. It produces bile, an alkaline compound which aids in digestion via the emulsification of lipids. The liver's highly specialized tissues regulate a wide variety of high-volume biochemical reactions, including the synthesis and breakdown of small and complex molecules, many of which are necessary for normal vital functions (Healthline, 2014) The liver is a reddish brown organ with four lobes of unequal size and shape. A human liver normally weighs 1.44–1.66 kg (3.2–3.7 lb), and is a soft, pinkish-brown, triangular organ. It is both the largest internal organ and the largest gland in the human body. It is located in the right upper quadrant of the abdominal cavity, resting just below the diaphragm. The liver lies to the right of the stomach and overlies the gallbladder. It is connected to two large blood vessels, one called the hepatic artery and the other called the portal vein (RighDiagnosis, 2014). Figure 1.0: The Human Liver (MedicineNet, 2013)
  • 2. Application Of Support Vector Machine And Fuzzy Logic For Detecting And Identifying... DOI: 10.9790/0661-17315053 www.iosrjournals.org 51 | Page There are various liver disorders based on environmental and human degredation, but the very basic and most common type that would be identified by this system is: a. Hepatitis: Hepatitis is swelling and inflammation of the liver Hepatitis is most commonly caused by a viral infection. There are, however, other causes of hepatitis. These include autoimmune hepatitis (a disease occurring when the body makes antibodies against the liver tissue) and hepatitis that occurs as a secondary result of medications, drugs, toxins and alcohol. Hepatitis can be acute (inflammation of the liver that lasts less than six months) or chronic (inflammation of the liver that lasts more than six months). Viral hepatitis is common. Thousands of cases are reported each year, but this is not the true value as most people with hepatitis are not diagnosed. Many people mistake their symptoms as the flu instead of hepatitis. There are different types of hepatitis, they are, Hepatitis A, Hepatitis B, Hepatitis C and Hepatitis D b. Cirrhosis: Cirrhosis is a slowly progressing disease in which healthy liver tissue is replaced with scar tissue, eventually preventing the liver from functioning properly. The scar tissue blocks the flow of blood through the liver and slows the processing of nutrients, hormones, drugs, and naturally produced toxins. It also slows the production of proteins and other substances made by the liver. II. Material And Methodology The theory of fuzzy logic provides a mathematical strength to capture the uncertainties associated with human cognitive processes, such as thinking and reasoning. In standard set theory, an object does or does not belong to a set. There is no middle ground. In such bivalent systems, an object cannot belong to both its set and its compliment set or to neither of them. This principle preserves the structure of the logic and avoids the contradiction of object that both is and is not a thing at the same time (Zadeh, 1965). However, fuzzy logic is highly abstract and employs heuristic (experiment) requiring human experts to discover rules about data relationship (Angel and Rocio, 2011). Fuzzy classification assumes the boundary between two neighboring classes as a continuous, overlapping area within which an object has partial membership in each class (Kuang and Ting-Cheng, 2011). Fuzzy logic highlights the significant of most applications in which categories have fuzzy boundaries, but also provides a simple representation of the potentially complex partition of the feature space. (Sun and Jang, 1993 and Ahmad, 2011) Conventional approaches of pattern classification involve clustering training samples and associating clusters to given categories. The complexity and limitations of previous mechanisms are largely due to the lack of an effective way of defining the boundaries among clusters. This problem becomes more intractable when the number of features used for classification increases (Christos and Dimitros, 2008). 2.1 Methodology The system is divided into two parts as it makes use of two different systems for the analysis and identification of the liver disorder if any. They are: a. The fuzzy logic classification stage, and b. The SVM identification stage. The Fuzzy Logic Classification: Here the patient is asked a series of question and the response could be classified into 3 groups: a. High => a positive response with high certainty b. Average =>a response with certain level of uncertainty c. Low =>a negative response with high certainty The response isdivided into 3 groups instead of 2, so as to accommodate answers from patient with uncertainty. Each response has a value attach to it d. High >5 e. Average > 3≤ 5 f. Low > 1 ≤ 3 All response from the users are summed after each entry, and at the enda total sum is gotten, which can then be used to determine if a patient has a liver disorder or not. Algorithm: int Response /*total score of patient response*/ If (Response > 25){ Patient has liver disorder }else{ Patient is healthy. } Figure 2: Hybrid SVM-FUZZY Algorithm
  • 3. Application Of Support Vector Machine And Fuzzy Logic For Detecting And Identifying... DOI: 10.9790/0661-17315053 www.iosrjournals.org 52 | Page The SVM Identification Stage: After the patient has been diagnosed from the “fuzzy classification stage” to have a liver disorder, here the particular liver disorder being suffered by the patient is being identified.Support vector machine are supervised learning models with associated learning algorithms that analyze data and recognize patterns, used for classification and regression analysis. Support vector machine success is based on building nonlinear classifiers.Given a set of training examples, each marked as belonging to one of two categories, an SVM training algorithm builds a model that assigns new examples into one category or the other, making it a non-probabilistic binary linear classifier. An SVM model is a representation of the examples as points in space, mapped so that the examples of the separate categories are divided by a clear gap that is as wide as possible. New examples are then mapped into that same space and predicted to belong to a category based on which side of the gap they fall on. Here the two categories of the training data used for training the SVM machine are: a. Hepatitis b. Cirrhosis Figure 3:SVM Binary Classification After the Support Vector Machine has been trained with data from both categories, it can now be used to classify the type of liver disorder the patient might have after receiving the patient blood attributes as parameter. III. Dataset Elicitation The dataset used for training are attributes gotten from the blood samples of patients suffering from “Hepatitis” and “Cirrhosis. Each individual instance of the data set has been scaled to fall between -1 and 1. Attribute information of the data set: 1. Mcv  mean corpuscular volume 2. Alkphos  alkaline phosphotase 3. Sgpt  alamine aminotransferase 4. Sgot  aspartate aminotransferase 5. Gammagt  gamma-glutamyltranspeptidase 6. Drinks  number of half-pint equivalents of alcoholic beveragesdrunk per day IV. Results The fuzzy logic system and the Support Vector Machine combination is a perfect way of identifying a patient with liver disorder and classifying the particular liver disorder being suffered. V. Conclusion A hybrid system has been proposed and designed for the diagnosis of liver disorder. The system can obtain binary classification based on the available trained dataset. The system can be improved by making the SVM multiclass through the introduction of kernel. The support vector machine classifier can be extended to handle multi-classification for identifying more liver disorder diseases thus improving the system. The multi- classification must be accommodated with relevant trade-off to ensure efficiency.
  • 4. Application Of Support Vector Machine And Fuzzy Logic For Detecting And Identifying... DOI: 10.9790/0661-17315053 www.iosrjournals.org 53 | Page References [1]. Ahmad H. (2011), “Fuzzy approach to Likert Spectrum in Classified levels in surveying researches” retrieved http://www.tjmcs.com. [2]. Angel C. and Rocio R. ( 2011), “Documentation management with Ant colony Optimization Metaheuristic: A Fuzzy Text Clustering Approach Using Pheromone trails” retrieved from soft computing in Industrial applications, Advances in intelligent and soft Computing, vol. 96, 2011, 261-70, DOI: 10.1007/978-3-642-20505-1_23 [3]. Christos S. and Dimitros S. (2008) “Neural Network”, retrieved from http://www.docstoc.com/docs/15050/neural-networks [4]. Healthline, (2014), Liver Disorder and treatment, retrieved online from http://www.healthline.com [5]. Kuang Y. H.; Ting-H. C. and Ting-Cheng Chang (2011),“Determination of the threshold value β of variable precision rough set by fuzzy algorithms” retrieved from http://www.sciencedirect.com/science/article/pii/S0888613X11000831 [6]. Mayoclinic (2014), Liver Disorder and treatment, retrieved online from http://www.mayoclinic.com [7]. MedicineNet, (2014), Liver Analysis; treatment and proposal retrieved online from http: MedicineNet .com [8]. RightDiagnosis (2014), Liver Treatment, diagnosis and management, retrieved online from http:// RightDiagnosis.com [9]. Sun C.T. and Jang J.S. (1993) “A Neuro-Fuzzy classifier and its applications”, in: Proc. IEEE Int. Conference on Neural Networks, San Francisco, pp.94–98. [10]. Zadeh L.A. (1965), “Fuzzy sets. Information and Control”, Vol.8, pp.338-353.