paper-with-me

Papers

Deep Learning using Linear Support Vector Machines

2013-06-02 · Yichuan Tang

Recently, fully-connected and convolutional neural networks have been trained to achieve state-of-the-art performance on a wide variety of tasks such as speech recognition, image classification, natural language processing, and bioinformatics. For classification tasks, most of these "deep learning" models employ the softmax activation function for prediction and minimize cross-entropy loss. In this paper, we demonstrate a small but consistent advantage of replacing the softmax layer with a linear support vector machine. Learning minimizes a margin-based loss instead of the cross-entropy loss. While there have been various combinations of neural nets and SVMs in prior art, our results using L2-SVMs show that by simply replacing softmax with linear SVMs gives significant gains on popular deep learning datasets MNIST, CIFAR-10, and the ICML 2013 Representation Learning Workshop's face expression recognition challenge.

📄 PDF Abstract BibTeX arXiv:1306.0239

Code (3)

AFAgarap/cnn-svm tf
AFAgarap/malware-classification tf
hgupta01/svm_classification_keras tf

Tasks

Deep LearningGeneral Classificationimage-classificationImage ClassificationRepresentation LearningSpeech Recognition

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

Insensitive Stochastic Gradient Twin Support Vector Machine for Large Scale Problems

2017-04-19 · Zhen Wang, Yuan-Hai Shao, Lan Bai, Li-Ming Liu 외

Stochastic gradient descent algorithm has been successfully applied on support vector machines (called PEGASOS) for many classification problems. In this paper, stochastic gradient descent algorithm is investigated to tw…

General Classification

Exploring the Entire Regularization Path for the Asymmetric Cost Linear Support Vector Machine

2016-10-12 · Daniel Wesierski

We propose an algorithm for exploring the entire regularization path of asymmetric-cost linear support vector machines. Empirical evidence suggests the predictive power of support vector machines depends on the regulariz…

Tverberg's theorem and multi-class support vector machines

2024-04-25 · Pablo Soberón

We show how, using linear-algebraic tools developed to prove Tverberg's theorem in combinatorial geometry, we can design new models of multi-class support vector machines (SVMs). These supervised learning protocols requi…

Linear Classification of data with Support Vector Machines and Generalized Support Vector Machines

2016-05-31 · Xiaomin Qi, Sergei Silvestrov, Talat Nazir

In this paper, we study the support vector machine and introduced the notion of generalized support vector machine for classification of data. We show that the problem of generalized support vector machine is equivalent …

General Classification

Bayesian Nonlinear Support Vector Machines for Big Data

2017-07-18 · Florian Wenzel, Theo Galy-Fajou, Matthaeus Deutsch, Marius Kloft

We propose a fast inference method for Bayesian nonlinear support vector machines that leverages stochastic variational inference and inducing points. Our experiments show that the proposed method is faster than competin…

Variational Inference