Book description
Develop and optimize deep learning models with advanced architectures. This book teaches you the intricate details and subtleties of the algorithms that are at the core of convolutional neural networks. In Advanced Applied Deep Learning, you will study advanced topics on CNN and object detection using Keras and TensorFlow.
Along the way, you will look at the fundamental operations in CNN, such as convolution and pooling, and then look at more advanced architectures such as inception networks, resnets, and many more. While the book discusses theoretical topics, you will discover how to work efficiently with Keras with many tricks and tips, including how to customize logging in Keras with custom callback classes, what is eager execution, and how to use it in your models. Finally, you will study how object detection works, and build a complete implementation of the YOLO (you only look once) algorithm in Keras and TensorFlow. By the end of the book you will have implemented various models in Keras and learned many advanced tricks that will bring your skills to the next level.What You Will Learn
- See how convolutional neural networks and object detection work
- Save weights and models on disk
- Pause training and restart it at a later stage
- Use hardware acceleration (GPUs) in your code
- Work with the Dataset TensorFlow abstraction and use pre-trained models and transfer learning
- Remove and add layers to pre-trained networks to adapt them to your specific project
- Apply pre-trained models such as Alexnet and VGG16 to new datasets
Who This Book Is For
Scientists and researchers with intermediate-to-advanced Python and machine learning know-how. Additionally, intermediate knowledge of Keras and TensorFlow is expected.Table of contents
- Cover
- Front Matter
- 1. Introduction and Development Environment Setup
- 2. TensorFlow: Advanced Topics
- 3. Fundamentals of Convolutional Neural Networks
- 4. Advanced CNNs and Transfer Learning
- 5. Cost Functions and Style Transfer
- 6. Object Classification: An Introduction
- 7. Object Localization: An Implementation in Python
- 8. Histology Tissue Classification
- Back Matter
Product information
- Title: Advanced Applied Deep Learning: Convolutional Neural Networks and Object Detection
- Author(s):
- Release date: September 2019
- Publisher(s): Apress
- ISBN: 9781484249765
You might also like
book
Deep Learning with PyTorch
Every other day we hear about new ways to put deep learning to good use: improved …
book
Beginning Deep Learning with TensorFlow: Work with Keras, MNIST Data Sets, and Advanced Neural Networks
Incorporate deep learning into your development projects through hands-on coding and the latest versions of deep …
book
Deep Learning with TensorFlow and Keras - Third Edition
Build cutting edge machine and deep learning systems for the lab, production, and mobile devices. Purchase …
book
Deep Learning with Python
Deep Learning with Python introduces the field of deep learning using the Python language and the …