Existing library or code for - SVM as classifier in the last layer of neural network/deeplearning

Hello everyone,

I have read many articles which replaced cross-entropy or softmax layer with SVM classifier in neural network. Their results suggested that NN-SVM (SVM as classifier) outperformed softmax, cross-entropy.
(One such paper - http://deeplearning.net/wp-content/uploads/2013/03/dlsvm.pdf)

I wish to train and test NN-SVM on my datasets. I have two questions

  1. Is there any existing library/code available
  2. Can some advice on how to implement this. Later, I can make it public for others also

Thanks

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.