Book Image

Python Deep Learning Solutions [Video]

By : Indra den Bakker
Book Image

Python Deep Learning Solutions [Video]

By: Indra den Bakker

Overview of this book

Deep Learning is revolutionizing a wide range of industries. For many applications, Deep Learning has been proven to outperform humans by making faster and more accurate predictions. This course provides a top-down and bottom-up approach to demonstrating Deep Learning solutions to real-world problems in different areas. These applications include Computer Vision, Generative Adversarial Networks, and time series. This course presents technical solutions to the issues presented, along with a detailed explanation of the solutions. Furthermore, it provides a discussion on the corresponding pros and cons of implementing the proposed solution using a popular framework such as TensorFlow, PyTorch, and Keras. The course includes solutions that are related to the basic concepts of neural networks; all techniques, as well as classical network topologies, are covered. The main purpose of this video course is to provide Python programmers with a detailed list of solutions so they can apply Deep Learning to common and not-so-common scenarios. All the code and supporting files for this course are available on Github at https://github.com/PacktPublishing/Python-Deep-Learning-Solutions
Table of Contents (6 chapters)
Chapter 6
Network Internals and Pretrained Models
Content Locked
Section 4
Leveraging VGG Model and Fine Tuning
This video uses the bottleneck features of VGG16 and adds our own layers on top of it. We will freeze the weights of the original model and train only the top layers. We'll also see fine-tuning with Xception. - Freeze the weights of our VGG16 model - Plot the training and validation accuracy - Define our optimizer and compile our model