搜索资源列表
svm_face_recognition
- 一篇很不错的关于人脸表情识别的论文。论文提出了一种基于人脸局部特征的表情识别方法,先选取人脸重要的局部特征,对得到的局部特征进行主成分分析,然后用支持向量机( SVM)设计局部特征分类器来确定测试表情图像中局部特征,同时设计支持向量机( SVM)表情分类器,确定表情图像的所属类别。-A very good facial expression recognition on paper. This paper proposes a feature based on local expression
controllingsensitivity
- Veropoulos写的通过调整支持向量机参数改进其分类效果的文章-Veropoulos written by adjusting the parameters of support vector machines to improve its classification results of the article
RoughSetAndSVM
- 本文提出一种综合粗糙集与支持向量机的 Web 文本分类模型,利用粗糙集的属性约简方法,减少支持向量机训练数据的维数,提高 Web 文本分类的性能与效率.-This article advances a Web text classification model which synthesis rough set and support vector machine. Using the rough set’s attribute reduction method to reduce the di
Data-Classification-and-Recognition
- 提出一种基于模糊C 均值的支持向量机分类算法,通过模糊C 均值算法对未知类别数据 进行划分,然后再利用支持向量行对划分后的数据机进训练。解决了以往人们应用支持向量机进行 数据分类识别前必须采用已知类别的数据对支持向量机进行训练的弊端,提高了数据分类的效率。-Support vector machines classification algorithm is proposed based on Fuzzy C-Means, Fuzzy C-Means algorithm unknown
DCT
- 提出了一种基于DCT提取人脸特征技术和支持向量机分类模型的人脸识别方法。利用离 散余弦变换可提取人脸可识别的大部分信息,而支持向量机作为分类器,在处理小样本、高维数等 方面具有独特的优势,且泛化能力很强,无需先验知识。从ORL 人脸库上的实验结果可以看出, DCT特征提取是很有效的,且SVM的分类性能优于最近邻分类器,同时提高了整个系统的运算速 度。-A face recognition method based on DCT for face feature extractio
svm
- SVM的理论基础 线性判别函数和判别面 最优分类面 支持向量机 LIBSVM简介-The theoretical basis of the SVM linear discriminant function and discriminant surface optimal hyperplane Support Vector Machines LIBSVM Profile
SVM
- 深度学习中关于向量机支持向量机(即一种分类器)的相关内容-Depth study on vector machines support vector machine (that is, a classifier) related content
MainPlot
- 基于支持向量机的算法分类主程序,该算法是基于libsvm工具箱实现的能很好的实现分类的性能-Matlab sVM learning algorithm
lssvmMATLAB
- 最小二乘支持向量机,采用matlab编写,可以直接使用,SVM是经典的分类和预测算法。-Squares support vector machine, using matlab prepared, can be used directly, SVM is the classic classification and prediction algorithms.
segmentation-based-on-SVM
- 基于支持向量机方法的图像分割与目标分类.介绍了支持向量机用于车辆图像分类。以及用于单目标图像的分割和多目标图像的分割,介绍的较为详细。-Method of image segmentation based on support vector machine (SVM) and the target classification. This paper introduces the support vector machine (SVM) is used to vehicle image clas
SVM-yindao
- 使用Opencv C++中的支持向量机进行引导,对其进行分类并预测。-Opencv C++ using the support vector machine to guide the classification and prediction.