搜索资源列表
svm c++源码
- SVM分类器
svm python
- Put simply, SVMpython is SVMstruct, except that all of the C API functions that the user normally has to implement (except those dealing with C specific problems) instead call a function of the same name in a Python module. You can write an SVMstruct
libsvm
- 本代码是用C++实现的支持向量机
支持向量机C#程序
- 改程序在C#中采用lilbsvm对样本进行了训练,有界面,对利用svm进行分类的很有帮助。
svm
- svm算法的c++实现 svm-svm algorithm c++ implementation svm
SVM
- 这是SVM文本分类程序源码,既有java版本,也有C++版本。 -This is a SVM text classification program source code, both java versions, there are C++ version.
svm
- 支持向量机用于对样本数据或函数的回归预测,此文件源码是用C#编写的 可以在Matlab环境下实现-Support vector machine is used to sample data or the regression function, the file C# source code is written in the Matlab environment to achieve
模式识别小C程序
- 模试识别中用C做的完整程序,让你明明白白懂的svm其中的关系-Pattern Recognition C used to do the complete procedure, so you clearly understand the relationship svm
SVM
- 用C语言自己编写基于特定训练数据和测试数据的SVM程序,并用AUC对其评估-I have written using C language based on the specific training data and test data of the SVM procedure, and their assessment of AUC
pso-svm
- 这是一个用pso优化SVM中的惩罚参数C和核参数g的MATLAB源码,简单易学-This is an optimization of SVM with the pso in the penalty parameter C and kernel parameter g of the MATLAB source code, easy to learn
LS-SVMlab1.5
- SVM Algorithm, ls-svm FOR C language
SVM-Fuzzy-SYSTEM
- 基于支持向量机和模糊系统的机器学习方法及其应用研究 文档 写的很好-SVM Fuzzy SYSTEM
svm-by-Steve-Gunn
- This toolbox was designed as a teaching aid, which matlab is particularly good for since source code is relatively legible and simple to modify. However, it is still reasonably fast if used with the supplied optimiser. However, if you really wa
LIB-svm-c
- LIBSVM在C++环境下的调试和程序注释-LibSVM debugging environment in C++ language
svm_demo
- SVM(支持向量机)常被用于二元分类问题中。此文件包含svm_predict、svm_train、svm_scale等源文件和若干训练文件,可以在VS中实现SVM的基本分类功能。(Support vector machine is often used in two elements classification problem. This file contains svm_predict, svm_scale, svm_train and other source files, and a
支持向量机的C语言程序源码
- 这是一段支持向量机器的C语言源代码,包含主函数、核函数还有各种运算(the programe of SVM includeing classfy.c hideo.c learn.c loqo.c)
SVM
- 自己用C#写的libsvm算法,可在控制台训练和测试(the libsvm algorithm by C# programming)
svm
- MATLAB支持向量机,编程实现,已用C语言转,内附Windows x64和x32(MATLAB SVM Programming implementation, has been used in C language, Windows x64 and X32)
SVM
- 该算法用Visual Studio编写 ,用于实现对样本的训练以及测试,并可以转换成matlab语言,直接调用子程序(The algorithm is written in Visual Studio, which is used to train and test the sample, and can be converted into a matlab language and directly invoked the subroutine.)
PSO-SVM
- 用粒子群算法优化SVM中惩罚系数C和高斯核函数g的参数(Using particle swarm optimization to optimize parameters of penalty coefficient C and Gauss kernel function g in SVM)