Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
0% found this document useful (0 votes)
39 views

Projecj Deep Learning

Rahul Shakya submitted a project report on deep learning to fulfill the requirements for a Bachelor of Technology degree in Information Technology from Madhav Institute of Technology and Science in Gwalior, India. The report describes implementing an open-source YOLO object detector model to detect helmets in images from a motorcycle delivery startup. The model was trained on a dataset containing helmet annotations and achieved over 80% accuracy on the test set. Areas for further improvement in the model's performance are also discussed.

Uploaded by

DHRUV GUPTA
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
39 views

Projecj Deep Learning

Rahul Shakya submitted a project report on deep learning to fulfill the requirements for a Bachelor of Technology degree in Information Technology from Madhav Institute of Technology and Science in Gwalior, India. The report describes implementing an open-source YOLO object detector model to detect helmets in images from a motorcycle delivery startup. The model was trained on a dataset containing helmet annotations and achieved over 80% accuracy on the test set. Areas for further improvement in the model's performance are also discussed.

Uploaded by

DHRUV GUPTA
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 9

MADHAV INSTITUTE OF TECHNOLOGY & SCIENCE, GWALIOR

(A Govt. Aided UGC Autonomous & NAAC Accredited Institute Affiliated to RGPV, Bhopal)

BACHELOR OF TECHNOLOGY

in

INFORMATION TECHNOLOGY

Submitted by:
Rahul Shakya
0901IT203D03

Deep learning – 160702

Faculty Mentor:
Prof. Punit Kumar Johari

Submitted to:
DEPARTMENT OF INFORMATION TECHNOLOGY
MADHAV INSTITUTE OF TECHNOLOGY & SCIENCE
GWALIOR - 474005

July-December 2022

1
MADHAV INSTITUTE OF TECHNOLOGY & SCIENCE, GWALIOR
(A Govt. Aided UGC Autonomous & NAAC Accredited Institute Affiliated to RGPV, Bhopal)

CERTIFICATE

This is certified that Rahul Shakya (0901IT203D03) has submitted the project report titled Deep
Learning under the mentorship of Prof. Punit Kumar Johari, in partial fulfilment of the
requirement for the award of degree of Bachelor of Technology in Information Technology from
Madhav Institute of Technology and Science, Gwalior.

Pro. Punit Kumar Johari Dr. Akhilesh Tiwari


Assistant Professor, IT Professor and Head,
Department of IT
MADHAV INSTITUTE OF TECHNOLOGY & SCIENCE, GWALIOR
(A Govt. Aided UGC Autonomous & NAAC Accredited Institute Affiliated to RGPV, Bhopal)

DECLARATION

I hereby declare that the work being presented in this project report, for the partial fulfilment of
requirement for the award of the degree of Bachelor of Technology in Information Technology at
Madhav Institute of Technology & Science, Gwalior is an authenticated and original record of my
work under the mentorship of Prof. Punit Kumar Johari, Assistant Professor, IT.
I declare that I have not submitted the matter embodied in this report for the award of any degree or
diploma anywhere else.

Date: 23/11/2022 Rahul Shakya


Place: Gwalior 0901IT203D03
4th Year,
Information Technology
MADHAV INSTITUTE OF TECHNOLOGY & SCIENCE, GWALIOR
(A Govt. Aided UGC Autonomous & NAAC Accredited Institute Affiliated to RGPV, Bhopal)

ACKNOWLEDGEMENT

