paper-with-me

홈 › Papers

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 method is widely used because of its simple structure and efficient algorithm. But binary relevance does not consider the links between labels, making it cumbersome to handle some tasks. This paper proposes a multi-label learning algorithm that can also be used for single-label classification. It is based on standard support vector machines and changes the original single decision hyperplane into two parallel decision hyper-planes, which call multi-label parallel support vector machine (MLPSVM). At the end of the article, MLPSVM is compared with other multi-label learning algorithms. The experimental results show that the algorithm performs well on data sets.

📄 PDF Abstract BibTeX arXiv:2004.05849

Code (0)

등록된 구현이 없습니다.

Tasks

Multi-Label Learning

Similar Papers 제목 키워드 기반

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

Parallel Support Vector Machines in Practice

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

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 explici…

GPU

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…

Granular-Balls based Fuzzy Twin Support Vector Machine for Classification

2024-08-01 · Lixi Zhao, Weiping Ding, Duoqian Miao, Guangming Lang

The twin support vector machine (TWSVM) classifier has attracted increasing attention because of its low computational complexity. However, its performance tends to degrade when samples are affected by noise. The granula…

Multi-task nonparallel support vector machine for classification

2022-04-05 · Zongmin Liu, Yitian Xu

Direct multi-task twin support vector machine (DMTSVM) explores the shared information between multiple correlated tasks, then it produces better generalization performance. However, it contains matrix inversion operatio…

ClassificationComputational Efficiency