搜索资源列表
svm_v0.01beta.tar
- New in this version: Support for multi-class pattern recognition using maxwins, pairwise [4] and DAG-SVM [5] algorithms. A model selection criterion (the xi-alpha bound [6,7] on the leave-one-out cross-validation e
svm_v0.01beta.tar
- New in this version: Support for multi-class pattern recognition using maxwins, pairwise [4] and DAG-SVM [5] algorithms. A model selection criterion (the xi-alpha bound [6,7] on the leave-one-out cross-validation e
GridSearch
- 我把LibSVM库中的GridSearch方法在VC6.0下实现,主要进行SVM中模型参数的选择,modelSelection,写成了子函数的形式,可以直接调用,与大家共享,欢迎提出宝贵意见-I LibSVM library GridSearch method under VC6.0, SVM mainly in the choice of model parameters, modelSelection, written in the
KPCA_SVM_Train
- 是自己编写的一个程序,用于人脸识别。希望对大家有作用。-Is I have written a procedure for face recognition. Wish to have the role of U.S..
SVM
- 支持向量机 这是我的老师编写的matlab源文件 希望对大家有用-Support Vector Machine This is my teacher, matlab source document prepared for the U.S. hope that useful
svmmatlab1
- 在matlab中使用的,里面有关于svm训练,测试和的代码.希望能帮助大家-Used in matlab, which has on the SVM training, testing and code. To help U.S.
svmbook
- 一个关于SVM的文档,有很大的用处,大家-A document on the SVM, there are a lot of usefulness, U.S.
SVM
- 多篇关于支持向量机参考文献,大家可以参考-Many articles about support vector machine references can refer to U.S.
SVMDemo
- 现在比较流行的SVM算法的一个DEMO,用于处理分类问题,欢迎大家试用。-Now popular SVM algorithm is a DEMO, used to deal with classification problems, welcomed the U.S. trial.
svm4
- -s svm类型:SVM设置类型(默认0) 0 -- C-SVC 1 --v-SVC 2 – 一类SVM 3 -- e -SVR 4 -- v-SVR -t 核函数类型:核函数设置类型(默认2) 0 – 线性:u v 1 – 多项式:(r*u v + coef0)^degree 2 – RBF函数:exp(-r|u-v|^2) 3 –sigmoid:tan
libsvm-mat-2.89-3
- SVM的多分类问题MATLAB工具包。传统的SVM只支持二分类问题,MATLAB自带的工具包也存在同样的问题。可以在setpath中导入此包,便可轻松将SVM问题扩展到多分类的层面。-A matlab toolkit to solving multi-classification problems based on svm. Traditional svm and the matlab toolkit svmtrain can on
supportvecormachine-3.20
- 各种平台 java c++ matlab 这么也一个顶5个。不给下载就过分了-this god like!SVM so strong classifier,and so many platforms u can chose
helpsvm
- 自控应用svm的介绍文档,方便下载传看。-mysvm is used to train a SVM on a given example set and testing the results.it is very conveninent to learn about it by u self.
植物虫害检测(GUI,注释,svm算法)
- 植物虫害检测(GUI,注释,svm算法) 该课题为基于MATLAB SVM方法的植物病害检测系统,带GUI界面,可以识别多种被虫害侵蚀的植物叶子,输出结果。带论文和详细注释。 train 对黄瓜子文件夹所有图片提取 颜色矩特征和gabor纹理特征,然后svm训练 test 对测试图像灰度化,滤波,提取 颜色矩特征和gabor纹理特征,然后svm模型测试,输出类别 colorMom.m 颜色矩特征提取 Gabor