搜索资源列表
libsvm-mat-2[1].89-3
- svm多分类器,包括多分类和GA算法和PSO算法优化的SVM-svm multi-classifier, including the multi-classification and GA algorithm and PSO algorithm for optimization of SVM
libsvm-mat-2.89-3[FarutoUltimate3.0]Code
- libsvm加强工具箱(By faruto)patrick.lee@foxmail.com,非常好用,可以按照我上传的pdf很简单地实现SVM分类和回归,一定要用,力推!-libsvm strengthen the toolbox (By faruto) patrick.lee @ foxmail.com, very easy to use, you can upload the pdf according to my very simple implementation of SVM clas
libsvm-mat-2.89-3
- 支持向量机matlab程序,版本libsvm-2.89,包括接口文件-Matlab program of support vector machine
libsvm-mat-2.89-3
- libsvm的一些源码,可能会对学习libsvm有一些作用。-libsvm some source, may have some role in learning libsvm.
libsvm-mat-2.89-3
- matlab 下的SVM工具,用于数格式据标定的标准样例-SVM under matlab tools for a number of formats, according to the standard calibration sample
libsvm-mat-2.89-3
- Libsvm 最新版2009年11月1日更新。可用于分类和回归。基本的用法:1.将训练数据集变成libsvm允许的格式;2;设定参数;3使用svmtrain训练;4使用svmpredict分类或回归-The lateset vesrsion of LibSvm released in 1th Nov,2009. It can be used in matlab enviorment.
libsvm-mat-2.89-3
- SVM是一种优秀的分类算法,常用于用于回归分析和分类,而matlab语言的libSVM则为广大使用matlab进行设计的人员提供很好的帮助。-libSVM for regression classification
libsvm-mat-2[1].89-3[FarutoUltimate3.0pcode]
- svm原始工具箱以及相应的接口辅助函数,希望好用 -svm toolbox and the corresponding interface, the original auxiliary function, hope useful
TutorialForFarutoUltimate3.0
- Libsvm-FarutoUltimate3.0,libsvm 加强工具箱使用说明,非常好的pdf文件,另外我将继续上传代码部分。-Libsvm-FarutoUltimate3.0, libsvm strengthen the toolbox for use, very good pdf file, and I will continue to upload the code section.
libsvm-mat-2.89-3
- 用于运行SVM的工具包;由林智仁开发成功。可直接在matlab环境下运行 -a toolbox for SVM, explored by LIN.it is feasible to run it in MATLAB
libsvm-mat-2.89-3[FarutoUltimate3.0]
- 电力电子变流器故障诊断,feichangyouyong-very nice
matlab12
- 由于libsvm的matlab版本的工具箱libsvm-mat并没有给出寻参的函数模块,而无论利用libsvm工具箱进行分类还是回归,参数的选取是十分重要的,鉴于此libsvm-mat-2.89-3[FarutoUltimate3.0]在 libsvm-mat-2.89-3的基础上给出相应的辅助函数插件,方便用户来选取最佳的参数,现对该工具箱里主要的辅助函数插件的接口进行介绍。-As the matlab version of the toolbox libsvm libsvm-mat
libsvm-mat-2[1].89-3
- svm(support vector machin) code usefull for classification-svm(support vector machin) code usefull for classification
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 only support for bi-classificati
libsvm-mat-2.89-3[Mcode]
- LIBSVM是台湾大学林智仁(Lin Chih-Jen)副教授等开发设计的一个简单、易于使用和快速有效的SVM模式识别与回归的软件包。-LIBSVM is a simple, easy to use and fast and efficient SVM pattern recognition and regression package Taiwan University Linzhiren (Lin Chih-Jen) and associate development and design.
libsvm-mat-2.89-3[FarutoUltimate3.0]
- SVM分类、回归预测,frauto版本,很好用-matlab SVC SVR
libsvm-mat-2.89-3-[farutoFinalVersion]
- 支持向量机求解程序,下载后安装到工具箱,设置路径就能用了!(Support vector machine solution procedures, download and install to the toolbox, set the path can be used!)
libsvm-mat-2.89-3-[farutoFinalVersion]
- 利用SVM进行数据的分类实验,实现数据的分类处理(The classification experiment of data is carried out by SVM, and the classification of data is realized)
libsvm-mat-2[1].89-3[FarutoUltimate3.0Mcode]
- 一般的支持向量机只支持二分类,使用libsvm可以实现多分类,原理也是基于二分类,然后在使用投票机制,经测验,libsvm的分类精度可达85%以上(Multi class supported by libsvm,after testing, the classification accuracy can reach 85%.)