搜索资源列表
libsvm-mat-3.0-1
- 最新的libSVM3.0版本,台湾林智仁团队编写的。-The newest version of livsvm toolbox
libsvm-mat-3.0-1
- 台湾林智仁教授编写的svm工具箱,比较好用,是众多SVM工具箱中相当经典的一个,被国内外很多学者所引用。-This tool has been developed by professor Chih-Jen Lin of TaiWan.It is easy to use.Besides it was widely used by scholars all over the world.
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
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-3.0-1
- 此为台湾大学林智仁教授及所带领的团队编写的关于svm的程序包,简单实用。-This is the National Taiwan University Professor Lin Zhiren and the team led the preparation of the package on the svm, simple and practical.
libsvm-mat-3.0-1
- This is a matlab svm, very useful to the matlab virtual machine
libsvm-3.1(Chen)
- 支持向量机的分类与回归,可以实现样本数据的分类和数据的趋势预测-SVM classfiction and regression
svm-mat-3.01
- libsvm-mat-2.9-1用于分数据回归、分类、预测等数据分析功能- MATLAB codes of support vector machine svm classification, regression yuce deng
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-3.0-1
- LIBSVM是台湾大学林智仁(Lin Chih-Jen)教授等开发设计的一个简单、易于使用和快速有效的SVM模式识别与回归的软件包,可在matlab中快速调用-LIBSVM is a simple, easy to use and fast and efficient SVM pattern recognition and regression package Taiwan University Chih- Jen Lin (Lin Chih-Jen) Prof. development an
libsvm-mat-2.91-1
- Matlab上使用SVM所需插件 2. 操作流程: 请注意:详细操作流程请参考上面的“详解”网站,这里只说大框架和详解里没有提到的问题。 A.设置path File->set path ->add with subfolders->加入libsvm-3.11文件夹的路径 B. 在matlab中编译 目的:将libsvm-3.11\matlab 中 libsvmwrite.c 等 C++文件编译成 libsvmread.mexw32 等matl
libsvm-mat-2[1].89-3[FarutoUltimate3.0Mcode]
- 一般的支持向量机只支持二分类,使用libsvm可以实现多分类,原理也是基于二分类,然后在使用投票机制,经测验,libsvm的分类精度可达85%以上(Multi class supported by libsvm,after testing, the classification accuracy can reach 85%.)