Download as doc, pdf, or txt
Download as doc, pdf, or txt
You are on page 1of 5

DECLARATION CERTIFICATE

This is to certify that the work presented in the thesis entitled “DIABETES
PREDICTION MODEL” in partial fulfillment of the requirement for the award of
degree of Bachelor of Computer Application of Institute of Engineering &
Management is an authentic work carried out under my supervision and
guidance.

To the best of my knowledge the content of this thesis does not form a
basis for the award of any previous Degree to anyone else.

Date: 17.05.2022 Dr. Soumi Dutta

Dept. of Computer Application

Institute of Engineering & Management

Dr. Abhishek Bhattacharya

Head of the Department

Dept. of Computer Application and Science

Institute of Engineering & Management

i
CERTIFICATE OF APPROVAL

The foregoing thesis entitled “DIABETES PREDICTION MODEL” is


hereby approved as a creditable study of research topic and has been presented
in satisfactory manner to warrant its acceptance as prerequisite to the degree for
which it has been submitted.

It is understood that by this approval, the undersigned do not necessarily


endorse any conclusion drawn or opinion expressed therein, but approve the
thesis for the purpose for which it is submitted.

(Internal Examiner) (External Examiner)

ii
Acknowledgements
We would like to express our special thanks of gratitude to our Guide Dr. Soumi Dutta who
helped us a lot in this project, her valuable suggestions helped us to solve tough challenges and
without her help this project could not have been completed in time. A special thanks to our
Head of Department Dr. Abhishek Bhattacharya who gave us the golden opportunity to do this
wonderful project on the topic “DIABETES PREDICTION MODEL”, which helped us to gain a
significant knowledge in the aforesaid subjects. Secondly, we would like to thank our friends
who helped us a lot in finalizing this project within the given time frame.

Name of Student: Soumyajit Sarkar


Enrollment Number: 1201900406105

Name of Student: Sinjana Mondal


Enrollment Number: 1201900406101

Name of Student: Vinayak Gupta


Enrollment Number: 1201900406123

Name of Student: Soumyadip Mondal


Enrollment Number: 1201900406103

Name of Student: Soutik Talukdar


Enrollment Number: 1201900406107

iii
Contents

Abstract ………………………………………………………………………………………………………..v
Chapter 1
1.1 Introduction ………………………………………………………………………….………………………1

Chapter 2
2.1 Background Studies ……………………………………………………………………………….…….3
2.2 Literature Survey ………………………………………………………………………….………………7

Chapter 3
3.1 Design diagrams……………………………………………….…………………………………….……10

Chapter 4
4.1 Results and Discussion………………………………………………………………………………….14

Chapter 5
5.1 Conclusions …………………………………………..……………………………………………………19
5.2 Future Work …………………………………………….…………………………………………………19

iv
Abstract
Diabetes is considered as one of the deadliest and chronic diseases which causes
an increase in blood sugar. Many complications occur if diabetes remains
untreated and unidentified. The tedious identifying process results in visiting of a
patient to a diagnostic center and consulting doctor. But the rise in machine
learning approaches solves this critical problem. The motive of this project is to
design a model which can prognosticate the likelihood of diabetes in patients with
maximum accuracy. Therefore, machine learning classification algorithm namely
SVM (Support Vector Machine) is used in this experiment to detect diabetes at an
early stage. Experiments are performed on Pima Indians Diabetes Database
(PIDD) which is sourced from Kaggle website. The performances algorithms are
evaluated on various measures like Precision, Accuracy, F-Measure, and Recall.
Accuracy is measured over correctly and incorrectly classified instances. Results
obtained show SVM outperforms with the accuracy of 76.30%. These results are
verified using Receiver Operating Characteristic (ROC) curves in a proper and
systematic manner.

You might also like