Project Report - Front Page - Sample
Project Report - Front Page - Sample
ML
A PROJECT REPORT
Submitted by
Shivank [Reg No:RA201100301386]
BACHELOR OF TECHNOLOGY
in
COMPUTER SCIENCE AND ENGINEERING
Certified that 18CSP109L / I8CSP111L project report titled “EARLY HEART DISEASE
MEHUL SAINI [RegNo:RA2011003010389] who carried out the project work under my
supervision. Certified further, that to the best of my knowledge the work reported here in does
not form part of any other thesis or dissertation on the basis of which a degree or award was
Dr. M. PUSHPALATHA
HEAD OF THE DEPARTMENT
Department of Computing Technologies
ii
Department of Computing Technologies
SRM Institute of Science and Technology
Own Work Declaration Form
Degree/Course :B.Tech in Computer Science and Engineering
I/We here by certify that this assessment compiles with the University’s Rules and
Regulations relating to Academic misconduct and plagiarism, as listed in the
University Website, Regulations, and the Education Committee guidelines.
I / We confirm that all the work contained in this assessment is our own except where
indicated, and that we have met the following conditions:
▪ Clearly references / listed all sources as appropriate
▪ Referenced and put in inverted commas all quoted text (from books,
web,etc.)
▪ Given the sources of all pictures, data etc that are not my own.
▪ Not made any use of the report(s) or essay(s) of any other student(s)either past
or present
▪ Acknowledged in appropriate places any help that I have received
from others (e.g fellow students, technicians, statisticians, external
sources)
▪ Compiled with any other plagiarism criteria specified in the Course
hand book / University website
I understand that any false claim for this work will be penalized in accordance with the
University policies and regulations.
DECLARATION:
I am aware of and understand the University’s policy on Academic misconduct and
plagiarism and I certify that this assessment is my / our own work, except where
indicated by referring, and that I have followed the good academic practices noted above.
Student 1 Signature:
Student 2 Signature:
Date:
If you are working in a group, please write your registration numbers and sign with the
date for every student in your group.
iii
ACKNOWLEDGEMENT
Institute of Science and Technology, for the facilities extended for the project work and his
continued support.
We extend our sincere thanks to Dean-CET, SRM Institute of Science and Technology,
Computing, SRM Institute of Science and Technology, for her support throughout the project
work.
We are incredibly grateful to our Head of the Department, Dr. M. Pushpalatha, Professor,
Department of Computing Technologies, SRM Institute of Science and Technology, for her
We want to convey our thanks to our Project Coordinators, Dr. M. Kanchana, Dr. G. Usha,
Dr. R. Yamini and Dr. K. Geetha, Panel Head, Dr. A. Kowsigan, Associate Professor and
Technologies, SRM Institute of Science and Technology, for their inputs during the project
We register our immeasurable thanks to our Faculty Advisor, Dr. Jagadeesan, Assistant
iv
Our inexpressible respect and thanks to our guide, Dr. A. ANBARASI, Associate Professor,
providing us with an opportunity to pursue our project under his / her mentorship. He / She
provided us with the freedom and support to explore the research topics of our interest. His /
Her passion for solving problems and making a difference in the world has always been
inspiring.
We sincerely thank all the staff and students of Computing Technologies Department, School
of Computing, S.R.M Institute of Science and Technology, for their help during our project.
Finally, we would like to thank our parents, family members, and friends for their
SHIVANK [RA2011003010386]
v
ABSTRACT
Abstract must be a single paragraph in times new roman 14pt with a maximum of 300 words.
vi
TABLE OF CONTENTS
ABSTRACT vi
LIST OF TABLES ix
LIST OF FIGURES x
LIST OF SYMBOLS AND ABBREVIATIONS xi
1. INTRODUCTION 1
1.1 General 1
1.2 Machine Learning and Deep Learning 2
1.3 Difference Between Machine Learning and Deep Learning 4
1.4 Computer Vision 6
1.5 Computer Vision in Healthcare 6
1.6 Convolutional Neural Network 7
1.7 ResNet 8
1.8 AlexNet 10
2 LITERATURE SURVEY 11
2.1 Motivation 12
2.2 Objective 13
3 ARCHITECTURE AND ANALYSIS OF LEPROSY 15
DETECTION
3.1 Architecture Diagram 15
3.2 Frontend Design 16
3.3 Backend Design 19
4 DESIGN AND IMPLEMENTATION OF LEPROSY 22
DETECTION USING EXPLAINABLE AI
4.1 Dataset 23
4.2 Image Preprocessing 25
4.3 LeprosyNet Architecture 26
4.4 Explainable Artificial Intelligence 28
4.5 Explainable Artificial Intelligence in Computer Vision 30
4.6 Explainable Artificial Intelligence Techniques 32
4.6.1 Activation Layer Visualization 32
Vii
4.6.2 Occlusion Sensitivity Map 35
4.6.3 Grad-CAM 37
5 RESULTS AND DISCUSSION 39
5.1 Performance Analysis using Various Metrics 39
5.2 Comparison Between Existing Models 45
6 CONCLUSION AND FUTURE SCOPE 48
6.1 Conclusion 49
6.2 Future Scope 49
REFERENCES 50
55
APPENDIX 1
65
APPENDIX 2
PLAGIARISM REPORT 75
viii
LIST OF TABLES
ix
LIST OF FIGURES
1.1 Relationship between AI, ML and DL 3
1.2 Brain MRI Segmentation………………….............................................................. 7
1.3 Architecture of Simple CNN………………………………………………...……. 8
1.7 ResNet Architecture………..................................................................................... 9
1.8 AlexNet Architecture............................................................................................... 10
3.1 Architecture Diagram of Website………………………………………………… 15
3.2 Home page………………………………………………………………………... 16
4.1 Architecture flow of paper……………………………………………………….. 22
x
LIST OF SYMBOLS AND ABBREVIATIONS
xi