SlideShare a Scribd company logo
1 of 4
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 03 Issue: 02 | Feb-2016 www.irjet.net p-ISSN: 2395-0072
© 2016, IRJET | Impact Factor value: 4.45 | ISO 9001:2008 Certified Journal | Page 366
Fuzzy Regression Model for Knee Osteoarthritis Disease Diagnosis
Suvarna Mahavir Patil1, R.R.Mudholkar2
1Dept. of Computer Studies, BVDU,Institute Of Management, Sangli
2Dept.of Electronics, Shivaji University,Kolhapur
Abstract- It is a trend now a days to use potential of
statistical techniques for medical diagnosis purpose.
The novice general medical practitioner always takes a
second opinion from other sources, to take a firm
decision on his diagnosis. This paper discusses the
application of fuzzy regression for the diagnosis of Knee
Osteoarthritis.
1. INTRODUCTION
Automated diagnosis is specially used to diagnose the
variety of diseases. The proposed regression model is a
computer program that makes prediction based on
knowledge obtained from patient database. The goal is to
deal with complex real-world decision making problems.
Regression Technique can be independently used medical
diagnosis. Also it can be combined with Fuzzy approach so
it becomes Fuzzy Regression [1]. This work is focused on
the diagnosis of Knee Osteoarthritis disease.
Multiple Regression Model can be used for estimating the
development time of a software[2],where the author has
stated higher accuracy than other methods for estimating.
Research demonstrates that fuzzy multiple regression
models are better than linear regression equations and
fuzzy models. Rosma Mohd Dom [3] has explained the use
of Fuzzy Regression models for prediction of Oral Cancer.
In [4-7] other applications of Fuzzy Regression are
discussed.
The paper is organized as follows: Theoretical background
about fuzzy regression is given in section 2. Section 3
explains the design of the system where the fuzzy
regression is used for diagnosis the osteoarthritis disease.
In the section 4 focuses on the results obtained from the
system, discussion on the result is covered in the following
section. Section 6 concludes the whole work.
2. FUZZY REGRESSION
In statistics, regression analysis is a statistical technique
for estimating the relationships among variables [8]. It
includes many techniques for modeling and analyzing
several variables, when the focus is on the relationship
between a dependent variable and one or more
independent variables. The knowledge of the values of the
independent variables enables prediction of the value of
the dependent variable or likelihood of the occurrence of
an event if the dependent variable is categorical. It is
depicted in the Fig 1. More specifically, regression analysis
helps one understand how the typical value of the
dependent variable changes when any one of the
independent variables is varied, while the other
independent variables are held fixed.
Fig. 1 Regression Technique
There are three kinds of models that fit a fuzzy linear
regression equation: (1) fuzzy posibilistic regression, (2)
fuzzy least squares regression and (3) fuzzy regression
based on interval analysis. The fuzzy least squares
regression method is more popular. In the general least
square problem, the output of a linear model y is given by
the linearly parameterized expression[Zang]
1 1 2 2( ) ( ) ... ( )n ny f u f u f u     
1.1
where u=[u1,u2,…up]T is the model’s input vector,
f1,f2,…fn are known functions of u and 1 , 2 ,… n are
unknown parameters to be estimated. In statistics the task
of fitting data using a linear model is referred to as linear
regression. The equation 1.1 is called as regression
function, and the 'i s are called the regression
coefficients.
In this model, the coefficients of regression are fuzzy and
observed input and outputs are not fuzzy.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 03 Issue: 02 | Feb-2016 www.irjet.net p-ISSN: 2395-0072
© 2016, IRJET | Impact Factor value: 4.45 | ISO 9001:2008 Certified Journal | Page 367
Regression analysis is an estimation method used in
finding a crisp relationship between the dependent and
independent variables and also used to estimate the
variance of measurement error. When the modeling
involves finding the relationship between a single input
variable and its corresponding output variable, it is known
as Simple Linear Regression analysis. Often, simply
estimating a one-parameter model is not sufficient. The
situation where we have more than one independent
variable is known as Multiple Linear Regression.
3. DESIGN OF FUZZY REGRESSION TECHNIQUE
FOR MEDICAL DIAGNOSIS
The database of patients is collected who are suffering
from Osteoarthritis disease. The diagnosis for Knee
Osteoarthritis is based five symptoms. Following is the set
of symptoms:
 Age
 Morning Stiffness
 Crepitus
 Bony Tenderness
 Warmth to Touch
