Deep learning using python
Material type:
Item type | Current library | Call number | Copy number | Status | Date due | Barcode |
---|---|---|---|---|---|---|
![]() |
Dr. S. R. Ranganathan Library General Stacks | 006.31 R67 (Browse shelf(Opens below)) | 1 | Available | 2621 | |
![]() |
Dr. S. R. Ranganathan Library General Stacks | 006.31 R67:1 (Browse shelf(Opens below)) | 2 | Available | 2622 | |
![]() |
Dr. S. R. Ranganathan Library General Stacks | 006.31 R67:2 (Browse shelf(Opens below)) | 3 | Available | 2623 | |
![]() |
Dr. S. R. Ranganathan Library General Stacks | 006.31 R67:3 (Browse shelf(Opens below)) | 4 | Available | 2624 | |
![]() |
Dr. S. R. Ranganathan Library General Stacks | 006.31 R67:4 (Browse shelf(Opens below)) | 5 | Available | 2625 |
Browsing Dr. S. R. Ranganathan Library shelves, Shelving location: General Stacks Close shelf browser (Hides shelf browser)
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
||
006.31 M67:2 Learning from data: A short course | 006.31 N37 Machine learning for civil and environmental engineers: A practical approach to data-driven analysis explainability, and causality | 006.31 R67 Deep learning using python | 006.31 R67:1 Deep learning using python | 006.31 R67:2 Deep learning using python | 006.31 R67:3 Deep learning using python | 006.31 R67:4 Deep learning using python |
The book has been divided into seven chapters. Chapter 1 elaborately deals with the fundamentals of deep learning, to enable any reader to understand the deep learning architectures elaborated in subsequent chapters. Chapter 2 deals with Convolutional Neural Networks (CNNs), which have proven to be very effective in the area of computer vision. Chapter 3 deals with Recurrent Neural Networks (RNNs) and its variants. The various types of autoencoders, which are a type of Artificial Neural Network used to learn efficient data encoding, are presented in Chapter 4. To learn the probability distribution over the set of inputs, Restricted Boltzmann Machine (RBM) is discussed in Chapter 5. Chapter 6 presents popular open source frameworks in Python for deep learning applications. Chapter 7 describes how to utilize the knowledge that you have gained from previous chapters in real-time applications.
Table of Contents:
1. Fundamentals of Neural Networks
1.1 Introduction
1.2 Types of Machine Learning
1.3 Overview of Artificial Neural Networks
2. Convolutional Neural Network
2.1 Introduction
2.2 Components of CNN Architecture
2.3 Rectified Linear Unit (ReLU) Layer
2.4 Exponential Linear Unit (ELU, or SELU)
2.5 Unique Properties of CNN
2.6 Architectures of CNN
2.7 Applications of CNN
3. Recurrent Neural Network: Basic Concepts
3.1 Introduction
3.2 Simple Recurrent Neural Network
3.3 LSTM Implementation
3.4 Gated Recurrent Unit (GRU)
3.5 Deep Recurrent Neural Network
4. Autoencoder
4.1 Introduction
4.2 Features of Autoencoder
4.3 Types of Autoencoder
5. Restricted Boltzmann Machine
5.1 Boltzmann Machine
5.2 RBM Architecture
5.3 Example
5.4 Types of RBM
6. Open-Source Frameworks for Deep Learning
6.1 Python – An Introduction
6.2 Environmental Setup
6.3 Deep Learning with Python
6.4 Scientific Python (SciPy)
6.5 Frameworks
6.6 Hardware Support for Deep Learning
7. Applications of Deep Learning
7.1 Introduction
7.2 Image Classification Using CNN
7.3 Visual Speech Recognition Using 3D-CNN
7.4 Stock Market Prediction Using Recurrent Neural Network
7.5 Next-Word Prediction Using RNN-LSTM
7.6 Tamil Handwritten Character Optical Recognition Using CRNN
7.7 Future Scope
Summary
Review Questions
Assignment Problems
References