搜索资源列表
-
0下载:
该程序包实现了几个常用的模式识别分类器算法,包括K近邻分类器KNN、线性判别方程LDF分类器、二次判别方程QDF分类器、RDA规则判别分析分类器、MQDF改进二次判别方程分类器、SVM支持向量机分类器。 主程序中还有接口调用举例,压缩包中还有两个测试数据集文件。-The package to achieve a number of commonly used pattern recognition classifier algorithms, including K neighbor class
-
-
0下载:
这是SVM文本分类程序源码,既有java版本,也有C++版本。 -This is a SVM text classification program source code, both java versions, there are C++ version.
-
-
0下载:
支持向量机的matlab程序实现,可用于模式分类,模式识别-SVM matlab program can be used for pattern classification, pattern recognition
-
-
0下载:
svm(支持向量机)的演示程序,是可执行程序,非控制台程序,可实现分类并图形化显示。-svm (support vector machine) demonstration program, an executable program, non-console programs for classification and graphical display.
-
-
0下载:
HSSVM是一个用超球SVM(Hyper-Sphere Support Vector Machines)模型求解多分类问题的工具包,采用Java语言实现。开发该程序的主要目的,是利用超球SVM求解模型代替传统上借助于解二分类问题的经典SVM模型来求解多分类问题。本文将论述该程序的主要实现细节,包括相关算法及设计原理的描述。-HSSVM is an ultra ball SVM (Hyper-Sphere Support Vector Machines) to solve multi-classi
-
-
0下载:
该程序可较好地用于故障诊断,可做故障的分类识别-This program can be better used for troubleshooting, do faults classification
-
-
1下载:
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 虹膜识别程序
-
-
0下载:
可以对给定的对象数据特征进行分类,里面的程序可以很好的运行,希望共同讨论运用
。-Characteristics of a given object data classification, which the program can run, I hope to discuss the use
-
-
0下载:
一个matlab的SVM向量机程序。解决SVM分类问题。-A Matlab SVM vector machine program. To solve the SVM classification problem.
-
-
0下载:
利用LDA与SVM实现两类之间的分类程序-classification program between the two classes using LDA and SVM
-
-
1下载:
一个svm的演示程序,能演示两类数据分类,有gui界面,不使用第三方工具箱,使用gaussian核函数,界面能设置c和gamma的参数值,最后可以得到分类情况的可视化效果。针对svm算法的研究者和用于教学演示的教师,是个不错的源码。-An svm demo program that can demonstrate two types of data classification, gui interface, do not use third-party toolbox, using gauss
-
-
0下载:
使用支持向量机进行数据分类的预测,文件给出了预测程序的源代码。-SVM prediction using data classification, document gives a prediction program source code.
-
-
0下载:
svm分类器程序,该程序是一个完整的svm分类器程序,由其他网站提供。-svm classifier program, which is a complete svm classification procedures provided by other sites.
-
-
0下载:
基于SMO优化算法的SVM分类程序,显示判别函数值及分类结果-SMO optimization algorithm based on SVM classification program that displays the results of the discriminant function values and classification
-
-
0下载:
SVM典型三分类程序 自带数据特征 可完美运行-SVM classification program comes with three typical characteristics of the data can be perfect run
-
-
3下载:
支持向量机的仿真程序简单案例分析(分类和预测)模式识别-SVM simulation program simple case analysis (classification and prediction) Pattern Recognition
-
-
0下载:
svm 分类算法 java源代码 很好的学习程序-svm classification algorithm java source code is a good learning program
-
-
0下载:
基于支持向量机分类算法的matlab程序(Matlab program based on support vector machine classification algorithm)
-
-
0下载:
支持向量机由Vapnik首先提出,像多层感知器网络和径向基函数网络一样,支持向量机可用于模式分类和非线性回归,该程序主要实现svm的分类和回归功能。(SVM was first proposed by Vapnik. Like multilayer sensor network and radial basis function network, SVM can be used for pattern classification and non-linear regression. The p
-
-
1下载:
采用svm来做分类,一般能得到较满意的结果,但用svm做分类预测时需要调节相关的参数才能得到比较理想的预测分类准确率,那么svm的参数该如何选取?该程序主要说明如何更好地提升分类器性能。(Use svm to do the classification, the general can get more satisfactory results, but when using svm to do classification prediction need to adjust the relev
-