Skip to content

Files

Failed to load latest commit information.

Latest commit

 Cannot retrieve latest commit at this time.

History

History

Image_Classification

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Image Classification: Applying CNNs For Image Classification

Here we used PyTorch to train a convolutional neural network (CNN) based image classifier using CIFAR-10 dataset to train and evaluate the model. We should try different values for the CNN hyper-parameters and study the effect of each of them on the model performance.

CIFAR-10 Dataset The CIFAR-10 dataset consists of 60,000 32x32 colour images in 10 classes, with 6000 images per class. The classes are completely mutually exclusive.
There is no overlap between automobiles and trucks. ”Automobile” includes sedans, SUVs, things of that sort. ”Truck” includes only big trucks. Neither includes pickup trucks.
You can download the dataset from here.

Here are the classes in the dataset, as well as 10 random images from each:

classes