DIGITS-CNN/cars
2021-04-30 19:47:47 +01:00
..
architecture-investigations adding epochs data, writing 2021-04-30 19:47:47 +01:00
data-aug-investigations adding epochs data, writing 2021-04-30 19:47:47 +01:00
default-split added cifar/cars manifests, added model templates 2021-03-31 09:15:11 +01:00
lr-investigations adding epochs data, writing 2021-04-30 19:47:47 +01:00
split-investigations adding layers results 2021-04-29 00:53:46 +01:00
allimages.txt added cifar/cars manifests, added model templates 2021-03-31 09:15:11 +01:00
confusions.ipynb add data augmentation script 2021-04-16 23:59:20 +01:00
epochs-accuracy.png adding epochs data, writing 2021-04-30 19:47:47 +01:00
epochs-loss.png adding epochs data, writing 2021-04-30 19:47:47 +01:00
epochs.ipynb adding epochs data, writing 2021-04-30 19:47:47 +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

Stanford Cars

The majority of the work was completed on the Stanford cars dataset. This folder contains the different investigations made using the data.

  • architecture-investigations
    • How does altering the structure of AlexNet affect performance?
  • lr-investigations
    • How does affecting the learning rate, both the value itself and the schedule, affect performance?
  • split-investigations
    • How does the proportions of training/validation/test data affect performance?

Homepage

The Cars dataset contains 16,185 images of 196 classes of cars. The data is split into 8,144 training images and 8,041 testing images, where each class has been split roughly in a 50-50 split. Classes are typically at the level of Make, Model, Year, e.g. 2012 Tesla Model S or 2012 BMW M3 coupe.