Convolutional Neural Network Part One: Preparing the CIFAR10 Dataset



Convolutional Neural Network Part One: Preparing the CIFAR10 Dataset

Convolutional Neural Network Part One: Preparing the CIFAR10 Dataset

In this episode, we’ll examine our CIFAR 10 dataset as we start our computer vision script to classify these images using a Convolutional Neural Network, or CNN. We’re going to import our dataset, prepare it for processing, then explore and spot-test it to make sure images are looking as they should. At the same time, we will start our Python script, importing our important libraries that we’ll use to get started. Special thanks to the research team at CIFAR, who made these available via Keras. Let’s go! .

Comments are closed.