If the granularity of the data set is very high and it is
nonlinear, generating one linear function would result in
greater Error. The aim of precision would be lost. In this
case generating multiple linear functions would become a
good choice. The data can be divided into groups and for
each group one linear function can be generated. Similar
kind of data can be kept together to form a group.
The regression technique is applied on the database of
patients suffering from Knee Osteoarthritis disease. The
database of 60 records is divided in to three groups
according to age. The Table 1 shows the distribution of the
database of patients.
Table 1: Grouping of Records
Group Name Number of records
Young (31 to 40) 4
Adult(41 to 60) 36
Old (61 to 120) 20
Algorithm for Generating Regression Equation
Step 1: Accept the symptoms for all patients
Step 2: Assign the symptoms to an array
Step 3: Accept the diagnosis (output)
Step 4: Assign it to an array
Step 5: Construct the set of simultaneous equations by
forming the matrix X, and solve for the parameters by
using backslash operator values to compute the
required coefficients.
The given algorithm is implemented in MATLAB for Adult
Group of Knee OA. In this age group there are 36 records,
out of those first 10 records are used for generating the
coefficients. The remaining records (26) are used for the
Testing purpose.
So the coefficients calculated from the given code are
The MATLAB code is given below
β0 = -0.6679
β1 = 0.0618
β2 =-0.0003
β3 = -0.0179
β4 = 0.0755
β5=-2.2105
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 03 Issue: 02 | Feb-2016 www.irjet.net p-ISSN: 2395-0072
© 2016, IRJET | Impact Factor value: 4.45 | ISO 9001:2008 Certified Journal | Page 368
4. Result
Once the coefficients are generated for the given data set,
results are tested for the remaining data. After Testing
comparison between the Estimated output and Observed
output is given in the Table 2. The column Error in the
table shows the deviation of observed output and
estimated output.
Table 2 Testing Results of Regression for Knee OA
(Adult Group 40 to 60)
Though the maximum error is greater than 1, the average
error generated is 0. 69. This value is sufficiently small.
The Fuzzy Regression yields unique linear equation for
whole system in small tolerable average error of 0.69. This
validates the successful implementation of Fuzzy
Regression Method in the diagnosis of Osteoarthritis.
Record
No.
Estimated
Output(y)
Observed
Output(Y)
Error(In
Absolute)
Record
No.
Estimated
Output(y)
Observed
Output(Y)
Error(In
Absolute)
1 2 2.36 0.36 14 2 2.76 0.76
2 3 2.67 0.33 15 3 2.80 0.20
3 0 0.30 0.30 16 2 3.12 1.12
4 0 0.28 0.28 17 0 0.79 0.79
5 0 0.34 0.34 18 4 2.91 1.09
6 3 2.61 0.39 19 3 3.17 0.17
7 3 2.67 0.33 20 0 0.70 0.70
8 3 2.74 0.26 21 4 3.15 0.85
9 0 0.55 0.55 22 3 3.32 0.32
10 3 3.00 0.00 23 0 0.76 0.76
11 0 0.75 0.75 24 4 3.24 0.76
12 0 0.53 0.53 25 6 3.45 2.55
13 2 2.87 0.87 26 6 3.31 2.69
5. Discussion
The fuzzy linear regression technique works well with
linear functions. Generating only one linear function would
result into high error. So three groups of records are
prepared according to Age Criteria. The results discussed
here are for adult age group.
Fig. 2 Result for 26 records using Regression approach
for Knee OA Diagnosis
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 03 Issue: 02 | Feb-2016 www.irjet.net p-ISSN: 2395-0072
© 2016, IRJET | Impact Factor value: 4.45 | ISO 9001:2008 Certified Journal | Page 369
The graph in the Fig 2 shows deviation of observed output
from expected output. The graph is drawn in three colors.
The Green color line indicates the Expected output, Blue
color line shows Observed output. And Yellow color line
shows the error i.e. difference between these two values.
When regression technique is used for Knee OA, out of 26
records, the system prompted maximum error of 2.6 for
one record i.e. the last record. For the remaining record
set, it has shown good accuracy. The average error
produced is 0.69.
6. Conclusion
Everyday a General Medical Practitioner handles nearly
100 patients and does a diagnosis of osteoarthritis disease
for some cases. For the novice Practitioner it has been
found difficult to differentiate between the diseases based
on symptoms provided. Medical diagnosis is highly
dependent on the information collected from the patient.
Fuzzy regression can be a suitable approach for the
diagnosis of Knee Osteoarthritis which yields the output
with severity of the disease.
REFERENCES:
[1] “Regression” Retrieved from http://en.wikipedia.org
/wiki/Regression_analysis on 29-03-2013
[2] “Regression” Retrieved from http://www.mathworks.
in/help/stats/what-is-linear-regression.html on
29-03-2013
[3] T. D. Dongale, T .G. Kulkarni, R. R. Mudholkar (2012):
“Fuzzy Modelling of Voltage Standing Wave Ratio
using Fuzzy Regression Method” International
Journal of Emerging Technology and Advanced
Engineering Website: www.ijetae.com ISSN 2250-2459,
Volume 2, Issue 6, June
[4] Venus Marza and Mir Ali Seyyedi (2009): “Fuzzy
Multiple Regression Model For Estimating Software
Development Time ” International Journal of Engineering
Business Management, Vol. 1, No. 2, pp. 31-34
[5] Rosma Mohd Dom(2009): “A Fuzzy Regression
Model For The Prediction Of Oral Cancer Susceptibility”
Thesis Submitted To Faculty Of Computer Science &
Information Technology University Of
Malaya, Kuala Lumpur May 2009
[6] Arnold F. Shapiro “Fuzzy Regression Models” ARC2005_
Shapiro_06.pdf
[7] S. J. Sadatinejad, M. Shayannejad, and A. Honarbakhsh
(2009): “Investigation of the Efficiency of the Fuzzy
Regression Method in Reconstructing Monthly Discharge
Data of Hydrometric Stations in Great Karoon River Basin”
J. Agr. Sci. Tech. Vol. 11: 111-119
[8] Rosma M. Dom, Sameem A. Kareem, Ishak. A. Razak,
Basir Abidin(2008) : “A Learning System Prediction Method
Using Fuzzy Regression” Proceedings of the
International MultiConference of Engineers and Computer
Scientists 2008 Vol I IMECS 2008, 19-21 March, Hong Kong

