Skip to content

adeelajmal2468/svm_classification_keras

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

svm_classification_keras

This repo contain an example of classification of MNIST Dataset using linear SVM following the paper below usig Keras with TF backend. https://arxiv.org/abs/1306.0239

The loss fuction used in this example for multi-class classification is usef from following website. http://cs231n.github.io/linear-classify/

I also implemented the exapmle in Tensorflow (using tf.data.Dataset) but training is slow and better example are available on github. https://github.com/nwWag/Tensorflow-Snippets/blob/master/svm_layer https://github.com/AFAgarap/cnn-svm/blob/master/model/cnn_svm.py

About

Implementing SVM layer for classification using Keras Module

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Jupyter Notebook 100.0%