Atjaunināt sīkdatņu piekrišanu

E-grāmata: Deep Learning: A Comprehensive Guide [Taylor & Francis e-book]

  • Formāts: 290 pages, 19 Tables, black and white; 178 Line drawings, black and white; 83 Halftones, black and white; 261 Illustrations, black and white
  • Izdošanas datums: 21-Dec-2021
  • Izdevniecība: Chapman & Hall/CRC
  • ISBN-13: 9781003185635
  • Taylor & Francis e-book
  • Cena: 177,87 €*
  • * this price gives unlimited concurrent access for unlimited time
  • Standarta cena: 254,10 €
  • Ietaupiet 30%
  • Formāts: 290 pages, 19 Tables, black and white; 178 Line drawings, black and white; 83 Halftones, black and white; 261 Illustrations, black and white
  • Izdošanas datums: 21-Dec-2021
  • Izdevniecība: Chapman & Hall/CRC
  • ISBN-13: 9781003185635
Deep Learning: A Comprehensive Guide provides comprehensive coverage of Deep Learning (DL) and Machine Learning (ML) concepts. DL and ML are the most sought-after domains, requiring a deep understanding and this book gives no less than that. This book enables the reader to build innovative and useful applications based on ML and DL. Starting with the basics of neural networks, and continuing through the architecture of various types of CNNs, RNNs, LSTM, and more till the end of the book, each and every topic is given the utmost care and shaped professionally and comprehensively.

Key Features











Includes the smooth transition from ML concepts to DL concepts





Line-by-line explanations have been provided for all the coding-based examples





Includes a lot of real-time examples and interview questions that will prepare the reader to take up a job in ML/DL right away





Even a person with a non-computer-science background can benefit from this book by following the theory, examples, case studies, and code snippets





Every chapter starts with the objective and ends with a set of quiz questions to test the readers understanding





Includes references to the related YouTube videos that provide additional guidance

