cifar10-vgg16

Description

CNN to classify the cifar-10 database by using a vgg16 trained on Imagenet as base. The approach is to transfer learn using the first three blocks (top layers) of vgg16 network and adding FC layers on top of them and train it on CIFAR-10.

Training

Trained using two approaches for 50 epochs:

  1. Keeping the base model's layer fixed, and
  2. By training end-to-end

First approach reached a validation accuracy of 95.06%. Second approach reached a validation accuracy of 97.41%.

Files

Source Files:

Outputs:

Trained Models:

Tensorboard graphs (Appoach 2): Validation Accuracy: Validation Accuracy

Training Accuracy: Training Accuracy