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

Architecture

Next, we see the architecture of the VGGNet, specifically the VGG-16 flavor that contains, unsurprisingly, 16 layers. All convolution layers have filters of spatial size 3x3, and the number of filters in the convolution layers increases from 64 to 512 as we go deeper into the network.

The simple modular design of stacking two or three convolutional layers followed by pooling allows the network to be easily increased or reduced in size. As a result, the VGG successfully created and tested versions with 11, 13, and 19 layers:

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