AI is a domain for everyone. This book is targeted toward everyone irrespective of their field of specialization. Graduates and researchers in deep learning will find this book useful.
Preface xi
The Authors xiii
Chapter 1 Introduction to Deep Learning
1(12)
1.1 Introduction
1(1)
1.2 The Need: Why Deep Learning?
2(1)
1.3 What Is The Need Of A Transition From Machine Learning To Deep Learning?
2(2)
1.4 Deep Learning Applications
4(5)
1.4.1 Self-Driving Cars
4(1)
1.4.2 Emotion Detection
5(1)
1.4.3 Natural Language Processing
5(2)
1.4.4 Entertainment
7(1)
1.4.5 Healthcare
8(1)
Youtube Session On Deep Learning Applications
9(1)
Key Points To Remember
9(1)
Quiz
10(1)
Further Reading
10(3)
Chapter 2 The Tools and the Prerequisites
13(16)
2.1 Introduction
13(1)
2.2 The Tools
14(13)
2.2.1 Python Libraries -- Must Know
14(2)
2.2.2 The Installation Phase
16(11)
2.3 Datasets -- A Quick Glance
27(1)
Key Points To Remember
28(1)
Quiz
28(1)
Chapter 3 Machine Learning: The Fundamentals
29(36)
3.1 Introduction
29(1)
3.2 The Definitions -- Yet Another Time
30(1)
3.3 Machine Learning Algorithms
31(5)
3.3.1 Supervised Learning Algorithms
31(2)
3.3.2 The Unsupervised Learning Algorithms
33(2)
3.3.3 Reinforcement Learning
35(1)
3.3.4 Evolutionary Approach
36(1)
3.4 Howavhy Do We Need Ml?
36(1)
3.5 The Ml Framework
37(2)
3.6 Linear Regression -- A Complete Understanding
39(10)
3.7 Logistic Regression -- A Complete Understanding
49(1)
3.8 Classification -- A Must-Know Concept
50(7)
3.8.1 SVM -- Support Vector Machines
50(3)
3.8.2 K-NN (K-Nearest Neighbor)
53(4)
3.9 Clustering -- An Interesting Concept To Know
57(5)
3.9.1 K-Means Clustering
58(4)
Key Points To Remember
62(1)
Quiz
63(1)
Further Reading
63(2)
Chapter 4 The Deep Learning Framework
65(16)
4.1 Introduction
65(1)
4.2 Artificial Neuron
66(9)
4.2.1 Biological Neuron
66(1)
4.2.2 Perceptron
67(1)
4.2.2.7 How a Perceptron Works?
68(1)
4.2.3 Activation Functions
69(3)
4.2.4 Parameters
72(2)
4.2.5 Overrating
74(1)
4.3 A Few More Terms
75(1)
4.4 Optimizers
75(2)
Key Points To Remember
77(1)
Quiz
78(1)
Further Reading
78(3)
Chapter 5 CNN -- Convolutional Neural Networks: A Complete Understanding
81(40)
5.1 Introduction
82(1)
5.2 What Is Underfitting, Overfitting And Appropriate Fitting?
82(2)
5.3 Biasa/Ariance-A Quick Learning
84(1)
5.4 Convolutional Neural Networks
84(34)
5.4.1 How Convolution Works
88(9)
5.4.2 How Zero Padding Works
97(9)
5.4.3 How Max Pooling Works
106(3)
5.4.4 The CNN Stack -- Architecture
109(1)
5.4.5 What Is the Activation Function?
110(1)
5.4.5.1 Sigmoid Activation Function
110(1)
5.4.5.2 ReLU -- Rectified Linear Unit
111(1)
5.4.6 CNN -- Model Building -- Step by Step
111(7)
Key Points To Remember
118(1)
Quiz
119(1)
Further Reading
119(2)
Chapter 6 CNN Architectures: An Evolution
121(36)
6.1 Introduction
121(1)
6.2 Lenet Cnn Architecture
122(11)
6.3 Vgg16 Cnn Architecture
133(8)
6.4 Alexnet Cnn Architecture
141(8)
6.5 Other Cnn Architectures At A Glance
149(5)
Key Points To Remember
154(1)
Quiz
154(1)
Further Reading
155(2)
Chapter 7 Recurrent Neural Networks
157(28)
7.1 Introduction
157(3)
7.2 Cnn Vs. Rnn: A Quick Understanding
160(1)
7.3 Rnn Vs. Feedforward Neural Networks: A Quick Understanding
161(3)
7.4 Simple Rnn
164(2)
7.5 Lstm: Long Short-Term Memory
166(10)
7.6 Gated Recurrent Unit
176(6)
Key Points To Remember
182(1)
Quiz
182(1)
Further Reading
183(2)
Chapter 8 Autoencoders
185(24)
8.1 Introduction
185(1)
8.2 What Is An Autoencoder?
186(5)
8.2.1 How Autoencoders Work
186(4)
8.2.2 Properties of Autoencoders
190(1)
8.3 Applications Of Autoencoders
191(1)
8.3.1 Data Compression and Dimensionality Reduction
191(1)
8.3.2 Image Denoising
191(1)
8.3.3 Feature Extraction
192(1)
8.3.4 Image Generation
192(1)
8.3.5 Image Colorization
192(1)
8.4 Types Of Autoencoders
192(13)
8.4.1 Denoising Autoencoder
193(1)
8.4.2 Vanilla Autoencoder
193(1)
8.4.3 Deep Autoencoder
194(1)
8.4.4 Sparse Autoencoder
194(1)
8.4.5 Undercomplete Autoencoder
195(1)
8.4.6 Stacked Autoencoder
195(1)
8.4.7 Variational Autoencoder (VAEs)
195(1)
8.4.8 Convolutional Autoencoder
196(9)
Key Points To Remember
205(1)
Quiz
206(1)
Further Reading
207(2)
Chapter 9 Generative Models
209(18)
9.1 Introduction
209(1)
9.2 What Is A Generative Model?
210(1)
9.3 What Are Generative Adversarial Networks (Can)?
211(2)
9.4 Types Of Gan
213(2)
9.4.1 Deep Convolutional GANs (DCGANs)
213(1)
9.4.2 Stack GAN
214(1)
9.4.3 Cycle GAN
214(1)
9.4.4 Conditional GAN (cGAN)
214(1)
9.4.5 Info GAN
214(1)
9.5 Applications Of Gan
215(2)
9.5.1 Fake Image Generation
215(1)
9.5.2 Image Modification
215(1)
9.5.3 Text to Image/Image to Image Generation
215(1)
9.5.4 Speech Modification
215(1)
9.5.5 Assisting Artists
215(2)
9.6 Implementation Of Gan
217(7)
Key Points To Remember
224(1)
Quiz
224(1)
Further Reading
224(3)
Chapter 10 Transfer Learning
227(18)
10.1 What Is Transfer Learning?
227(1)
10.2 When Can We Use Transfer Learning?
228(1)
10.3 Example -- 1: Cat Or Dog Using Transfer Learning With Vgg 16
229(4)
10.4 Example -- 2: Identify Your Relatives' Faces Using Transfer Learning
233(6)
10.5 The Difference Between Transfer Learning And Finetuning
239(2)
10.6 Transfer Learning Strategies
241(1)
10.6.1 Same Domain, Task
242(1)
10.6.2 Same Domain, Different Task
242(1)
10.6.3 Different Domain, Same Task
242(1)
Key Points To Remember
242(1)
Quiz
243(1)
Further Reading
243(2)
Chapter 11 Intel OpenVino: A Must-Know Deep Learning Toolkit
245(16)
11.1 Introduction
245(1)
11.2 Openvino Installation Guidelines
246(13)
Key Points To Remember
259(1)
Quiz
259(1)
Further Reading
260(1)
Chapter 12 Interview Questions and Answers
261(28)
Youtube Sessions On Deep Learning Applications
288(1)
Index 289
Dr. Shriram K Vasudevan is an Academician with a blend of Industrial and Teaching experience for 15 years. Strongly passionate to take up challenging tasks. Authored / Co-Authored 42 books for reputed publishers across the globe. Authored 122 research papers in revered international journals, 30 Papers in international/national conferences. Currently working as Dean of K.Ramakrishnan College of Technology. He is a Fellow IETE, ACM Distinguished Speaker, CSI Distinguished Speaker, and Intel Software Innovator. He has a YouTube channel Shriram Vasudevan, through which he teaches thousands of people all around the world.



