# Insensitive Stochastic Gradient Twin Support Vector Machine for Large   Scale Problems

**Authors:** Zhen Wang, Yuan-Hai Shao, Lan Bai, Li-Ming Liu, Nai-Yang Deng

arXiv: 1704.05596 · 2018-08-17

## TL;DR

This paper introduces SGTSVM, a stochastic gradient method for twin support vector machines that is more insensitive to sampling variations, with proven convergence and superior stability on large datasets.

## Contribution

The paper proposes a novel stochastic gradient twin support vector machine (SGTSVM) that is less sensitive to sampling, with theoretical convergence proof and applicability to nonlinear cases.

## Key findings

- SGTSVM converges theoretically unlike PEGASOS.
- SGTSVM demonstrates stable and fast learning on large datasets.
- Approximation between SGTSVM and twin SVM is established.

## Abstract

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 twin support vector machines for classification. Compared with PEGASOS, the proposed stochastic gradient twin support vector machines (SGTSVM) is insensitive on stochastic sampling for stochastic gradient descent algorithm. In theory, we prove the convergence of SGTSVM instead of almost sure convergence of PEGASOS. For uniformly sampling, the approximation between SGTSVM and twin support vector machines is also given, while PEGASOS only has an opportunity to obtain an approximation of support vector machines. In addition, the nonlinear SGTSVM is derived directly from its linear case. Experimental results on both artificial datasets and large scale problems show the stable performance of SGTSVM with a fast learning speed.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1704.05596/full.md

## Figures

46 figures with captions in the complete paper: https://tomesphere.com/paper/1704.05596/full.md

## References

43 references — full list in the complete paper: https://tomesphere.com/paper/1704.05596/full.md

---
Source: https://tomesphere.com/paper/1704.05596