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

3. CIFAR: 2D Neural Network with Blocks

Brett Koonce1  
(1)
Jefferson, MO, USA
 

In this chapter, we will look at how we can stack layers of convolutions to scale up our network to tackle a slightly more real-world problem of distinguishing between color pictures of animals and vehicles, called CIFAR.

CIFAR dataset

Where do we go from here? Let’s take on a slightly larger, more complicated problem. This is a dataset called CIFAR. It’s a collection of color pictures. So we have pictures of cats, dogs, animals, as well as human vehicles – cars and trucks. We have ten categories. Now we’re going to be working with color data, so ...

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.