Recognized/awarded by Datastax, ACM, IETE, Proctor and Gamble Innovation Centre (India), Dinamalar, AWS (Amazon Web Services), Sabre Technologies, IEEE Compute, Syndicate Bank, MHRD, Elsevier, Bounce, IncubateInd, Smart India Hackathon, Stop the bleed, Hackharvard (Harvard University), Accenture Digital (India), NEC (Nippon Electric Company, Japan), Thought Factory (Axis Bank Innovation Lab), Rakuten (Japan), Titan, Future Group, Institution of Engineers of India (IEI), Ministry of Food Processing Industries (MoFPI Govt. of India), Intel, Microsoft, Wipro, Infosys, IBM India, SoS Ventures (USA), VIT University, Amrita University, Computer Society of India, TBI TIDE, ICTACT, Times of India, Nehru Group of institutions, Texas Instruments, IBC Cambridge, Cisco, CII (Confederation of Indian Industries), Indian Air Force, DPSRU Innovation & Incubation Foundation, ELGi Equipments (Coimbatore), etc. for his technical expertise. Listed in many famous biographical databases.









The notable honors are: First Indian to be selected as HDE (Huawei Developer Expert), NVIDIA Certified Deep Learning Instructor, Winner of the HARVARD University Hack Harvard Global 2019 World Hack 2019. Winner of 50 plus hackathons, Selected as "Intel IoT Innovator" and inducted into "Intel Software Innovator" group. Awarded "Top Innovator" award 2018, "Top Innovator Innovator Summit 2019", World Record Holder With Sister Subashri Vasudevan (Only Sibling in the Globe to have authored 9 books together, Unique World Record Books), Entry in Limca book of records for National Record 2015, Entry in India Book of Records National Record and Appreciation. 2017.



Ms. Siniraj Pulari is a Professor in a Government University in Bahrain with 14 years of experience in various reputed Indian universities and Industry by making contributions to the teaching field and carrying out activities to maintain and develop, research and professional activities relevant to Computer Science Engineering. Research interests include areas of Natural Language Processing, Recommender systems, Information Retrieval, Deep Learning and Machine Learning



Authored 17 plus Scopus Indexed Publications, Guided over 30+ UG and PG students for various innovative product based and algorithmic ideas, was an active member of the Funded Project -Early Warning and Monitoring System of Elephants - Amrita University, Member of International Association of Engineers (IAENG) and Computer Society of India (CSI). Delivered various invited lectures on the Applications and emerging trends in a variety of upcoming technological and research advancements. Actively participated to the board of studies. Organized, presented and participated various national and international Technical Events, Conferences, Workshops and Hackathons. Have been in the International Advisory committee of various International Conferences.



Ms. Subashri holds an M.Tech in CSE and was associated with Cognizant Technology solutions for around 8+ years before taking a break. She was working as a senior developer and has exposure to various DOTNET technologies and reporting tools. She has co authored 25+ technical books for reputed publishers across the world. Few of them include, Software Engineering, C# programming, C++ programming, etc. Her name is featured in the Limca book of records for the category - maximum number of books authored by siblings. She has recently developed an interest in the IoT and ML areas and started contributing to the projects involving these technologies. Teaching is her passion and she wants to make technology look simpler for the students. She also manages a technical YouTube (All about BI) channel for Azure related concepts and she has also delivered dozens of lectures in various educational institutions.