paper-with-me

홈 › Papers

Improving Efficiency of SVM k-fold Cross-validation by Alpha Seeding

2016-11-23 · Zeyi Wen, Bin Li, Rao Kotagiri, Jian Chen, Yawen Chen, Rui Zhang

The k-fold cross-validation is commonly used to evaluate the effectiveness of SVMs with the selected hyper-parameters. It is known that the SVM k-fold cross-validation is expensive, since it requires training k SVMs. However, little work has explored reusing the h-th SVM for training the (h+1)-th SVM for improving the efficiency of k-fold cross-validation. In this paper, we propose three algorithms that reuse the h-th SVM for improving the efficiency of training the (h+1)-th SVM. Our key idea is to efficiently identify the support vectors and to accurately estimate their associated weights (also called alpha values) of the next SVM by using the previous SVM. Our experimental results show that our algorithms are several times faster than the k-fold cross-validation which does not make use of the previously trained SVM. Moreover, our algorithms produce the same results (hence same accuracy) as the k-fold cross-validation which does not make use of the previously trained SVM.

📄 PDF Abstract BibTeX arXiv:1611.07659

Code (0)

등록된 구현이 없습니다.

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

An Analysis of $D^α$ seeding for $k$-means

2023-10-20 · Etienne Bamas, Sai Ganesh Nagarajan, Ola Svensson

One of the most popular clustering algorithms is the celebrated $D^\alpha$ seeding algorithm (also know as $k$-means++ when $\alpha=2$) by Arthur and Vassilvitskii (2007), who showed that it guarantees in expectation an …

Clustering

AlphaFold two years on: validation and impact

2024-03-04 · Oleg Kovalevskiy, Juan Mateos-Garcia, Kathryn Tunyasuvunakool

Two years on from the initial release of AlphaFold2 we have seen its widespread adoption as a structure prediction tool. Here we discuss some of the latest work based on AlphaFold2, with a particular focus on its use wit…

FastFold: Reducing AlphaFold Training Time from 11 Days to 67 Hours

2022-03-02 · Shenggan Cheng, Xuanlei Zhao, Guangyang Lu, Jiarui Fang 외

Protein structure prediction helps to understand gene translation and protein function, which is of growing interest and importance in structural biology. The AlphaFold model, which used transformer architecture to achie…

Protein Structure PredictionTranslation

Classifying Metamorphic versus Single-Fold Proteins with Statistical Learning and AlphaFold2

2025-12-10 · Yongkai Chen, Samuel WK Wong, SC Kou arxiv

The remarkable success of AlphaFold2 in providing accurate atomic-level prediction of protein structures from their amino acid sequence has transformed approaches to the protein folding problem. However, its core paradig…

Protein Structure PredictionMultiple Sequence Alignment

OpenProteinSet: Training data for structural biology at scale

2023-08-10 · NeurIPS 2023 11 · Gustaf Ahdritz, Nazim Bouatta, Sachin Kadyan, Lukas Jarosch 외

Multiple sequence alignments (MSAs) of proteins encode rich biological information and have been workhorses in bioinformatic methods for tasks like protein design and protein structure prediction for decades. Recent brea…

Protein DesignProtein Structure Prediction