Welcome![Sign In][Sign Up]
Location:
Search - libsvm-mat

Search list

[Special Effectslibsvm-mat-2.83-1

Description: 支持向量机的代码。可以仿真支持向量机的效果图-support vector machine code. Simulation can support vector machines map results
Platform: | Size: 69901 | Author: mwn | Hits:

[Windows Developlibsvm-mat-2.82-2

Description: SVM的matlab接口.为利用SVM进行分类提供了一个matlab的环境-SVM Matlab interface. For the use of SVM classification of a Matlab environment
Platform: | Size: 68607 | Author: 子青 | Hits:

[ELanguagelibsvm-mat-2.84-1

Description: 脑机接口支持向量机工具箱最新版本,在matlab下安装使用-brain-Support Vector Machine Interface Toolbox latest version of the Matlab installation
Platform: | Size: 79970 | Author: 刘博阳 | Hits:

[Other resourcelibsvm-mat

Description: 基于支持向量机的分类识别程序,其中包含C的调用。 希望能对您有所帮助!
Platform: | Size: 71363 | Author: hq | Hits:

[Other resourcelibsvm-mat-2[1].83-1

Description: 台湾大学的使用SVM方法进行线性回归、分类的MATLAB程序
Platform: | Size: 69835 | Author: bensonbb00 | Hits:

[Other resourcelibsvm-mat-2.8-1

Description: 这是关于支撑向量机算法的matlab程序
Platform: | Size: 67430 | Author: 杨雨茜 | Hits:

[Other resourcelibsvm-mat-2.71-2

Description: matlab实现,附带数据,并有显示结果图的功能,很方便用的-It s implemented using matlab with data as attachment. It also has the function of showing the result and is very convenient to use.
Platform: | Size: 112112 | Author: 赵银娣 | Hits:

[Other resourcelibsvm-mat-2.8-1

Description: 人工智能模式识别中基于支持向量机的分类算法在识别领域属于较新的应用-The SVM-based classification algorithm is a kind of new application in the field of artificial intelligence and pattern recognition.
Platform: | Size: 67430 | Author: rabo | Hits:

[Other resource支持向量机2.86版程序

Description: libsvm-mat-2.86-1
Platform: | Size: 75835 | Author: wangaiping | Hits:

[SourceCodelibsvm-mat-3.0-1

Description: 支持向量机的matlab工具箱,版本号3.0.1
Platform: | Size: 80484 | Author: 578146215@qq.com | Hits:

[SourceCodelibsvm-mat-2.89-3

Description: 支持向量机
Platform: | Size: 83205 | Author: wangshuaiqun | Hits:

[AI-NN-PRlibsvm-mat-2.88-1

Description: 最小二乘支持向量机工具包,内嵌在Matlab环境中运行-LS—SVM tools
Platform: | Size: 110592 | Author: wangkai73 | Hits:

[matlabsvm-mat-3.01

Description: libsvm-mat-2.9-1用于分数据回归、分类、预测等数据分析功能- MATLAB codes of support vector machine svm classification, regression yuce deng
Platform: | Size: 81920 | Author: 彭晓辉 | Hits:

[Linux driverlibsvm-mat-2.82-2

Description: 此工具提供了一个简单的界面LIBSVM,图书馆的支持向量 的机器(http://www.csie.ntu.edu.tw/〜 cjlin/ libsvm的)。这是非常容易使用,因为 LIBSVM的使用情况和指定参数的方式是相同的。-This tool provides a simple interface to LIBSVM, a library for support vector machines (http://www.csie.ntu.edu.tw/~cjlin/libsvm). It is very easy to use as the usage and the way of specifying parameters are the same as that of LIBSVM.
Platform: | Size: 86016 | Author: michael | Hits:

[Otherlibsvm-mat-2.89-3

Description: 实用的libSVM,说明里面有,挺好用的,欢迎大家试用!多谢大家支持-Practical libSVM, there are very good, welcome to try! I would like to thank you for your support
Platform: | Size: 140288 | Author: 周锋 | Hits:

[matlablibsvm-mat-2.89-3[Mcode]

Description: 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.
Platform: | Size: 429056 | Author: ares | Hits:

[matlablibsvm-mat-3.0-1

Description: 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 and design, you can quickly call in matlab
Platform: | Size: 189440 | Author: 李伟民 | Hits:

[source in ebooklibsvm-mat-3.0-1

Description: libsvm工具箱,安装过程请见教程,需要安装c环境下进行编译-libsvm kit, the installation process, see the tutorial
Platform: | Size: 80896 | Author: 廉泰平 | Hits:

[matlablibsvm-mat-2.91-1

Description: 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 等matlab文件,这样就可以在command window中被直接调用了。 注意:在最外面的Readme中有提到已经有编译好的文件,比如在libsvm-3.11\windows中也会看到libsvmread.mexw32,但这里不要被误导!还是需要你自己再编译一遍的!(还有如果matlab版本太低,如matlab 7.0是不能用VS作为编译器的,只能用VC++ 6.0,这是我劝你给matlab升级吧!别装vc了~我就是这样,升级到Matlab 2011b就可以用VS2008做编译器了) C.加载数据集 就是这里搞了我一下午!(Support for SVM on Matlab)
Platform: | Size: 87040 | Author: cc8244467 | Hits:

[matlablibsvm-mat-2[1].89-3[FarutoUltimate3.0Mcode]

Description: 一般的支持向量机只支持二分类,使用libsvm可以实现多分类,原理也是基于二分类,然后在使用投票机制,经测验,libsvm的分类精度可达85%以上(Multi class supported by libsvm,after testing, the classification accuracy can reach 85%.)
Platform: | Size: 466944 | Author: 韩alan | Hits:
« 1 2 3 4 56 7 »

CodeBus www.codebus.net