当前位置:
首页 资源下载
搜索资源 - svm classification program
搜索资源列表
-
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下载:
This program implements SVM classification over libsvm library.
-
-
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
-
-
0下载:
一个matlab的SVM向量机程序。解决SVM分类问题。-A Matlab SVM vector machine program. To solve the SVM classification problem.
-
-
0下载:
程序可以用于支持向量机分类算法,只有源代码,使用时需要改进-Program can be used to support vector machine (SVM) classification algorithm, only the source code, when using, need to improve
-
-
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分类和预测,其中利用PSO优化参数,具有较好的预测效果-This program can be used SVM classification and prediction, in which PSO to optimize the parameters, with better prediction results
-
-
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
-
-
1下载:
这是一个包含PCA降维的matlab程序加上用svm分类的一个程序。-This is a PCA dimensionality reduction plus matlab program contains a program with svm 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下载:
支持向量机由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
-