paper-with-me

홈 › Papers

Faster SVM Training via Conjugate SMO

2020-03-19 · Alberto Torres-Barrán, Carlos Alaíz, José R. Dorronsoro

We propose an improved version of the SMO algorithm for training classification and regression SVMs, based on a Conjugate Descent procedure. This new approach only involves a modest increase on the computational cost of each iteration but, in turn, usually results in a substantial decrease in the number of iterations required to converge to a given precision. Besides, we prove convergence of the iterates of this new Conjugate SMO as well as a linear rate when the kernel matrix is positive definite. We have implemented Conjugate SMO within the LIBSVM library and show experimentally that it is faster for many hyper-parameter configurations, being often a better option than second order SMO when performing a grid-search for SVM tuning.

📄 PDF Abstract BibTeX arXiv:2003.08719

Code (1)

niccolot/SciKit_plusplus

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

Conjugate-Computation Variational Inference : Converting Variational Inference in Non-Conjugate Models to Inferences in Conjugate Models

2017-03-13 · Mohammad Emtiyaz Khan, Wu Lin

Variational inference is computationally challenging in models that contain both conjugate and non-conjugate terms. Methods specifically designed for conjugate models, even though computationally efficient, find it diffi…

Variational Inference

Automated Augmented Conjugate Inference for Non-conjugate Gaussian Process Models

2020-02-26 · Théo Galy-Fajou, Florian Wenzel, Manfred Opper

We propose automated augmented conjugate inference, a new inference method for non-conjugate Gaussian processes (GP) models. Our method automatically constructs an auxiliary variable augmentation that renders the GP mode…

Gaussian ProcessesVariational Inference

Scaled Conjugate Gradient Method for Nonconvex Optimization in Deep Neural Networks

2024-12-16 · Naoki Sato, Koshiro Izumi, Hideaki Iiduka

A scaled conjugate gradient method that accelerates existing adaptive methods utilizing stochastic gradients is proposed for solving nonconvex optimization problems with deep neural networks. It is shown theoretically th…

text-classificationText Classification

Adaptive Learning Rate and Momentum for Training Deep Neural Networks

2021-06-22 · Zhiyong Hao, Yixuan Jiang, Huihua Yu, Hsiao-Dong Chiang

Recent progress on deep learning relies heavily on the quality and efficiency of training algorithms. In this paper, we develop a fast training method motivated by the nonlinear Conjugate Gradient (CG) framework. We prop…

image-classificationImage Classification

Fast Variational Inference in the Conjugate Exponential Family

2012-12-01 · NeurIPS 2012 12 · James Hensman, Magnus Rattray, Neil D. Lawrence

We present a general method for deriving collapsed variational inference algorithms for probabilistic models in the conjugate exponential family. Our method unifies many existing approaches to collapsed variational infer…

Variational Inference