More Related Content

What's hot

A Prediction Model for Taiwan Tourism Industry Stock Index
A Prediction Model for Taiwan Tourism Industry Stock IndexA Prediction Model for Taiwan Tourism Industry Stock Index
A Prediction Model for Taiwan Tourism Industry Stock Indexijcsit
 
Paper id 21201434
Paper id 21201434Paper id 21201434
Paper id 21201434IJRAT
 
A new sdm classifier using jaccard mining procedure case study rheumatic feve...
A new sdm classifier using jaccard mining procedure case study rheumatic feve...A new sdm classifier using jaccard mining procedure case study rheumatic feve...
A new sdm classifier using jaccard mining procedure case study rheumatic feve...ijbbjournal
 
A New SDM Classifier Using Jaccard Mining Procedure (CASE STUDY: RHEUMATIC FE...
A New SDM Classifier Using Jaccard Mining Procedure (CASE STUDY: RHEUMATIC FE...A New SDM Classifier Using Jaccard Mining Procedure (CASE STUDY: RHEUMATIC FE...
A New SDM Classifier Using Jaccard Mining Procedure (CASE STUDY: RHEUMATIC FE...Soaad Abd El-Badie
 
IRJET- A System to Detect Heart Failure using Deep Learning Techniques
IRJET- A System to Detect Heart Failure using Deep Learning TechniquesIRJET- A System to Detect Heart Failure using Deep Learning Techniques
IRJET- A System to Detect Heart Failure using Deep Learning TechniquesIRJET Journal
 
IRJET- Automated Blood Group Recognition System using Image Processing
IRJET- Automated Blood Group Recognition System using Image ProcessingIRJET- Automated Blood Group Recognition System using Image Processing
IRJET- Automated Blood Group Recognition System using Image ProcessingIRJET Journal
 
IRJET- Identifying the Blood Group using Image Processing
IRJET-  	  Identifying the Blood Group using Image ProcessingIRJET-  	  Identifying the Blood Group using Image Processing
IRJET- Identifying the Blood Group using Image ProcessingIRJET Journal
 
Efficiency of Prediction Algorithms for Mining Biological Databases
Efficiency of Prediction Algorithms for Mining Biological  DatabasesEfficiency of Prediction Algorithms for Mining Biological  Databases
Efficiency of Prediction Algorithms for Mining Biological DatabasesIOSR Journals
 
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 Algorithmijtsrd
 
IRJET- Comparative Analysis of Data Mining Classification Techniques for Hear...
IRJET- Comparative Analysis of Data Mining Classification Techniques for Hear...IRJET- Comparative Analysis of Data Mining Classification Techniques for Hear...
IRJET- Comparative Analysis of Data Mining Classification Techniques for Hear...IRJET Journal
 
A Comparative Analysis on the Evaluation of Classification Algorithms in the ...
A Comparative Analysis on the Evaluation of Classification Algorithms in the ...A Comparative Analysis on the Evaluation of Classification Algorithms in the ...
A Comparative Analysis on the Evaluation of Classification Algorithms in the ...IJECEIAES
 
IRJET- Feature Selection and Classifier Accuracy of Data Mining Algorithms
IRJET- Feature Selection and Classifier Accuracy of Data Mining AlgorithmsIRJET- Feature Selection and Classifier Accuracy of Data Mining Algorithms
IRJET- Feature Selection and Classifier Accuracy of Data Mining AlgorithmsIRJET Journal
 
76201913
7620191376201913
76201913IJRAT
 
IDENTIFICATION OF OUTLIERS IN OXAZOLINES AND OXAZOLES HIGH DIMENSION MOLECULA...
IDENTIFICATION OF OUTLIERS IN OXAZOLINES AND OXAZOLES HIGH DIMENSION MOLECULA...IDENTIFICATION OF OUTLIERS IN OXAZOLINES AND OXAZOLES HIGH DIMENSION MOLECULA...
IDENTIFICATION OF OUTLIERS IN OXAZOLINES AND OXAZOLES HIGH DIMENSION MOLECULA...IJDKP
 
IRJET- Hybrid Architecture of Heart Disease Prediction System using Genetic N...
IRJET- Hybrid Architecture of Heart Disease Prediction System using Genetic N...IRJET- Hybrid Architecture of Heart Disease Prediction System using Genetic N...
IRJET- Hybrid Architecture of Heart Disease Prediction System using Genetic N...IRJET Journal
 
IRJET- Potential Risks Associated with Bacterial Strains Isolated from Heavy ...
IRJET- Potential Risks Associated with Bacterial Strains Isolated from Heavy ...IRJET- Potential Risks Associated with Bacterial Strains Isolated from Heavy ...
IRJET- Potential Risks Associated with Bacterial Strains Isolated from Heavy ...IRJET Journal
 

What's hot (18)

A Prediction Model for Taiwan Tourism Industry Stock Index
A Prediction Model for Taiwan Tourism Industry Stock IndexA Prediction Model for Taiwan Tourism Industry Stock Index
A Prediction Model for Taiwan Tourism Industry Stock Index
 
50120140501007 2-3
50120140501007 2-350120140501007 2-3
50120140501007 2-3
 
Homework 3 Write Up vJMC
Homework 3 Write Up vJMCHomework 3 Write Up vJMC
Homework 3 Write Up vJMC
 
Paper id 21201434
Paper id 21201434Paper id 21201434
Paper id 21201434
 
A new sdm classifier using jaccard mining procedure case study rheumatic feve...
A new sdm classifier using jaccard mining procedure case study rheumatic feve...A new sdm classifier using jaccard mining procedure case study rheumatic feve...
A new sdm classifier using jaccard mining procedure case study rheumatic feve...
 
A New SDM Classifier Using Jaccard Mining Procedure (CASE STUDY: RHEUMATIC FE...
A New SDM Classifier Using Jaccard Mining Procedure (CASE STUDY: RHEUMATIC FE...A New SDM Classifier Using Jaccard Mining Procedure (CASE STUDY: RHEUMATIC FE...
A New SDM Classifier Using Jaccard Mining Procedure (CASE STUDY: RHEUMATIC FE...
 
IRJET- A System to Detect Heart Failure using Deep Learning Techniques
IRJET- A System to Detect Heart Failure using Deep Learning TechniquesIRJET- A System to Detect Heart Failure using Deep Learning Techniques
IRJET- A System to Detect Heart Failure using Deep Learning Techniques
 
IRJET- Automated Blood Group Recognition System using Image Processing
IRJET- Automated Blood Group Recognition System using Image ProcessingIRJET- Automated Blood Group Recognition System using Image Processing
IRJET- Automated Blood Group Recognition System using Image Processing
 
IRJET- Identifying the Blood Group using Image Processing
IRJET-  	  Identifying the Blood Group using Image ProcessingIRJET-  	  Identifying the Blood Group using Image Processing
IRJET- Identifying the Blood Group using Image Processing
 
Efficiency of Prediction Algorithms for Mining Biological Databases
Efficiency of Prediction Algorithms for Mining Biological  DatabasesEfficiency of Prediction Algorithms for Mining Biological  Databases
Efficiency of Prediction Algorithms for Mining Biological Databases
 
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- Comparative Analysis of Data Mining Classification Techniques for Hear...
IRJET- Comparative Analysis of Data Mining Classification Techniques for Hear...IRJET- Comparative Analysis of Data Mining Classification Techniques for Hear...
IRJET- Comparative Analysis of Data Mining Classification Techniques for Hear...
 
A Comparative Analysis on the Evaluation of Classification Algorithms in the ...
A Comparative Analysis on the Evaluation of Classification Algorithms in the ...A Comparative Analysis on the Evaluation of Classification Algorithms in the ...
A Comparative Analysis on the Evaluation of Classification Algorithms in the ...
 
IRJET- Feature Selection and Classifier Accuracy of Data Mining Algorithms
IRJET- Feature Selection and Classifier Accuracy of Data Mining AlgorithmsIRJET- Feature Selection and Classifier Accuracy of Data Mining Algorithms
IRJET- Feature Selection and Classifier Accuracy of Data Mining Algorithms
 
76201913
7620191376201913
76201913
 
IDENTIFICATION OF OUTLIERS IN OXAZOLINES AND OXAZOLES HIGH DIMENSION MOLECULA...
IDENTIFICATION OF OUTLIERS IN OXAZOLINES AND OXAZOLES HIGH DIMENSION MOLECULA...IDENTIFICATION OF OUTLIERS IN OXAZOLINES AND OXAZOLES HIGH DIMENSION MOLECULA...
IDENTIFICATION OF OUTLIERS IN OXAZOLINES AND OXAZOLES HIGH DIMENSION MOLECULA...
 
IRJET- Hybrid Architecture of Heart Disease Prediction System using Genetic N...
IRJET- Hybrid Architecture of Heart Disease Prediction System using Genetic N...IRJET- Hybrid Architecture of Heart Disease Prediction System using Genetic N...
IRJET- Hybrid Architecture of Heart Disease Prediction System using Genetic N...
 
IRJET- Potential Risks Associated with Bacterial Strains Isolated from Heavy ...
IRJET- Potential Risks Associated with Bacterial Strains Isolated from Heavy ...IRJET- Potential Risks Associated with Bacterial Strains Isolated from Heavy ...
IRJET- Potential Risks Associated with Bacterial Strains Isolated from Heavy ...
 

Similar to Fuzzy Regression Model for Knee Osteoarthritis Disease Diagnosis

IRJET- Automatic Detection of Diabetic Retinopathy Lesions
IRJET- Automatic Detection of Diabetic Retinopathy LesionsIRJET- Automatic Detection of Diabetic Retinopathy Lesions
IRJET- Automatic Detection of Diabetic Retinopathy LesionsIRJET Journal
 
LIFE EXPECTANCY PREDICTION FOR POST THORACIC SURGERY
LIFE EXPECTANCY PREDICTION FOR POST THORACIC SURGERYLIFE EXPECTANCY PREDICTION FOR POST THORACIC SURGERY
LIFE EXPECTANCY PREDICTION FOR POST THORACIC SURGERYIRJET Journal
 
IRJET- Heart Disease Prediction System
IRJET- Heart Disease Prediction SystemIRJET- Heart Disease Prediction System
IRJET- Heart Disease Prediction SystemIRJET Journal
 
Prediction of Dengue, Diabetes and Swine Flu using Random Forest Classificati...
Prediction of Dengue, Diabetes and Swine Flu using Random Forest Classificati...Prediction of Dengue, Diabetes and Swine Flu using Random Forest Classificati...
Prediction of Dengue, Diabetes and Swine Flu using Random Forest Classificati...IRJET Journal
 
IRJET- Diabetes Prediction using Machine Learning
IRJET- Diabetes Prediction using Machine LearningIRJET- Diabetes Prediction using Machine Learning
IRJET- Diabetes Prediction using Machine LearningIRJET Journal
 
Comparative Study of Data Mining Classification Algorithms in Heart Disease P...
Comparative Study of Data Mining Classification Algorithms in Heart Disease P...Comparative Study of Data Mining Classification Algorithms in Heart Disease P...
Comparative Study of Data Mining Classification Algorithms in Heart Disease P...paperpublications3
 
IRJET- Predicting Heart Disease using Machine Learning Algorithm
IRJET- Predicting Heart Disease using Machine Learning AlgorithmIRJET- Predicting Heart Disease using Machine Learning Algorithm
IRJET- Predicting Heart Disease using Machine Learning AlgorithmIRJET Journal
 
Risk Of Heart Disease Prediction Using Machine Learning
Risk Of Heart Disease Prediction Using Machine LearningRisk Of Heart Disease Prediction Using Machine Learning
Risk Of Heart Disease Prediction Using Machine LearningIRJET Journal
 
A SURVEY ON BLOOD DISEASE DETECTION USING MACHINE LEARNING
A SURVEY ON BLOOD DISEASE DETECTION USING MACHINE LEARNINGA SURVEY ON BLOOD DISEASE DETECTION USING MACHINE LEARNING
A SURVEY ON BLOOD DISEASE DETECTION USING MACHINE LEARNINGIRJET Journal
 
Multiple Disease Prediction System
Multiple Disease Prediction SystemMultiple Disease Prediction System
Multiple Disease Prediction SystemIRJET Journal
 
Heart Disease Prediction Using Machine Learning Techniques
Heart Disease Prediction Using Machine Learning TechniquesHeart Disease Prediction Using Machine Learning Techniques
Heart Disease Prediction Using Machine Learning TechniquesIRJET Journal
 
IRJET- A Prediction Engine for Influenza Pandemic using Healthcare Analysis
IRJET- A Prediction Engine for Influenza  Pandemic using Healthcare AnalysisIRJET- A Prediction Engine for Influenza  Pandemic using Healthcare Analysis
IRJET- A Prediction Engine for Influenza Pandemic using Healthcare AnalysisIRJET Journal
 
DISEASE PREDICTION SYSTEM USING SYMPTOMS
DISEASE PREDICTION SYSTEM USING SYMPTOMSDISEASE PREDICTION SYSTEM USING SYMPTOMS
DISEASE PREDICTION SYSTEM USING SYMPTOMSIRJET Journal
 
IRJET - Prediction and Detection of Diabetes using Machine Learning
IRJET - Prediction and Detection of Diabetes using Machine LearningIRJET - Prediction and Detection of Diabetes using Machine Learning
IRJET - Prediction and Detection of Diabetes using Machine LearningIRJET Journal
 
IRJET- Disease Prediction using Machine Learning
IRJET-  Disease Prediction using Machine LearningIRJET-  Disease Prediction using Machine Learning
IRJET- Disease Prediction using Machine LearningIRJET Journal
 
Identification of Outliersin Time Series Data via Simulation Study
Identification of Outliersin Time Series Data via Simulation StudyIdentification of Outliersin Time Series Data via Simulation Study
Identification of Outliersin Time Series Data via Simulation Studyiosrjce
 
ICU Mortality Rate Estimation Using Machine Learning and Artificial Neural Ne...
ICU Mortality Rate Estimation Using Machine Learning and Artificial Neural Ne...ICU Mortality Rate Estimation Using Machine Learning and Artificial Neural Ne...
ICU Mortality Rate Estimation Using Machine Learning and Artificial Neural Ne...IRJET Journal
 
Heart disease classification using Random Forest
Heart disease classification using Random ForestHeart disease classification using Random Forest
Heart disease classification using Random ForestIRJET Journal
 
IRJET- GDPS - General Disease Prediction System
IRJET- GDPS - General Disease Prediction SystemIRJET- GDPS - General Disease Prediction System
IRJET- GDPS - General Disease Prediction SystemIRJET Journal
 
IRJET - Alzheimer’s Detection Model Using Machine Learning
IRJET - Alzheimer’s Detection Model Using Machine LearningIRJET - Alzheimer’s Detection Model Using Machine Learning
IRJET - Alzheimer’s Detection Model Using Machine LearningIRJET Journal
 

Similar to Fuzzy Regression Model for Knee Osteoarthritis Disease Diagnosis (20)

IRJET- Automatic Detection of Diabetic Retinopathy Lesions
IRJET- Automatic Detection of Diabetic Retinopathy LesionsIRJET- Automatic Detection of Diabetic Retinopathy Lesions
IRJET- Automatic Detection of Diabetic Retinopathy Lesions
 
LIFE EXPECTANCY PREDICTION FOR POST THORACIC SURGERY
LIFE EXPECTANCY PREDICTION FOR POST THORACIC SURGERYLIFE EXPECTANCY PREDICTION FOR POST THORACIC SURGERY
LIFE EXPECTANCY PREDICTION FOR POST THORACIC SURGERY
 
IRJET- Heart Disease Prediction System
IRJET- Heart Disease Prediction SystemIRJET- Heart Disease Prediction System
IRJET- Heart Disease Prediction System
 
Prediction of Dengue, Diabetes and Swine Flu using Random Forest Classificati...
Prediction of Dengue, Diabetes and Swine Flu using Random Forest Classificati...Prediction of Dengue, Diabetes and Swine Flu using Random Forest Classificati...
Prediction of Dengue, Diabetes and Swine Flu using Random Forest Classificati...
 
IRJET- Diabetes Prediction using Machine Learning
IRJET- Diabetes Prediction using Machine LearningIRJET- Diabetes Prediction using Machine Learning
IRJET- Diabetes Prediction using Machine Learning
 
Comparative Study of Data Mining Classification Algorithms in Heart Disease P...
Comparative Study of Data Mining Classification Algorithms in Heart Disease P...Comparative Study of Data Mining Classification Algorithms in Heart Disease P...
Comparative Study of Data Mining Classification Algorithms in Heart Disease P...
 
IRJET- Predicting Heart Disease using Machine Learning Algorithm
IRJET- Predicting Heart Disease using Machine Learning AlgorithmIRJET- Predicting Heart Disease using Machine Learning Algorithm
IRJET- Predicting Heart Disease using Machine Learning Algorithm
 
Risk Of Heart Disease Prediction Using Machine Learning
Risk Of Heart Disease Prediction Using Machine LearningRisk Of Heart Disease Prediction Using Machine Learning
Risk Of Heart Disease Prediction Using Machine Learning
 
A SURVEY ON BLOOD DISEASE DETECTION USING MACHINE LEARNING
A SURVEY ON BLOOD DISEASE DETECTION USING MACHINE LEARNINGA SURVEY ON BLOOD DISEASE DETECTION USING MACHINE LEARNING
A SURVEY ON BLOOD DISEASE DETECTION USING MACHINE LEARNING
 
Multiple Disease Prediction System
Multiple Disease Prediction SystemMultiple Disease Prediction System
Multiple Disease Prediction System
 
Heart Disease Prediction Using Machine Learning Techniques
Heart Disease Prediction Using Machine Learning TechniquesHeart Disease Prediction Using Machine Learning Techniques
Heart Disease Prediction Using Machine Learning Techniques
 
IRJET- A Prediction Engine for Influenza Pandemic using Healthcare Analysis
IRJET- A Prediction Engine for Influenza  Pandemic using Healthcare AnalysisIRJET- A Prediction Engine for Influenza  Pandemic using Healthcare Analysis
IRJET- A Prediction Engine for Influenza Pandemic using Healthcare Analysis
 
DISEASE PREDICTION SYSTEM USING SYMPTOMS
DISEASE PREDICTION SYSTEM USING SYMPTOMSDISEASE PREDICTION SYSTEM USING SYMPTOMS
DISEASE PREDICTION SYSTEM USING SYMPTOMS
 
IRJET - Prediction and Detection of Diabetes using Machine Learning
IRJET - Prediction and Detection of Diabetes using Machine LearningIRJET - Prediction and Detection of Diabetes using Machine Learning
IRJET - Prediction and Detection of Diabetes using Machine Learning
 
IRJET- Disease Prediction using Machine Learning
IRJET-  Disease Prediction using Machine LearningIRJET-  Disease Prediction using Machine Learning
IRJET- Disease Prediction using Machine Learning
 
Identification of Outliersin Time Series Data via Simulation Study
Identification of Outliersin Time Series Data via Simulation StudyIdentification of Outliersin Time Series Data via Simulation Study
Identification of Outliersin Time Series Data via Simulation Study
 
ICU Mortality Rate Estimation Using Machine Learning and Artificial Neural Ne...
ICU Mortality Rate Estimation Using Machine Learning and Artificial Neural Ne...ICU Mortality Rate Estimation Using Machine Learning and Artificial Neural Ne...
ICU Mortality Rate Estimation Using Machine Learning and Artificial Neural Ne...
 
Heart disease classification using Random Forest
Heart disease classification using Random ForestHeart disease classification using Random Forest
Heart disease classification using Random Forest
 
IRJET- GDPS - General Disease Prediction System
IRJET- GDPS - General Disease Prediction SystemIRJET- GDPS - General Disease Prediction System
IRJET- GDPS - General Disease Prediction System
 
IRJET - Alzheimer’s Detection Model Using Machine Learning
IRJET - Alzheimer’s Detection Model Using Machine LearningIRJET - Alzheimer’s Detection Model Using Machine Learning
IRJET - Alzheimer’s Detection Model Using Machine Learning
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performancesivaprakash250
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingrknatarajan
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college projectTonystark477637
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 

Recently uploaded (20)

High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college project
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 

Fuzzy Regression Model for Knee Osteoarthritis Disease Diagnosis

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 03 Issue: 02 | Feb-2016 www.irjet.net p-ISSN: 2395-0072 © 2016, IRJET | Impact Factor value: 4.45 | ISO 9001:2008 Certified Journal | Page 366 Fuzzy Regression Model for Knee Osteoarthritis Disease Diagnosis Suvarna Mahavir Patil1, R.R.Mudholkar2 1Dept. of Computer Studies, BVDU,Institute Of Management, Sangli 2Dept.of Electronics, Shivaji University,Kolhapur Abstract- It is a trend now a days to use potential of statistical techniques for medical diagnosis purpose. The novice general medical practitioner always takes a second opinion from other sources, to take a firm decision on his diagnosis. This paper discusses the application of fuzzy regression for the diagnosis of Knee Osteoarthritis. 1. INTRODUCTION Automated diagnosis is specially used to diagnose the variety of diseases. The proposed regression model is a computer program that makes prediction based on knowledge obtained from patient database. The goal is to deal with complex real-world decision making problems. Regression Technique can be independently used medical diagnosis. Also it can be combined with Fuzzy approach so it becomes Fuzzy Regression [1]. This work is focused on the diagnosis of Knee Osteoarthritis disease. Multiple Regression Model can be used for estimating the development time of a software[2],where the author has stated higher accuracy than other methods for estimating. Research demonstrates that fuzzy multiple regression models are better than linear regression equations and fuzzy models. Rosma Mohd Dom [3] has explained the use of Fuzzy Regression models for prediction of Oral Cancer. In [4-7] other applications of Fuzzy Regression are discussed. The paper is organized as follows: Theoretical background about fuzzy regression is given in section 2. Section 3 explains the design of the system where the fuzzy regression is used for diagnosis the osteoarthritis disease. In the section 4 focuses on the results obtained from the system, discussion on the result is covered in the following section. Section 6 concludes the whole work. 2. FUZZY REGRESSION In statistics, regression analysis is a statistical technique for estimating the relationships among variables [8]. It includes many techniques for modeling and analyzing several variables, when the focus is on the relationship between a dependent variable and one or more independent variables. The knowledge of the values of the independent variables enables prediction of the value of the dependent variable or likelihood of the occurrence of an event if the dependent variable is categorical. It is depicted in the Fig 1. More specifically, regression analysis helps one understand how the typical value of the dependent variable changes when any one of the independent variables is varied, while the other independent variables are held fixed. Fig. 1 Regression Technique There are three kinds of models that fit a fuzzy linear regression equation: (1) fuzzy posibilistic regression, (2) fuzzy least squares regression and (3) fuzzy regression based on interval analysis. The fuzzy least squares regression method is more popular. In the general least square problem, the output of a linear model y is given by the linearly parameterized expression[Zang] 1 1 2 2( ) ( ) ... ( )n ny f u f u f u      1.1 where u=[u1,u2,…up]T is the model’s input vector, f1,f2,…fn are known functions of u and 1 , 2 ,… n are unknown parameters to be estimated. In statistics the task of fitting data using a linear model is referred to as linear regression. The equation 1.1 is called as regression function, and the 'i s are called the regression coefficients. In this model, the coefficients of regression are fuzzy and observed input and outputs are not fuzzy.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 03 Issue: 02 | Feb-2016 www.irjet.net p-ISSN: 2395-0072 © 2016, IRJET | Impact Factor value: 4.45 | ISO 9001:2008 Certified Journal | Page 367 Regression analysis is an estimation method used in finding a crisp relationship between the dependent and independent variables and also used to estimate the variance of measurement error. When the modeling involves finding the relationship between a single input variable and its corresponding output variable, it is known as Simple Linear Regression analysis. Often, simply estimating a one-parameter model is not sufficient. The situation where we have more than one independent variable is known as Multiple Linear Regression. 3. DESIGN OF FUZZY REGRESSION TECHNIQUE FOR MEDICAL DIAGNOSIS The database of patients is collected who are suffering from Osteoarthritis disease. The diagnosis for Knee Osteoarthritis is based five symptoms. Following is the set of symptoms:  Age  Morning Stiffness  Crepitus  Bony Tenderness  Warmth to Touch If the granularity of the data set is very high and it is nonlinear, generating one linear function would result in greater Error. The aim of precision would be lost. In this case generating multiple linear functions would become a good choice. The data can be divided into groups and for each group one linear function can be generated. Similar kind of data can be kept together to form a group. The regression technique is applied on the database of patients suffering from Knee Osteoarthritis disease. The database of 60 records is divided in to three groups according to age. The Table 1 shows the distribution of the database of patients. Table 1: Grouping of Records Group Name Number of records Young (31 to 40) 4 Adult(41 to 60) 36 Old (61 to 120) 20 Algorithm for Generating Regression Equation Step 1: Accept the symptoms for all patients Step 2: Assign the symptoms to an array Step 3: Accept the diagnosis (output) Step 4: Assign it to an array Step 5: Construct the set of simultaneous equations by forming the matrix X, and solve for the parameters by using backslash operator values to compute the required coefficients. The given algorithm is implemented in MATLAB for Adult Group of Knee OA. In this age group there are 36 records, out of those first 10 records are used for generating the coefficients. The remaining records (26) are used for the Testing purpose. So the coefficients calculated from the given code are The MATLAB code is given below β0 = -0.6679 β1 = 0.0618 β2 =-0.0003 β3 = -0.0179 β4 = 0.0755 β5=-2.2105
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 03 Issue: 02 | Feb-2016 www.irjet.net p-ISSN: 2395-0072 © 2016, IRJET | Impact Factor value: 4.45 | ISO 9001:2008 Certified Journal | Page 368 4. Result Once the coefficients are generated for the given data set, results are tested for the remaining data. After Testing comparison between the Estimated output and Observed output is given in the Table 2. The column Error in the table shows the deviation of observed output and estimated output. Table 2 Testing Results of Regression for Knee OA (Adult Group 40 to 60) Though the maximum error is greater than 1, the average error generated is 0. 69. This value is sufficiently small. The Fuzzy Regression yields unique linear equation for whole system in small tolerable average error of 0.69. This validates the successful implementation of Fuzzy Regression Method in the diagnosis of Osteoarthritis. Record No. Estimated Output(y) Observed Output(Y) Error(In Absolute) Record No. Estimated Output(y) Observed Output(Y) Error(In Absolute) 1 2 2.36 0.36 14 2 2.76 0.76 2 3 2.67 0.33 15 3 2.80 0.20 3 0 0.30 0.30 16 2 3.12 1.12 4 0 0.28 0.28 17 0 0.79 0.79 5 0 0.34 0.34 18 4 2.91 1.09 6 3 2.61 0.39 19 3 3.17 0.17 7 3 2.67 0.33 20 0 0.70 0.70 8 3 2.74 0.26 21 4 3.15 0.85 9 0 0.55 0.55 22 3 3.32 0.32 10 3 3.00 0.00 23 0 0.76 0.76 11 0 0.75 0.75 24 4 3.24 0.76 12 0 0.53 0.53 25 6 3.45 2.55 13 2 2.87 0.87 26 6 3.31 2.69 5. Discussion The fuzzy linear regression technique works well with linear functions. Generating only one linear function would result into high error. So three groups of records are prepared according to Age Criteria. The results discussed here are for adult age group. Fig. 2 Result for 26 records using Regression approach for Knee OA Diagnosis
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 03 Issue: 02 | Feb-2016 www.irjet.net p-ISSN: 2395-0072 © 2016, IRJET | Impact Factor value: 4.45 | ISO 9001:2008 Certified Journal | Page 369 The graph in the Fig 2 shows deviation of observed output from expected output. The graph is drawn in three colors. The Green color line indicates the Expected output, Blue color line shows Observed output. And Yellow color line shows the error i.e. difference between these two values. When regression technique is used for Knee OA, out of 26 records, the system prompted maximum error of 2.6 for one record i.e. the last record. For the remaining record set, it has shown good accuracy. The average error produced is 0.69. 6. Conclusion Everyday a General Medical Practitioner handles nearly 100 patients and does a diagnosis of osteoarthritis disease for some cases. For the novice Practitioner it has been found difficult to differentiate between the diseases based on symptoms provided. Medical diagnosis is highly dependent on the information collected from the patient. Fuzzy regression can be a suitable approach for the diagnosis of Knee Osteoarthritis which yields the output with severity of the disease. REFERENCES: [1] “Regression” Retrieved from http://en.wikipedia.org /wiki/Regression_analysis on 29-03-2013 [2] “Regression” Retrieved from http://www.mathworks. in/help/stats/what-is-linear-regression.html on 29-03-2013 [3] T. D. Dongale, T .G. Kulkarni, R. R. Mudholkar (2012): “Fuzzy Modelling of Voltage Standing Wave Ratio using Fuzzy Regression Method” International Journal of Emerging Technology and Advanced Engineering Website: www.ijetae.com ISSN 2250-2459, Volume 2, Issue 6, June [4] Venus Marza and Mir Ali Seyyedi (2009): “Fuzzy Multiple Regression Model For Estimating Software Development Time ” International Journal of Engineering Business Management, Vol. 1, No. 2, pp. 31-34 [5] Rosma Mohd Dom(2009): “A Fuzzy Regression Model For The Prediction Of Oral Cancer Susceptibility” Thesis Submitted To Faculty Of Computer Science & Information Technology University Of Malaya, Kuala Lumpur May 2009 [6] Arnold F. Shapiro “Fuzzy Regression Models” ARC2005_ Shapiro_06.pdf [7] S. J. Sadatinejad, M. Shayannejad, and A. Honarbakhsh (2009): “Investigation of the Efficiency of the Fuzzy Regression Method in Reconstructing Monthly Discharge Data of Hydrometric Stations in Great Karoon River Basin” J. Agr. Sci. Tech. Vol. 11: 111-119 [8] Rosma M. Dom, Sameem A. Kareem, Ishak. A. Razak, Basir Abidin(2008) : “A Learning System Prediction Method Using Fuzzy Regression” Proceedings of the International MultiConference of Engineers and Computer Scientists 2008 Vol I IMECS 2008, 19-21 March, Hong Kong