0% found this document useful (0 votes)
86 views1 page

Session Problem Statement - CIFAR-10 Image Classification

The document provides context on the CIFAR-10 image classification dataset, which contains 60,000 images across 10 classes that are used to teach computers how to recognize objects. The objective is to build a multi-class classification algorithm to predict the 10 classes of CIFAR-10 images using convolutional neural networks and transfer learning. The CIFAR-10 dataset consists of 50,000 training images and 10,000 test images that are 32x32 pixels with 3 color channels across the 10 classes.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
86 views1 page

Session Problem Statement - CIFAR-10 Image Classification

The document provides context on the CIFAR-10 image classification dataset, which contains 60,000 images across 10 classes that are used to teach computers how to recognize objects. The objective is to build a multi-class classification algorithm to predict the 10 classes of CIFAR-10 images using convolutional neural networks and transfer learning. The CIFAR-10 dataset consists of 50,000 training images and 10,000 test images that are 32x32 pixels with 3 color channels across the 10 classes.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Session Problem Statement - CIFAR-10 Image

Classification
Context
CIFAR-10 (Canadian Institute For Advanced Research) is a collection of images with 10
different classes representing airplanes, cars, birds, cats, deer, dogs, frogs, horses,
ships, and trucks. CIFAR-10 is a set of images that can be used to teach a computer
how to recognize objects.
Since the images in CIFAR-10 are low-resolution (32x32x3), this dataset can allow
researchers to quickly try different algorithms to see what works. Various kinds of
convolutional neural networks tend to be the best at recognizing the images in CIFAR-
10.
Objective
In this case study, we will build a multi-class classification algorithm to predict 10
different classes of the CIFAR-10 dataset using Convolutional Neural Networks and
Transfer Learning.
Dataset
The CIFAR-10 dataset consists of 60000 32x32x3, i.e., color images in 10 classes, with
6000 images per class. There are 50000 training images and 10000 test images. You
can learn more about this dataset here - https://www.cs.toronto.edu/~kriz/cifar.html

You might also like