Related Experiment Video
Updated: Aug 21, 2026

Visualization Method for Proprioceptive Drift on a 2D Plane Using Support Vector Machine
Published on: October 27, 2016
Fast exact leave-one-out cross-validation of sparse least-squares support vector machines
Gavin C Cawley1, Nicola L C Talbot
1School of Computing Sciences, University of East Anglia, Norwich NR4 7TJ, UK. gcc@cmp.uea.ac.uk
Abstract:
Leave-one-out cross-validation has been shown to give an almost unbiased estimator of the generalisation properties of statistical models, and therefore provides a sensible criterion for model selection and comparison. In this paper we show that exact leave-one-out cross-validation of sparse Least-Squares Support Vector Machines (LS-SVMs) can be implemented with a computational complexity of only O(ln2) floating point operations, rather than the O(l2n2) operations of a naïve implementation, where l is the number of training patterns and n is the number of basis vectors. As a result, leave-one-out cross-validation becomes a practical proposition for model selection in large scale applications. For clarity the exposition concentrates on sparse least-squares support vector machines in the context of non-linear regression, but is equally applicable in a pattern recognition setting.
Related Concept Videos
Residuals and Least-Squares Property
If the observed data point lies above the line, the residual is positive, and the line underestimates the actual data value for y. If the observed data point lies below the line, the residual is negative, and the line overestimates the actual data value for y.
The process of fitting the best-fit...
Vector Algebra: Method of Components
In many applications, the magnitudes and directions of...
Quadratic Models
Calibration Curves: Linear Least Squares
For data that follow a straight line, the standard method for fitting is the linear...
Gaussian Elimination: Problem Solving
Linear Approximations