Skip to Content
Hands-On Convolutional Neural Networks with TensorFlow
book

Hands-On Convolutional Neural Networks with TensorFlow

by Iffat Zafar, Giounona Tzanidou, Richard Burton, Nimesh Patel, Leonardo Araujo
August 2018
Intermediate to advanced
272 pages
7h 2m
English
Packt Publishing
Content preview from Hands-On Convolutional Neural Networks with TensorFlow

Conversion from traditional CNN to Fully Convnets

Something very important to efficient object detectors, that improves the reuse of computation, is to use sliding windows convolutionally. In order to this,we will convert all FC layers to CONV layers, as shown in the next figure.

The purpose of implementing our network this way is that they can use a bigger image as input than what they are originally designed for and at the same time share computations to make it all more efficient. The name of this type of network, where all the FC layers are converted to CONV layers, is called fully convolutional network (FCN).

The basic technique to convert an FC layer to a CONV layer is to use the kernel size as big as the input spatial dimensions and ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Computer Vision Using Deep Learning: Neural Network Architectures with Python and Keras

Computer Vision Using Deep Learning: Neural Network Architectures with Python and Keras

Vaibhav Verdhan

Publisher Resources

ISBN: 9781789130331Supplemental Content