paper-with-me

Papers

General Vector Machine

2016-02-12 · Hong Zhao

The support vector machine (SVM) is an important class of learning machines for function approach, pattern recognition, and time-serious prediction, etc. It maps samples into the feature space by so-called support vectors of selected samples, and then feature vectors are separated by maximum margin hyperplane. The present paper presents the general vector machine (GVM) to replace the SVM. The support vectors are replaced by general project vectors selected from the usual vector space, and a Monte Carlo (MC) algorithm is developed to find the general vectors. The general project vectors improves the feature-extraction ability, and the MC algorithm can control the width of the separation margin of the hyperplane. By controlling the separation margin, we show that the maximum margin hyperplane can usually induce the overlearning, and the best learning machine is achieved with a proper separation margin. Applications in function approach, pattern recognition, and classification indicate that the developed method is very successful, particularly for small-set training problems. Additionally, our algorithm may induce some particular applications, such as for the transductive inference.

📄 PDF Abstract BibTeX arXiv:1602.03950

Code (0)

등록된 구현이 없습니다.

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 제목 키워드 기반

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

Support Spinor Machine

2017-09-11 · Kabin Kanjamapornkul, Richard Pinčák, Sanphet Chunithpaisan, Erik Bartoš

We generalize a support vector machine to a support spinor machine by using the mathematical structure of wedge product over vector machine in order to extend field from vector field to spinor field. The separated hyperp…

General ClassificationOne-Class ClassificationTime SeriesTime Series Analysis

Local Support Vector Machines:Formulation and Analysis

2013-09-14 · Ravi Ganti, Alexander Gray

We provide a formulation for Local Support Vector Machines (LSVMs) that generalizes previous formulations, and brings out the explicit connections to local polynomial learning used in nonparametric estimation literature.…

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 …

ClassificationGeneral Classification

Near-Tight Margin-Based Generalization Bounds for Support Vector Machines

2020-06-03 · ICML 2020 1 · Allan Grønlund, Lior Kamma, Kasper Green Larsen

Support Vector Machines (SVMs) are among the most fundamental tools for binary classification. In its simplest formulation, an SVM produces a hyperplane separating two classes of data using the largest possible margin to…

Binary ClassificationGeneralization Bounds