Book description
Learn how to model and train advanced neural networks to implement a variety of Computer Vision tasks
About This Book
- Train different kinds of deep learning model from scratch to solve specific problems in Computer Vision
- Combine the power of Python, Keras, and TensorFlow to build deep learning models for object detection, image classification, similarity learning, image captioning, and more
- Includes tips on optimizing and improving the performance of your models under various constraints
Who This Book Is For
This book is targeted at data scientists and Computer Vision practitioners who wish to apply the concepts of Deep Learning to overcome any problem related to Computer Vision. A basic knowledge of programming in Python—and some understanding of machine learning concepts—is required to get the best out of this book.
What You Will Learn
- Set up an environment for deep learning with Python, TensorFlow, and Keras
- Define and train a model for image and video classification
- Use features from a pre-trained Convolutional Neural Network model for image retrieval
- Understand and implement object detection using the real-world Pedestrian Detection scenario
- Learn about various problems in image captioning and how to overcome them by training images and text together
- Implement similarity matching and train a model for face recognition
- Understand the concept of generative models and use them for image generation
- Deploy your deep learning models and optimize them for high performance
In Detail
Deep learning has shown its power in several application areas of Artificial Intelligence, especially in Computer Vision. Computer Vision is the science of understanding and manipulating images, and finds enormous applications in the areas of robotics, automation, and so on. This book will also show you, with practical examples, how to develop Computer Vision applications by leveraging the power of deep learning.
In this book, you will learn different techniques related to object classification, object detection, image segmentation, captioning, image generation, face analysis, and more. You will also explore their applications using popular Python libraries such as TensorFlow and Keras. This book will help you master state-of-the-art, deep learning algorithms and their implementation.
Style and approach
This book will teach advanced techniques for Computer Vision, applying the deep learning model in reference to various datasets.
Table of contents
- Preface
-
Getting Started
- Understanding deep learning
- Deep learning for computer vision
- Development environment setup
- Summary
- Image Classification
- Image Retrieval
- Object Detection
- Semantic Segmentation
- Similarity Learning
-
Image Captioning
- Understanding the problem and datasets
- Understanding natural language processing for image captioning
-
Approaches for image captioning and related problems
- Using a condition random field for linking image and text
- Using RNN on CNN features to generate captions
- Creating captions using image ranking
- Retrieving captions from images and images from captions
- Dense captioning
- Using RNN for captioning
- Using multimodal metric space
- Using attention network for captioning
- Knowing when to look
- Implementing attention-based image captioning
- Summary
- Generative Models
- Video Classification
- Deployment
- Other Books You May Enjoy
Product information
- Title: Deep Learning for Computer Vision
- Author(s):
- Release date: January 2018
- Publisher(s): Packt Publishing
- ISBN: 9781788295628
You might also like
video
PyTorch for Deep Learning and Computer Vision
PyTorch has rapidly become one of the most transformative frameworks in the field of deep learning. …
book
Practical Machine Learning for Computer Vision
This practical book shows you how to employ machine learning models to extract information from images. …
book
Deep Learning for Vision Systems
Computer vision is central to many leading-edge innovations, including self-driving cars, drones, augmented reality, facial recognition, …
book
Applied Deep Learning and Computer Vision for Self-Driving Cars
Explore self-driving car technology using deep learning and artificial intelligence techniques and libraries such as TensorFlow, …