Book description
One stop guide to implementing award-winning, and cutting-edge CNN architectures
About This Book
- Fast-paced guide with use cases and real-world examples to get well versed with CNN techniques
- Implement CNN models on image classification, transfer learning, Object Detection, Instance Segmentation, GANs and more
- Implement powerful use-cases like image captioning, reinforcement learning for hard attention, and recurrent attention models
Who This Book Is For
This book is for data scientists, machine learning and deep learning practitioners, Cognitive and Artificial Intelligence enthusiasts who want to move one step further in building Convolutional Neural Networks. Get hands-on experience with extreme datasets and different CNN architectures to build efficient and smart ConvNet models. Basic knowledge of deep learning concepts and Python programming language is expected.
What You Will Learn
- From CNN basic building blocks to advanced concepts understand practical areas they can be applied to
- Build an image classifier CNN model to understand how different components interact with each other, and then learn how to optimize it
- Learn different algorithms that can be applied to Object Detection, and Instance Segmentation
- Learn advanced concepts like attention mechanisms for CNN to improve prediction accuracy
- Understand transfer learning and implement award-winning CNN architectures like AlexNet, VGG, GoogLeNet, ResNet and more
- Understand the working of generative adversarial networks and how it can create new, unseen images
In Detail
Convolutional Neural Network (CNN) is revolutionizing several application domains such as visual recognition systems, self-driving cars, medical discoveries, innovative eCommerce and more.You will learn to create innovative solutions around image and video analytics to solve complex machine learning and computer vision related problems and implement real-life CNN models.
This book starts with an overview of deep neural networkswith the example of image classification and walks you through building your first CNN for human face detector. We will learn to use concepts like transfer learning with CNN, and Auto-Encoders to build very powerful models, even when not much of supervised training data of labeled images is available.
Later we build upon the learning achieved to build advanced vision related algorithms for object detection, instance segmentation, generative adversarial networks, image captioning, attention mechanisms for vision, and recurrent models for vision.
By the end of this book, you should be ready to implement advanced, effective and efficient CNN models at your professional project or personal initiatives by working on complex image and video datasets.
Style and approach
An easy to follow concise and illustrative guide explaining the core concepts of ConvNets to help you understand, implement and deploy your CNN models quickly.
Publisher resources
Table of contents
- Title Page
- Copyright and Credits
- Packt Upsell
- Contributors
- Preface
- Deep Neural Networks – Overview
- Introduction to Convolutional Neural Networks
-
Build Your First CNN and Performance Optimization
- CNN architectures and drawbacks of DNNs
- Convolution and pooling operations in TensorFlow
- Training a CNN
-
Building, training, and evaluating our first CNN
-
Dataset description
- Step 1 – Loading the required packages
- Step 2 – Loading the training/test images to generate train/test set
- Step 3- Defining CNN hyperparameters
- Step 4 – Constructing the CNN layers
- Step 5 – Preparing the TensorFlow graph
- Step 6 – Creating a CNN model
- Step 7 – Running the TensorFlow graph to train the CNN model
- Step 8 – Model evaluation
-
Dataset description
- Model performance optimization
- Summary
- Popular CNN Model Architectures
- Transfer Learning
- Autoencoders for CNN
-
Object Detection and Instance Segmentation with CNN
- The differences between object detection and image classification
- Traditional, nonCNN approaches to object detection
- R-CNN – Regions with CNN features
- Fast R-CNN – fast region-based CNN
- Faster R-CNN – faster region proposal network-based CNN
- Mask R-CNN – Instance segmentation with CNN
- Instance segmentation in code
- References
- Summary
- GAN: Generating New Images with CNN
- Attention Mechanism for CNN and Visual Models
- Other Books You May Enjoy
Product information
- Title: Practical Convolutional Neural Networks
- Author(s):
- Release date: February 2018
- Publisher(s): Packt Publishing
- ISBN: 9781788392303
You might also like
book
JavaScript: The Definitive Guide, 7th Edition
JavaScript is the programming language of the web and is used by more software developers today …
book
Data Mesh
We're at an inflection point in data, where our data management solutions no longer match the …
book
Fluent Python, 2nd Edition
Don't waste time bending Python to fit patterns you've learned in other languages. Python's simplicity lets …
book
Learning Go
Go is rapidly becoming the preferred language for building web services. While there are plenty of …