Practical selection of SVM parameters and noise estimation for SVM regression
Vladimir Cherkassky1, Yunqian Ma
1Department of Electrical and Computer Engineering, University of Minnesota, Minneapolis, MN 55455, USA. cherkass@ece.umn.edu
This study introduces an analytical method for selecting Support Vector Machine (SVM) regression hyperparameters, improving generalization performance without re-sampling. The findings highlight the effectiveness of SVM regression with epsilon-insensitive loss, especially in sparse data scenarios.
Area of Science:
- Machine Learning
- Computational Statistics
Background:
- Support Vector Machines (SVM) are powerful tools for regression tasks.
- Hyperparameter selection, particularly for the epsilon-insensitive zone and regularization parameter C, is crucial for SVM performance.
- Current methods often rely on computationally expensive re-sampling techniques.
Purpose of the Study:
- To propose a novel analytical method for selecting SVM regression hyperparameters directly from training data.
- To demonstrate the effectiveness of this analytical approach for generalization performance.
- To compare the performance of SVM regression with epsilon-insensitive loss against other loss functions.
Main Methods:
- Developed an analytical prescription for determining the epsilon-insensitive zone value based on training sample size.
- Empirically evaluated the proposed parameter selection method on various low- and high-dimensional regression problems.
- Compared generalization performance of SVM regression with the proposed epsilon selection against least-modulus and squared loss functions.
Main Results:
- The proposed analytical hyperparameter selection method yields good generalization performance.
- SVM regression with Vapnik's epsilon-insensitive loss demonstrates superior generalization, especially with sparse samples and additive noise.
- The analytical approach avoids the need for common re-sampling methods.
Conclusions:
- Analytical hyperparameter selection for SVM regression is a practical and effective alternative to re-sampling.
- Epsilon-insensitive loss in SVM regression is vital for achieving robust performance on finite, noisy datasets.
- The proposed method offers an efficient way to optimize SVM regression models.
Related Concept Videos
Regression Toward the Mean
Empirical Method to Interpret Standard Deviation
This rule is used widely in statistics to calculate the proportion of data values...
Estimating Population Mean with Known Standard Deviation
The confidence interval estimate will have the form as follows:
(point estimate - error bound, point estimate + error bound)
The...
Estimating Population Standard Deviation
Regression Analysis
In regression analysis, a regression equation is determined based on the line of best fit– a line that best fits the data points plotted in a graph. This line is also called the regression line. The algebraic equation for the regression line is called the regression equation. It is represented as:
Estimating Population Mean with Unknown Standard Deviation
William S. Gosset (1876–1937) of the Guinness...


