paper-with-me

홈 › Papers

Parallel Support Vector Machines in Practice

2014-04-03 · Stephen Tyree, Jacob R. Gardner, Kilian Q. Weinberger, Kunal Agrawal, John Tran

In this paper, we evaluate the performance of various parallel optimization methods for Kernel Support Vector Machines on multicore CPUs and GPUs. In particular, we provide the first comparison of algorithms with explicit and implicit parallelization. Most existing parallel implementations for multi-core or GPU architectures are based on explicit parallelization of Sequential Minimal Optimization (SMO)---the programmers identified parallelizable components and hand-parallelized them, specifically tuned for a particular architecture. We compare these approaches with each other and with implicitly parallelized algorithms---where the algorithm is expressed such that most of the work is done within few iterations with large dense linear algebra operations. These can be computed with highly-optimized libraries, that are carefully parallelized for a large variety of parallel platforms. We highlight the advantages and disadvantages of both approaches and compare them on various benchmark data sets. We find an approximate implicitly parallel algorithm which is surprisingly efficient, permits a much simpler implementation, and leads to unprecedented speedups in SVM training.

📄 PDF Abstract BibTeX arXiv:1404.1066

Code (0)

등록된 구현이 없습니다.

Tasks

GPU

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

Parallelizing Support Vector Machines on Distributed Computers

2007-12-01 · NeurIPS 2007 12 · Kaihua Zhu, Hao Wang, Hongjie Bai, Jian Li 외

Support Vector Machines (SVMs) suffer from a widely recognized scalability problem in both memory use and computational time. To improve scalability, we have developed a parallel SVM algorithm (PSVM), which reduces memor…

Single and Union Non-parallel Support Vector Machine Frameworks

2019-10-22 · Chun-Na Li, Yuan-Hai Shao, Huajun Wang, Yu-Ting Zhao 외

Considering the classification problem, we summarize the nonparallel support vector machines with the nonparallel hyperplanes to two types of frameworks. The first type constructs the hyperplanes separately. It solves a …

General Classification

MLPSVM:A new parallel support vector machine to multi-label learning

2020-04-13 · Yanghong Liu, Jia Lu, TingTing Li

Multi-label learning has attracted the attention of the machine learning community. The problem conversion method Binary Relevance converts a familiar single label into a multi-label algorithm. The binary relevance metho…

Multi-Label Learning

Machine Learning in the Quantum Age: Quantum vs. Classical Support Vector Machines

2023-10-17 · Davut Emre Tasar, Kutan Koruyan, Ceren Ocal Tasar

This work endeavors to juxtapose the efficacy of machine learning algorithms within classical and quantum computational paradigms. Particularly, by emphasizing on Support Vector Machines (SVM), we scrutinize the classifi…

Hyperparameter OptimizationQuantum Machine Learning

Parallel Algorithms for Structured Sparse Support Vector Machines: Application in Music Genre Classification

2025-12-08 · Rongmei Liang, Zizheng Liu, Xiaofei Wu, Jingwen Tu arxiv

Mathematical modelling, particularly through approaches such as structured sparse support vector machines (SS-SVM), plays a crucial role in processing data with complex feature structures, yet efficient algorithms for di…

Information RetrievalGenre classification