Book description
Deep learning simplified by taking supervised, unsupervised, and reinforcement learning to the next level using the Python ecosystem
Key Features
- Build deep learning models with transfer learning principles in Python
- implement transfer learning to solve real-world research problems
- Perform complex operations such as image captioning neural style transfer
Book Description
Transfer learning is a machine learning (ML) technique where knowledge gained during training a set of problems can be used to solve other similar problems.
The purpose of this book is two-fold; firstly, we focus on detailed coverage of deep learning (DL) and transfer learning, comparing and contrasting the two with easy-to-follow concepts and examples. The second area of focus is real-world examples and research problems using TensorFlow, Keras, and the Python ecosystem with hands-on examples.
The book starts with the key essential concepts of ML and DL, followed by depiction and coverage of important DL architectures such as convolutional neural networks (CNNs), deep neural networks (DNNs), recurrent neural networks (RNNs), long short-term memory (LSTM), and capsule networks. Our focus then shifts to transfer learning concepts, such as model freezing, fine-tuning, pre-trained models including VGG, inception, ResNet, and how these systems perform better than DL models with practical examples. In the concluding chapters, we will focus on a multitude of real-world case studies and problems associated with areas such as computer vision, audio analysis and natural language processing (NLP).
By the end of this book, you will be able to implement both DL and transfer learning principles in your own systems.
What you will learn
- Set up your own DL environment with graphics processing unit (GPU) and Cloud support
- Delve into transfer learning principles with ML and DL models
- Explore various DL architectures, including CNN, LSTM, and capsule networks
- Learn about data and network representation and loss functions
- Get to grips with models and strategies in transfer learning
- Walk through potential challenges in building complex transfer learning models from scratch
- Explore real-world research problems related to computer vision and audio analysis
- Understand how transfer learning can be leveraged in NLP
Who this book is for
Hands-On Transfer Learning with Python is for data scientists, machine learning engineers, analysts and developers with an interest in data and applying state-of-the-art transfer learning methodologies to solve tough real-world problems. Basic proficiency in machine learning and Python is required.
Table of contents
- Title Page
- Copyright and Credits
- Dedication
- Packt Upsell
- Foreword
- Contributors
- Preface
- Machine Learning Fundamentals
-
Deep Learning Essentials
- What is deep learning?
- Deep learning frameworks
- Setting up a cloud-based deep learning environment with GPU support
- Setting up a robust, on-premise deep learning environment with GPU support
-
Neural network basics
- A simple linear neuron
- Gradient-based optimization
- The Jacobian and Hessian matrices
- Chain rule of derivatives
- Stochastic Gradient Descent
- Non-linear neural units
- Learning a simple non-linear unit – logistic unit
- Loss functions
- Data representations
- Multilayered neural networks
- Backprop – training deep neural networks
- Challenges in neural network learning
- Initialization of model parameters
- Improvements of SGD
- Overfitting and underfitting in neural networks
- Hyperparameters of the neural network
- Summary
-
Understanding Deep Learning Architectures
- Neural network architecture
- Various architectures
- Summary
- Transfer Learning Fundamentals
- Unleashing the Power of Transfer Learning
- Image Recognition and Classification
-
Text Document Categorization
- Text categorization
- Word representations
-
CNN document model
- Building a review sentiment classifier
- What has embedding changed most?
- Transfer learning – application to the IMDB dataset
- Training on the full IMDB dataset with Word2vec embeddings
- Creating document summaries with CNN model
- Multiclass classification with the CNN model
- Visualizing document embeddings
- Summary
- Audio Event Identification and Classification
- DeepDream
- Style Transfer
-
Automated Image Caption Generator
- Understanding image captioning
- Formulating our objective
- Understanding the data
- Approach to automated image captioning
- Image feature extraction with transfer learning
- Building a vocabulary for our captions
- Building an image caption dataset generator
- Building our image language encoder-decoder deep learning model
- Training our image captioning deep learning model
- Evaluating our image captioning deep learning model
- Automated image captioning in action!
- Summary
- Image Colorization
- Other Books You May Enjoy
Product information
- Title: Hands-On Transfer Learning with Python
- Author(s):
- Release date: August 2018
- Publisher(s): Packt Publishing
- ISBN: 9781788831307
You might also like
book
Hands-On Unsupervised Learning Using Python
Many industry experts consider unsupervised learning the next frontier in artificial intelligence, one that may hold …
book
Hands-On Unsupervised Learning with Python
Discover the skill-sets required to implement various approaches to Machine Learning with Python Key Features Explore …
book
Deep Learning with Python
Deep Learning with Python introduces the field of deep learning using the Python language and the …
book
Interpretable Machine Learning with Python - Second Edition
A deep dive into the key aspects and challenges of machine learning interpretability using a comprehensive …