/transfer-learning

Transfer Learning on the CIFAR-100 dataset.

Primary LanguagePython

Transfer Learning

Performed transfer learning on the CIFAR-100 Dataset, with a 60-40 split of the labels.

  • Orange: original training on the 60 split labels
  • Purple: training from scratch on the 40 split labels
  • Teal: transferred weights from the model trained on the 60 split labels, trained on 40 split labels

Test Accuracy Chart

As you can see, the transferred model trains both quicker and more accurately!