/CIFAR10

Various model comparison for CIFAR10

Primary LanguageJupyter NotebookMIT LicenseMIT

CIFAR10

various models adaption for CIFAR10 dataset

Models

  • Decision Tree
  • Random Forest
  • Logistic Regression
  • SVM (One-vs-Rest)
  • CNN (basic custom)
  • ResNet18 (scratch)
    • model/Resnet.py
  • ResNet50 (pretrained)
    • Backbone : ImagenetV2
    • torchvision.models
  • ESRGAN
    • srgan/esrgan/models.py
  • EfficientNet
  • add more soon

Dataset

dataset

  • distribution

distribution

Data augmentation

  • RandomCrop
  • RandomHorizontalFlip
  • RandomVerticalFlip
  • RandomRotation
  • super resolution
  • interpolation
  • add more soon

Result

  • table will be here

reference papers