April 2017
Intermediate to advanced
320 pages
7h 46m
English
In recent years, Deep Neural Networks (DNNs) have contributed a new impetus to research as well as industry and are therefore been used increasingly. A special type of a DNN is a Convolutional Neural Network (CNN), which has been used with great success in image classification problems.
Before diving into the implementation of an image classifier based on CNN, we'll introduce some basic concepts in image recognition, such as feature detection and convolution.
It's well known that a real image is associated with a grid composed of a high number of small squares, called pixels. The following figure represents a black and white image related to a 5x5 grid of pixels:
Each element of the grid corresponds ...
Read now
Unlock full access