The full semester project has proved to be pivotal to my career. I am thankful to my institute, Madhav
Institute of Technology and Science to allow me to continue my disciplinary/interdisciplinary project as a
curriculum requirement, under the provisions of the Flexible Curriculum Scheme (based on the AICTE
Model Curriculum 2018), approved by the Academic Council of the institute. I extend my gratitude to the
Director of the institute, Dr. R. K. Pandit and Dean Academics, Dr. Manjaree Pandit for this.
I would sincerely like to thank my department, Department of Information Technology, for allowing me
to explore this project. I humbly thank Dr. Akhilesh Tiwari, Professor and Head, Department of
Information Technology, for his continued support during the course of this engagement, which eased the
process and formalities involved.
I am sincerely thankful to my faculty mentors. I am grateful to the guidance of Prof. Punit Kumar Johari,
Assistant Professor, IT, for his continued support and guidance throughout the project. I am also very
thankful to the faculty and staff of the department.

Rahul Shakya
0901IT203D03
4th Year,
Information Technology
ABSTRACT

Abstract <Body>

Keyword:
TABLE OF CONTENTS

PAGE NO.

Abstract
List of figures
List of tables
List of symbols
Abbreviation

CHAPTER 1: PROJECT REVIEW


1.1 Project Background.......................................................................................................................................
1.2 Project Objectives.........................................................................................................................................

CHAPTER 2: LITERATURE REVIEW


2.1 Neural Networks and Deep Learning............................................................................................................
2.2 Improving Deep Neural Networks: Hyper-parameter tuning, Regularization and Optimization.................
2.3 Structuring Machine learning Projects..........................................................................................................
2.5 Convolutional Neural Networks...................................................................................................................

CHAPTER 3: METHODOLOGY
3. 1 Introduction..................................................................................................................................................
3.2 Design and Implementation of Verec object detector...................................................................................
3.3 Dataset and Features.....................................................................................................................................
3.4 Method: Open-Source Implementation of Yolo...........................................................................................
3.5 Results & Discussion....................................................................................................................................
3.6 Error analysis................................................................................................................................................

CHAPTER 4: CONCLUSION AND REMARKS.


4.1 Achievements................................................................................................................................................
LIST OF FIGURES
Figure Number Figure caption Page No.

FIGURE 1: NEURAL NETWORK [6] 3


FIGURE 2: BINARY CLASSIFICATION [24] 4
FIGURE 3: GLOBAL OPTIMUM [25] 6
FIGURE 4: BIAS AND VARIANCE [9] 7
FIGURE 5: BATCH AND MINI-BATCH GRADIENT DESCENT [6] 9
FIGURE 6: ERROR ANALYSIS [6] 12
FIGURE 7: CNN OVERVIEW [14] 13
FIGURE 8: OBJECT DETECTION [6] 14
FIGURE 9: YOLO OBJECT DETECTOR PIPELINE [15] 15
FIGURE 10: GRID CELLS IN OBJECT DETECTION [27] 17
FIGURE 11: OPEN IMAGE DATASET LABELS [29] 17
FIGURE 12: DATASET ANNOTATION FORMAT [20] 18
FIGURE 13: ANNOTATION 18
FIGURE 14: IMAGE 18
FIGURE 15: HELMET DETECTION (IMAGE FROM SAFEBODA) 19
FIGURE 16: MAP 20
ABBREVIATIONS

Adam Adaptive Moment Estimation.


NN Neural Network
ANN Artificial Neural Network
CNN Convolutional Neural Network
FPS Frames per second
ResNet Residual Networks
AP Average Precision
MAP Mean Average precision
Yolo You only look once
LDC Least Developed Countries
RTA's Road traffic Accidents
WHO World health Organization
AI Artificial Intelligence
API Application programming interface
Max Maximum
UN United Nations
ICT Information Communication Technology
SDG Sustainable Development goals
RNN Recurrent Neural Networks
LSTM Long Short Term Memory networks
IoU Interception over Union
Conf Configuration
Thres Threshold
GPU Graphic Processor Unit
Relu Rectified Linear Unit
RMSprop Root Mean Square Propagation
Norm Normalization
ML Machine Learning
Dev Development
3D Three-dimensional
Convs Convolutions
V Version
SIMD Single Instruction Multiple Data
SAAS Software as a service
CIFAR Canadian Institute for Advanced Research

You might also like