Irjet V5i4896 PDF
Irjet V5i4896 PDF
Irjet V5i4896 PDF
© 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 4011
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 04 | Apr-2018 www.irjet.net p-ISSN: 2395-0072
These previously designed systems have been adequate patient records and 167 non-liver patient records. In the
but more works has to be done on their recognition rate description of this dataset, it is observed that some values
for better accuracy in the diagnosis of the liver disease. In are Null for the Albumin and Globulin Ratio column. The
this case, this will make the diagnoses of the liver diseases columns which contain null values are replaced with mean
to be more effective and efficient by preventing values of the column.
misdiagnosis of the liver disorder. Developing a system
with better performance than the previous works will help iii. CLASSIFICATION TECHNIQUES
in preventing misdiagnosis of the disease and help in
providing the best and required medication for the a) SVM
patient.
SVM aims to find an optimal hyperplane that separates the
3. IMPLEMENTATION data into different classes. The scikit-learn package in
python is used for implementing SVM. The pre-processed
i. DATASET data is split into test data and training set which is of 25%
and 75% of the total dataset respectively. A support vector
The Indian Liver Patient Dataset comprised of 10 different machine constructs a hyper plane or set of hyper planes in
attributes of 583 patients. The patients were described as a high- or infinite-dimensional space. A good separation is
either 1 or 2 on the basis of liver disease. The detailed achieved by the hyper plane that has the largest distance
description of the dataset is shown in Table. The table to the nearest training data point of any class (so-called
provide details about the attribute and attribute type. As functional margin), since in general the larger the margin
clearly visible from the table, all the features except sex the lower the generalization error of the classifier.
are real valued integers. The feature Sex is converted to
numeric value (0 and 1) in the data pre-processing step. b) LOGISTIC REGRESSION
© 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 4012
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 04 | Apr-2018 www.irjet.net p-ISSN: 2395-0072
Description of the back propagation neural network is Classification Accuracy Precision Sensitivity Specificity
given in the table below Algorithm
Logistic 73.23 78.57 88 30.62
Table-2 ANN Description Regression
K-NN 72.05 80.98 83.78 44.04
No. of Inputs 10
SVM 75.04 77.09 79 71.11
No. of hidden Layers 2
ANN 92.8 93.78 97.23 83
No. of neurons in 1st hidden layer 400
No. of neurons in 2nd hidden layer 400 As clearly summarized in the table, Artificial Neural
Networks gave the best results.
© 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 4013
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 04 | Apr-2018 www.irjet.net p-ISSN: 2395-0072
6. CONCLUSION
REFERENCES
[1] Michael J Sorich. An intelligent model for liver
disease diagnosis. Artificial Intelligence in
Medicine 2009;47:53—62.
© 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 4014