Skip to content

Latest commit

 

History

History
31 lines (27 loc) · 1.04 KB

File metadata and controls

31 lines (27 loc) · 1.04 KB

SVM-Softmax-Classifier-CIFAR10-dataset

Required libraries

  • Numpy
  • scipy
  • Keras
  • matplotlib

Running the program

python runSvmSoftmax.py

SVM

SVM1 SVM2 SVM3
Best validation accuracy: 39.7
Best Model parameter, lr = 6e-07, reg = 18000
Training acc: 37.5938%
Validating acc: 39.7%
Testing acc: 36.76%

Softmax

Softmax1 Softmax2

Best validation accuracy: 38.1
Best Model parameter, lr = 8e-07, reg = 12000
Training acc: 37.86938775510204%
Validating acc: 38.1%
Testing acc: 36.68%