Skip to content

kbhartiya/CIFAR10-Classifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CIFAR10-Classifier

  • This project is the implementation of the following paper.
  • Softmax as well as SVM classifier at the end of the Convolutional Neural Network is implemented and compared.
  • Download the Cifar 10 batches and save it in the Cifar_Batches folder from the following link.
  • It is advised to run it on a system with 8GB or above RAM.

To Run Softmax Classifier

Run

python3 model.py [-m] --model Softmax [-e] --epochs n_epochs [-b] --batch_size batch_size

To Run SVM Classifier

Run

python3 model.py [-m] --model SVM [-e] --epochs n_epochs  [-b] --batch_size batch_size

Results

  • The following results have been obtained by running it on a CPU system with 4GB RAM.

About

Comparing CNN+Softmax with CNN+SVM on CIFAR 10 Dataset

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages