Skip to content

Implementing SVM layer for classification using Keras Module

License

Notifications You must be signed in to change notification settings

hgupta01/svm_classification_keras

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

svm_classification_keras

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

The loss function used is multi-class classification.

I also implemented the example in Tensorflow (using tf.data.Dataset), but training is slow, and better examples are available on GitHub (svm_layer, and cnn_svm).

About

Implementing SVM layer for classification using Keras Module

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published