Example images of CIFAR10 dataset of which contains 50,000 32×32×3 training images of 10 classes; Airplane, Automobile, Bird, Cat, Deer, Dog, Frog, Horse, Ship and Truck.
Here I have trained a Linear Classifier
, 2 Layer Fully Connected NN
and a CNN
model to classify images in CIFAR-10
dataset.