DIGITS-CNN/cifar100
2021-04-16 23:59:20 +01:00
..
unprocessed added cifar/cars manifests, added model templates 2021-03-31 09:15:11 +01:00
allimages.txt added cifar/cars manifests, added model templates 2021-03-31 09:15:11 +01:00
labels.txt added cifar/cars manifests, added model templates 2021-03-31 09:15:11 +01:00
README.md add data augmentation script 2021-04-16 23:59:20 +01:00

CIFAR-100

At the beginning of the investigations, the CIFAR-100 was considered for use in the coursework. This was deemed non-viable due to the size compared to the Stanford cars. Models took far too long to train and the work was not iterative and agile enough.

Homepage

The CIFAR-10 dataset consists of 60000 32x32 colour images in 10 classes, with 6000 images per class. There are 50000 training images and 10000 test images.

The dataset is divided into five training batches and one test batch, each with 10000 images. The test batch contains exactly 1000 randomly-selected images from each class. The training batches contain the remaining images in random order, but some training batches may contain more images from one class than another. Between them, the training batches contain exactly 5000 images from each class.