paper-with-me

Papers

Fast model selection by limiting SVM training times

2016-02-10 · Aydin Demircioglu, Daniel Horn, Tobias Glasmachers, Bernd Bischl, Claus Weihs

Kernelized Support Vector Machines (SVMs) are among the best performing supervised learning methods. But for optimal predictive performance, time-consuming parameter tuning is crucial, which impedes application. To tackle this problem, the classic model selection procedure based on grid-search and cross-validation was refined, e.g. by data subsampling and direct search heuristics. Here we focus on a different aspect, the stopping criterion for SVM training. We show that by limiting the training time given to the SVM solver during parameter tuning we can reduce model selection times by an order of magnitude.

📄 PDF Abstract BibTeX arXiv:1602.03368

Code (0)

등록된 구현이 없습니다.

Tasks

modelModel Selection

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

A Fast and Greedy Subset-of-Data (SoD) Scheme for Sparsification in Gaussian processes

2018-11-17 · Vidhi Lalchand, A. C. Faul

In their standard form Gaussian processes (GPs) provide a powerful non-parametric framework for regression and classificaton tasks. Their one limiting property is their $\mathcal{O}(N^{3})$ scaling where $N$ is the numbe…

Gaussian Processes

MILO: Model-Agnostic Subset Selection Framework for Efficient Model Training and Tuning

2023-01-30 · KrishnaTeja Killamsetty, Alexandre V. Evfimievski, Tejaswini Pedapati, Kiran Kate 외

Training deep networks and tuning hyperparameters on large datasets is computationally intensive. One of the primary research directions for efficient training is to reduce training costs by selecting well-generalizable …

model

Piecewise-linear modelling with feature selection for Li-ion battery end of life prognosis

2021-04-15 · Samuel Greenbank, David A. Howey

The complex nature of lithium-ion battery degradation has led to many machine learning based approaches to health forecasting being proposed in literature. However, machine learning can be computationally intensive. Line…

BIG-bench Machine Learningfeature selectionPrognosis

TAG-K: Tail-Averaged Greedy Kaczmarz for Computationally Efficient and Performant Online Inertial Parameter Estimation

2025-10-06 · Shuo Sha, Anupam Bhakta, Zhenyuan Jiang, Kevin Qiu 외 arxiv

Accurate online inertial parameter estimation is essential for adaptive robotic control, enabling real-time adjustment to payload changes, environmental interactions, and system wear. Traditional methods often struggle t…

Lazy Greedy Hypervolume Subset Selection from Large Candidate Solution Sets

2020-07-04 · Wei-Yu Chen, Hisao Ishibuhci, Ke Shang

Subset selection is a popular topic in recent years and a number of subset selection methods have been proposed. Among those methods, hypervolume subset selection is widely used. Greedy hypervolume subset selection algor…