Location:
Search - libsvm-mat-2.91
Search list
Description: SVM是一种比较新比较流行的算法,常常用在分类问题和回归问题上。
SVM方法的VC实现,libsvm源码-SVM is a relatively new algorithm is more popular, often used in classification and regression issues. SVM method VC implementation, libsvm source
Platform: |
Size: 528384 |
Author: susan |
Hits:
Description: 台湾大学林智仁开发的libsvm的matlab最新版,可以实现分类、回归、预测的功能-Lin Zhiren Taiwan University developed the matlab libsvm latest version can be achieved classification, regression, prediction of functional
Platform: |
Size: 88064 |
Author: 张力 |
Hits:
Description: SVM matlab 工具箱,可以进行SVM分类-SVM matlab toolbox, SVM classification can be
Platform: |
Size: 169984 |
Author: 王文卿 |
Hits:
Description: 支持向量机的C++源代码包,用机器学习的方法处理优化问题,可以作为matlab的工具箱。-C++ code for proceeding SVM problems!
Platform: |
Size: 97280 |
Author: 刘贸人 |
Hits:
Description: 1.GeometricContext文件是完成图片中几何方向目标分类。
参考文献《Automatic Photo Pop-up》Hoiem 2005
2 GrabCut文件是完成图像中目标交互式分割
参考文献《“GrabCut” — Interactive Foreground Extraction using Iterated Graph Cuts》
C. Rother 2004
3 HOG文件是自己编写的根据HOG特征检测行人的matlab代码
4 虹膜识别程序是下载的一个通用的虹膜识别程序,可以运行
5 GML_AdaBoost_Matlab_Toolbox是一个很好用的adaboost matlab工具箱
6 libsvm-mat-2.91-1 是用C编写的改进的SVM程序,代码质量很高,提供了matlab接口
7 SIFT_Matlab 是编写的利用sift特征进行的宽基线匹配,代码质量高
8 FLDfisher 是利用fisher 线性降维方法进行人脸识别-1.GeometricContext file is complete the picture in the geometric direction of target classification. References " Automatic Photo Pop-up" Hoiem 2005 2 GrabCut the target file is an interactive segmentation of image reference " " GrabCut " - Interactive Foreground Extraction using Iterated Graph Cuts" C. Rother 2004 3 HOG documents prepared under their own HOG Characteristics of pedestrian detection matlab code 4 iris recognition process is to download a general iris recognition program, you can run 5 GML_AdaBoost_Matlab_Toolbox is a good use of adaboost matlab toolbox 6 libsvm-mat-2.91-1 is written in C to improve the SVM procedures, code of high quality, provides a matlab interface to 7 SIFT_Matlab is prepared for the use of sift features a wide baseline matching, the code is the use of high quality 8 FLDfisher fisher linear dimension reduction method for face recognition
Platform: |
Size: 6918144 |
Author: 张数 |
Hits:
Description: 支持向量机实现,经典分类算法-support vector machine
Platform: |
Size: 89088 |
Author: 史记 |
Hits:
Description: Matlab下支持向量机(SVM)的支持源码,本人主要用这个工具包做预测工作。-Matlab support vector machine (SVM) support source code, I mainly use this kit to do the forecasting work.
Platform: |
Size: 140288 |
Author: 阿杜 |
Hits:
Description: 支持向量机中一个工具箱,支持二分类,四种不同的核函数-SVM a toolbox supports two classification, four different kernel functions
Platform: |
Size: 88064 |
Author: 李秀林 |
Hits:
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: