搜索资源列表
svmmatlabSORCE
- 支撑矢量机 class CvSVM : public CvStatModel //继承自基类CvStatModel { public: // SVM type enum { C_SVC=100, NU_SVC=101, ONE_CLASS=102, EPS_SVR=103, NU_SVR=104 } //SVC是SVM分类器,SVR是SVM回归 // SVM kernel type -class Support Vector Machine CvSVM
SVM分类器
- SVM文本分类器源程序,英文界面,包含语料,没有解压缩密码-SVM text classifier source, English interface, including Corpus, not extract passwords
SVMpreprocess
- 实现了文档预处理,特征选择,特征权值计算,用于SVM分类器-To achieve a document preprocessing, feature selection, feature weight calculation for the SVM classifier
SVMclassification
- 介绍了SVM分类器原理,已经改进的算法,还有改进后的实验结果等等,是一个难得的好资料! -Introduced the principle of SVM classifier, the algorithm has been improved, as well as improved experimental results, etc., is a rare good information!
Classifier
- 使用SVM分类的方法,通过身高和体重对性别进行识别。-SVM classifer
LinearSVC
- Construct a linear SVM classifier from the training Samples and Labels
PolySVC
- Construct a non-linear SVM classifier with a polynomial kernel from the training Samples and Labels
WebCategorization
- web分类系统 Web文档分类是Web挖掘中最基本的技术之一,而构造一个按照兴趣分类的分类器,需要做大量的预处理工作,来收集正负的训练样例。但负例的收集是非常困难的。文章提出了一个只有正例没有负例的学习模型。该模型主要是重复执行SVM。实验表明,该学习模型对于Web文档分类的分类精度和速度都是非常理想的-web classification system for Web document classification is a Web mining, one of the most basic
SVM
- 线性支撑矢量机分类器 对模式识别问题中的线性可分问题进行分类-Linear support vector machine classifier pattern recognition problems in the linear separable classification
SVM
- svms分类器,通过svm的方法来对文本进行分类.-svm classifier
libsvm.ps
- svm classifier for gene classification
PatternRecognition_Ch3_SVM
- This file is about svm classifier
Tppcca-svmh
- 本程序源码用于对训练样本提取独立主元,作为样本特征,并送入SVM分类器中训练图像的预处理中不取对对数,也无须做幅度归一,由ICA的应用条件决定的。预处理后的图像以向量的形式按行排列 可直接使用。 -The program source for independent main training samples extracted as sample characteristics, and fed into the SVM classifier training image preproce
Classifier
- C++实现的SVM分类器,代码量稍微大了一点-Achieve C++ SVM classifier, the amount of code become slightly
SVM
- svm分类器,对学习分类的初学者具有很好的参考作用-SVM classifier, is a good reference for beginners learning classification
SVM--classification-for-wines-
- 这是一个在matlab环境下运行,使用SVM支持向量机对葡萄酒种类进行分类的例子,对于学习SVM分类的朋友而言,应该有所帮助。-This is a run in the matlab environment, the use of SVM support vector machine classification of wines example, for learning SVM classifier friends, it should be helpful.
c-svm.1.0
- 本工程的主要目的是创建两类的SVM分类器的动态链接库。SVM分类器用到的训练算法是SMO算法。-The main purpose of this project is a dynamic link library to create a SVM classifier of the two kind. The training algorithm of SVM classifier is used SMO algorithm.
demo-svm
- svm分类器的一个demo,包含文档说明,适合初次接触svm的人,可以对svm的分类过程有个入门式的认识。-A demo of the SVM classifier, including documentation, for the first time contact of SVM, the SVM classification process can be a entry type.
classifier_D
- 使用SVM分类器来预测乳腺癌病人的预后(特征选择;分类器构建),评价模型时使用无被交叉验证,性能评价指标包括准确率,AUC,灵敏度,特异度。学会最基本的机器学习方法。可查看分发给大家的代码,以后遇到类似的问题,可用相似的思路和代码。(The SVM classifier was used to predict the prognosis of breast cancer patients (feature selection; classifier construction), and the
CNN-SVM
- 卷积神经网络(CNN)用来提取特征,采用SVM分类器进行训练和分类(Convolutional Neural Network (CNN) was used to extract features, and SVM classifier was used for training and classification)