Object Detection with Deep Learning Models: Principles and Applications 1st Edition S. Poonkuntran pdf download
Object Detection with Deep Learning Models: Principles and Applications 1st Edition S. Poonkuntran pdf download
https://ebookmeta.com/product/object-detection-with-deep-
learning-models-principles-and-applications-1st-edition-s-
poonkuntran/
https://ebookmeta.com/product/advancement-of-deep-learning-and-
its-applications-in-object-detection-and-recognition-1st-edition-
roohie-naaz-mir/
https://ebookmeta.com/product/advanced-applied-deep-learning-
convolutional-neural-networks-and-object-detection-1st-edition-
umberto-michelucci/
https://ebookmeta.com/product/deep-learning-for-computer-vision-
image-classification-object-detection-and-face-recognition-in-
python-jason-brownlee/
https://ebookmeta.com/product/music-education-for-social-change-
constructing-an-activist-music-education-1st-edition-juliet-hess/
Good Girl Wicked 1 1st Edition Piper Lawson Lawson
Piper
https://ebookmeta.com/product/good-girl-wicked-1-1st-edition-
piper-lawson-lawson-piper/
https://ebookmeta.com/product/sordid-sordid-1-1st-edition-nikki-
sloane-sloane-nikki/
https://ebookmeta.com/product/one-dom-to-love-the-doms-of-her-
life-1-1st-edition-shayla-black-jenna-jacob-isabella-lapearl/
https://ebookmeta.com/product/virtual-menageries-animals-as-
mediators-in-network-cultures-berland-jody/
https://ebookmeta.com/product/cambridge-igcse-and-o-level-
history-workbook-2c-depth-study-the-united-states-1919-41-2nd-
edition-benjamin-harrison/
Must Know High School Basic French 1st Edition Annie
Heminway
https://ebookmeta.com/product/must-know-high-school-basic-
french-1st-edition-annie-heminway/
Object Detection with Deep
Learning Models
Principles and Applications
Edited by
S. Poonkuntran
Rajesh Kumar Dhanraj
Balamurugan Balusamy
First edition published 2023
by CRC Press
6000 Broken Sound Parkway NW, Suite 300, Boca Raton, FL 33487-2742
© 2023 selection and editorial matter, [S Poonkuntran, Rajesh Kumar Dhanraj, Balamurugan Balusamy]; indi-
vidual chapters, the contributors
Reasonable efforts have been made to publish reliable data and information, but the author and publisher cannot
assume responsibility for the validity of all materials or the consequences of their use. The authors and publishers
have attempted to trace the copyright holders of all material reproduced in this publication and apologize to
copyright holders if permission to publish in this form has not been obtained. If any copyright material has not
been acknowledged please write and let us know so we may rectify in any future reprint.
Except as permitted under U.S. Copyright Law, no part of this book may be reprinted, reproduced, transmitted,
or utilized in any form by any electronic, mechanical, or other means, now known or hereafter invented, includ-
ing photocopying, microfilming, and recording, or in any information storage or retrieval system, without writ-
ten permission from the publishers.
For permission to photocopy or use material electronically from this work, access www.copyright.com or contact
the Copyright Clearance Center, Inc. (CCC), 222 Rosewood Drive, Danvers, MA 01923, 978-750-8400. For works
that are not available on CCC please contact [email protected]
Trademark notice: Product or corporate names may be trademarks or registered trademarks and are used only for
identification and explanation without intent to infringe.
DOI: 10.1201/9781003206736
Typeset in Palatino
by SPi Technologies India Pvt Ltd (Straive)
Contents
Editors............................................................................................................................................. vii
List of Contributors.........................................................................................................................ix
3. Real-Time Tracing and Alerting System for Vehicles and Children to Ensure
Safety and Security, Using LabVIEW.............................................................................. 49
R. Deepalakshmi and R. Vijayalakshmi
v
vi Contents
Index.............................................................................................................................................. 253
Editors
vii
viii Editors
R. Deepalakshmi V. Palanisamy
Velammal College of Engineering and Alagappa University
Technology, Viraganoor Tamil Nadu, India
Tamil Nadu, India
ix
x List of Contributors
A.S. Renugadevi
Kongu Engineering College, Tamil Nadu, India
CONTENTS
1.1 Introduction to Deep Learning�������������������������������������������������������������������������������������������� 2
1.1.1 Deep Learning������������������������������������������������������������������������������������������������������������ 2
1.1.2 Machine Learning and Deep Learning������������������������������������������������������������������� 3
1.1.3 Types of Networks in Deep Learning��������������������������������������������������������������������� 3
1.1.3.1 Connection Type of Networks������������������������������������������������������������������ 4
1.1.3.2 Topology-based Neural Networks����������������������������������������������������������� 6
1.1.3.3 Learning Methods��������������������������������������������������������������������������������������� 8
1.2 Convolutional Neural Networks����������������������������������������������������������������������������������������� 9
1.2.1 Description of Five Layers of General CNN Architecture����������������������������������� 9
1.2.1.1 Input Layer������������������������������������������������������������������������������������������������� 10
1.2.1.2 Convolutional Layer��������������������������������������������������������������������������������� 10
1.2.1.3 Pooling Layer��������������������������������������������������������������������������������������������� 11
1.2.1.4 Fully Connected Layers��������������������������������������������������������������������������� 12
1.2.1.5 Output Layer��������������������������������������������������������������������������������������������� 13
1.2.2 Types of Architecture in CNN�������������������������������������������������������������������������������� 13
1.2.2.1 LeNet-5������������������������������������������������������������������������������������������������������� 13
1.2.2.2 AlexNet������������������������������������������������������������������������������������������������������� 14
1.2.2.3 ZFNet���������������������������������������������������������������������������������������������������������� 14
1.2.2.4 GoogLeNet/Inception������������������������������������������������������������������������������ 14
1.2.2.5 VGGNet������������������������������������������������������������������������������������������������������ 15
1.2.2.6 ResNet��������������������������������������������������������������������������������������������������������� 15
1.2.3 Applications of Deep Learning������������������������������������������������������������������������������ 16
1.3 Image Classification, Object Detection and Face Recognition��������������������������������������17
1.3.1 Dataset Creation������������������������������������������������������������������������������������������������������� 17
1.3.2 Data Preprocessing�������������������������������������������������������������������������������������������������� 18
1.3.3 Image Classification������������������������������������������������������������������������������������������������� 18
1.3.4 Object Detection������������������������������������������������������������������������������������������������������� 19
1.3.5 Face Recognition������������������������������������������������������������������������������������������������������ 20
References��������������������������������������������������������������������������������������������������������������������������������������� 21
DOI: 10.1201/9781003206736-1 1
2 Object Detection with Deep Learning Models
FIGURE 1.1
Emergence of deep learning.
Deep Learning and Computer Vision 3
FIGURE 1.2
Illustration of an artificial neuron.
In the artificial neural network, the neuron plays a major role. The structure of an artifi-
cial neuron consists of inputs from x0 through xn and weights w1 through wn. Each input
value is passed to the summation function. After that, the summed value obtained is
passed to the activation function, and output y is generated. The structure of the neuron is
given in Figure 1.2.
TABLE 1.1
Differences between Machine Learning and Deep Learning
Machine Learning Deep Learning
Small amount of data is needed to provide accuracy. Large amount of data is needed for training.
It requires low system specifications. It requires high system specifications.
The given problem is divided into multiple tasks, and The given problem is solved fully as a node-to-
each task is solved independently. Finally, the results node problem.
are combined.
The time needed for training the model is low. The time needed for training the model is high.
But for testing the data with the model, the time Here, less time is needed to test the data with
required is high. the model.
4 Object Detection with Deep Learning Models
Types of connection
Static feedforward networks
Dynamic feedback networks
Topology of networks
Single-layer neural networks
Multilayer neural networks
Recurrent neural networks
Learning methods
Supervised Learning
Unsupervised Learning
Reinforcement Learning
FIGURE 1.3
Feedforward networks.
Deep Learning and Computer Vision 5
Applications:
• Classification
• Speech recognition
• Face recognition
• Computer vision
FIGURE 1.4
Feedback neural networks.
Another Random Scribd Document
with Unrelated Content
credit card donations. To donate, please visit:
www.gutenberg.org/donate.
Most people start at our website which has the main PG search
facility: www.gutenberg.org.