期刊文献+
共找到5篇文章
< 1 >
每页显示 20 50 100
最小二乘超球多类支持向量机 被引量:1
1
作者 徐图 《系统仿真学报》 CAS CSCD 北大核心 2009年第23期7468-7472,共5页
超球体多类支持向量机(HSMC-SVM)是一种直接型多类分类器,具有训练速度快,检测效率高的优点,但由于HSMC-SVM使用一阶范数软间隔作为目标函数的惩罚项,使得其训练精度受到一定影响,为了提高HSMC-SVM训练精度,将最小二乘法引入到HSMC-SVM... 超球体多类支持向量机(HSMC-SVM)是一种直接型多类分类器,具有训练速度快,检测效率高的优点,但由于HSMC-SVM使用一阶范数软间隔作为目标函数的惩罚项,使得其训练精度受到一定影响,为了提高HSMC-SVM训练精度,将最小二乘法引入到HSMC-SVM中,提出了最小二乘超球多类支持向量机(LSHS-MCSVM)的概念,并且分析了它的训练算法和判决规则,从而形成了完整的LSHS-MCSVM分类理论。实验表明,LSHS-MCSVM无论在训练速度上还是在泛化性能上都要优于HSMC-SVM,适合于分类类别多,样本数量大的多分类场合。 展开更多
关键词 支持向量机 多类支持向量机 SMO训练算法 工作集选择 最小二乘超球多类支持向量机
原文传递
基于特征融合与选择的小样本表情识别 被引量:8
2
作者 王从澳 黄润才 +2 位作者 孙延标 杨彬 孙刘成 《传感器与微系统》 CSCD 北大核心 2022年第10期112-116,共5页
针对小样本数据集的数据量不足和深度学习的模型复杂、参数冗余等问题,提出了一种基于特征融合与选择的小样本表情识别算法。该模型将手工提取的人脸关键区域特征与DenseNet网络提取的深度学习特征相融合,再利用基于熵的特征约简技术对... 针对小样本数据集的数据量不足和深度学习的模型复杂、参数冗余等问题,提出了一种基于特征融合与选择的小样本表情识别算法。该模型将手工提取的人脸关键区域特征与DenseNet网络提取的深度学习特征相融合,再利用基于熵的特征约简技术对特征维度进行熵减和选择,以使用多分类支持向量机(MCSVM)进行识别分类,通过在JAFFE和CK+公开数据集上的实验测试结果表明:该模型在小样本数据集上具有更高的识别准确率和实时性,显著提升了人脸表情的识别性能。 展开更多
关键词 特征融合 DenseNet网络 特征约简 多分类支持向量机 表情分类
在线阅读 下载PDF
Improved particle swarm optimization algorithm for fuzzy multi-class SVM 被引量:18
3
作者 Ying Li Bendu Bai Yanning Zhang 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2010年第3期509-513,共5页
An improved particle swarm optimization(PSO) algorithm is proposed to train the fuzzy support vector machine(FSVM) for pattern multi-classification.In the improved algorithm,the particles studies not only from its... An improved particle swarm optimization(PSO) algorithm is proposed to train the fuzzy support vector machine(FSVM) for pattern multi-classification.In the improved algorithm,the particles studies not only from itself and the best one but also from the mean value of some other particles.In addition,adaptive mutation was introduced to reduce the rate of premature convergence.The experimental results on the synthetic aperture radar(SAR) target recognition of moving and stationary target acquisition and recognition(MSTAR) dataset and character recognition of MNIST database show that the improved algorithm is feasible and effective for fuzzy multi-class SVM training. 展开更多
关键词 particle swarm optimization(PSO) fuzzy support vector machine(FSVM) adaptive mutation multi-classification.
在线阅读 下载PDF
A multi-class large margin classifier
4
作者 Liang TANG Qi XUAN +2 位作者 Rong XIONG Tie-jun WU Jian CHU 《Journal of Zhejiang University-Science A(Applied Physics & Engineering)》 SCIE EI CAS CSCD 2009年第2期253-262,共10页
Currently there are two approaches for a multi-class support vector classifier(SVC). One is to construct and combine several binary classifiers while the other is to directly consider all classes of data in one optimi... Currently there are two approaches for a multi-class support vector classifier(SVC). One is to construct and combine several binary classifiers while the other is to directly consider all classes of data in one optimization formulation. For a K-class problem(K>2),the first approach has to construct at least K classifiers,and the second approach has to solve a much larger op-timization problem proportional to K by the algorithms developed so far. In this paper,following the second approach,we present a novel multi-class large margin classifier(MLMC). This new machine can solve K-class problems in one optimization formula-tion without increasing the size of the quadratic programming(QP) problem proportional to K. This property allows us to construct just one classifier with as few variables in the QP problem as possible to classify multi-class data,and we can gain the advantage of speed from it especially when K is large. Our experiments indicate that MLMC almost works as well as(sometimes better than) many other multi-class SVCs for some benchmark data classification problems,and obtains a reasonable performance in face recognition application on the AR face database. 展开更多
关键词 multi-classification support vector machine (SVM) Quadratic programming (QP) problem Large margin
原文传递
基于改进多簇支持向量机的装甲装备技术状况评估 被引量:2
5
作者 赵战彪 杨帆 王生凤 《装甲兵工程学院学报》 2016年第3期22-25,共4页
针对多簇支持向量机参数设置缺乏科学依据、参数选取随意性较大的问题,利用布谷鸟搜索算法对其进行了改进,并应用改进的多簇支持向量机对装甲装备技术状况进行了评估,最后与粒子群优化算法、遗传算法改进的多簇支持向量机评估结果进行... 针对多簇支持向量机参数设置缺乏科学依据、参数选取随意性较大的问题,利用布谷鸟搜索算法对其进行了改进,并应用改进的多簇支持向量机对装甲装备技术状况进行了评估,最后与粒子群优化算法、遗传算法改进的多簇支持向量机评估结果进行了对比分析,验证了该方法在装甲装备技术状况评估中的可行性与合理性。 展开更多
关键词 多簇支持向量机 装甲装备 技术状况评估 布谷鸟搜索算法
原文传递
上一页 1 下一页 到第
使用帮助 返回顶部