基于支持向量机的新增量学习算法

New Incremental Learning Algorithm With Support Vector Machines

IEEE Transactions on Systems, Man, and Cybernetics: Systems · 2018
被引 92
ABS 3

中文导读

提出一种基于马尔可夫重采样的增量支持向量机算法,实验表明其相比随机独立采样方法,分类错误率更低、分类器更稀疏且采样训练总时间更少。

Abstract

Incremental learning is one of the most effective methods of learning accumulated data and large-scale data. The newly increased samples of the previously known works on incremental learning are usually independent and identically distributed. To study how dependent sampling methods influence the learning ability of incremental support vector machines (ISVM) algorithm, in this paper we introduce an ISVM based on Markov resampling (MR-ISVM), and give the experimental research on the learning ability of the MR-ISVM algorithm. The experimental results indicate that the MR-ISVM algorithm has not only smaller misclassification rates and sparser of the obtained classifiers, but also less total time of sampling and training compared to ISVM based on randomly independent sampling. We also compare it with other ISVM algorithms.

增量学习支持向量机马尔可夫重采样机器学习分类算法