搜索资源列表
libsvm-mat-3.0-1
- 最新的libSVM3.0版本,台湾林智仁团队编写的。-The newest version of livsvm toolbox
SVM
- 该工具箱包括了二种分类,二种回归,以及一种一类支持向量机算法 (1) Main_SVC_C.m --- C_SVC二类分类算法 (2) Main_SVC_Nu.m --- Nu_SVC二类分类算法 (3) Main_SVM_One_Class.m --- One-Class支持向量机 (4) Main_SVR_Epsilon.m --- Epsilon_SVR回归算法 (5) Main_SVR_Nu.m --- Nu_SVR回归算法-Support Vector Machin
CODE
- 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 虹膜识别程序
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-3.1
- LibSVM code in Matlab
libsvm-3.1.tar
- matlab程序,关于svm回归拟合,分类的-matlab program, return on svm fitting classification. . . .
libsvm-svdd-3.1
- 最新SVDD资料,比旧版增加文件夹matlab中的2个文件-new SVDD,implements two new files than old version
libsvm-mat-3.0-1
- This is a matlab svm, very useful to the matlab virtual machine
svm-mat-3.01
- libsvm-mat-2.9-1用于分数据回归、分类、预测等数据分析功能- MATLAB codes of support vector machine svm classification, regression yuce deng
libsvm-mat-2[1].89-3
- svm(support vector machin) code usefull for classification-svm(support vector machin) code usefull for classification
libsvm-3.1
- 支持向量机的matlab实现代码,能实现支持向量机的建模,与识别-Support vector machine matlab code to achieve the support vector machine modeling, and recognition
libsvm-3.1-[FarutoUltimate3.1Mcode]
- Matlab 支持向量机3.1,Matlab 支持向量机3.1
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-3.1-[FarutoUltimate3.1Mcode]
- 包含粒子群算法、遗传算法、网格搜索法优化的支持向量机代码-Particle swarm algorithm, genetic algorithm, the grid search method optimization of support vector machine (SVM) code
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%.)