Book Image

Advanced Deep Learning with Python

By : Ivan Vasilev
Book Image

Advanced Deep Learning with Python

By: Ivan Vasilev

Overview of this book

In order to build robust deep learning systems, you’ll need to understand everything from how neural networks work to training CNN models. In this book, you’ll discover newly developed deep learning models, methodologies used in the domain, and their implementation based on areas of application. You’ll start by understanding the building blocks and the math behind neural networks, and then move on to CNNs and their advanced applications in computer vision. You'll also learn to apply the most popular CNN architectures in object detection and image segmentation. Further on, you’ll focus on variational autoencoders and GANs. You’ll then use neural networks to extract sophisticated vector representations of words, before going on to cover various types of recurrent networks, such as LSTM and GRU. You’ll even explore the attention mechanism to process sequential data without the help of recurrent neural networks (RNNs). Later, you’ll use graph neural networks for processing structured data, along with covering meta-learning, which allows you to train neural networks with fewer training samples. Finally, you’ll understand how to apply deep learning to autonomous vehicles. By the end of this book, you’ll have mastered key deep learning concepts and the different applications of deep learning models in the real world.
Table of Contents (17 chapters)
Free Chapter
1
Section 1: Core Concepts
3
Section 2: Computer Vision
8
Section 3: Natural Language and Sequence Processing
12
Section 4: A Look to the Future

Other Books You May Enjoy

If you enjoyed this book, you may be interested in these other books by Packt:

Hands-On Deep Learning Architectures with Python
Yuxi (Hayden) Liu, Saransh Mehta

ISBN: 978-1-78899-808-6

  • Implement CNNs, RNNs, and other commonly used architectures with Python
  • Explore architectures such as VGGNet, AlexNet, and GoogLeNet
  • Build deep learning architectures for AI applications such as face and image recognition, fraud detection, and many more
  • Understand the architectures and applications of Boltzmann machines and autoencoders with concrete examples
  • Master artificial intelligence and neural network concepts and apply them to your architecture
  • Understand deep learning architectures for mobile and embedded systems

Hands-On Deep Learning Algorithms with Python
Sudharsan Ravichandiran

ISBN: 978-1-78934-415-8

  • Implement basic-to-advanced deep learning algorithms...