项目作者: chandra447

项目描述 :
Implemeting SVM to classify images with hinge loss and the softmax loss.
高级语言: Jupyter Notebook
项目地址: git://github.com/chandra447/SVM-Image-classifier.git
创建时间: 2019-09-22T14:57:51Z
项目社区:https://github.com/chandra447/SVM-Image-classifier

开源协议:

下载


SVM-Image-classifier

  • The work demonstrates the image classification with both the hinge loss and the softmax loss with better explanation of the mathematics behind.
  • For the demonstration we are using the CIFAR-10 dataset to classify the images and we compare the accuaracy for thse 2 losses and also the work demonstrates the pros and cons of these 2 different losses.
  • To download the dataset to your local machine run the bash file on get_datasets.sh or you can download from the reference link in the notebook attached.
  • Hope this work gives a great intution about SVM(Support Vector Machines) considering different losses.
  • The work is implented only using basic libraries such as numpy but not using any other high level API’s.