paper-with-me

Papers

Minimal Support Vector Machine

2018-04-06 · Shuai Zheng, Chris Ding

Support Vector Machine (SVM) is an efficient classification approach, which finds a hyperplane to separate data from different classes. This hyperplane is determined by support vectors. In existing SVM formulations, the objective function uses L2 norm or L1 norm on slack variables. The number of support vectors is a measure of generalization errors. In this work, we propose a Minimal SVM, which uses L0.5 norm on slack variables. The result model further reduces the number of support vectors and increases the classification performance.

📄 PDF Abstract BibTeX arXiv:1804.02370

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationGeneral Classification

Methods 이 논문이 사용한 방법론

SVM A Support Vector Machine, or SVM, is a non-parametric supervised learning model. For non-linear classification and regression, they utilise the kernel trick to map inputs…

Similar Papers 제목 키워드 기반

Maximal Margin Distribution Support Vector Regression with coupled Constraints-based Convex Optimization

2019-05-05 · Gaoyang Li, Jinyu Yang, Chunguo Wu, Qin Ma

Support vector regression (SVR) is one of the most popular machine learning algorithms aiming to generate the optimal regression curve through maximizing the minimal margin of selected training samples, i.e., support vec…

regression

Support Vector Clustering

2001-12-01 · JMLR 2001 12 · Asa Ben-Hur, David Horn, Hava T. Siegelmann, Vladimir Vapnik

We present a novel clustering method using the approach of support vector machines. Data points are mapped by means of a Gaussian kernel to a high dimensional feature space, where we search for the minimal enclosing sphe…

Clustering

A fast learning algorithm for One-Class Slab Support Vector Machines

2020-11-06 · Bagesh Kumar, Ayush Sinha, Sourin Chakrabarti, Prof. O. P. Vyas

One Class Slab Support Vector Machines (OCSSVM) have turned out to be better in terms of accuracy in certain classes of classification problems than the traditional SVMs and One Class SVMs or even other One class classif…

A Neurodynamical System for finding a Minimal VC Dimension Classifier

2015-03-11 · Jayadeva, Sumit Soman, Amit Bhaya

The recently proposed Minimal Complexity Machine (MCM) finds a hyperplane classifier by minimizing an exact bound on the Vapnik-Chervonenkis (VC) dimension. The VC dimension measures the capacity of a learning machine, a…

Sequential Minimal Optimization Algorithm for One-Class Support Vector Machines With Privileged Information

2026-06-20 · Andrey Lange, Dmitry Smolyakov, Evgeny Burnaev arxiv

One of the powerful techniques in data modeling is accounting for features that are available at the training stage, but are not available when the trained model is used to classify or predict test data -- the Learning U…