© Brett Koonce 2021
B. KoonceConvolutional Neural Networks with Swift for Tensorflowhttps://doi.org/10.1007/978-1-4842-6168-2_5

5. ResNet 34

Brett Koonce1  
(1)
Jefferson, MO, USA
 

In this chapter, we will look at how we can modify the VGG network backbone to produce ResNet 34, a network from 2015. Looking back at our past few chapters, the difference between our 2D MNIST, CIFAR, and VGG networks is simply the number of blocks of 3x3 convolutions. Why stop at this point, though? Let’s make even larger networks! Next, we’re going to look at the ResNet family of networks, starting with ResNet 34.

Conceptually, we’re going to start with a similar base to the VGG network we were just looking at. If the backbone of our VGG network can be thought of as [2, ...

Get Convolutional Neural Networks with Swift for Tensorflow: Image Recognition and Dataset Categorization now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.