搜索资源列表
zhichixiangliangji
- 这是MATLAB分析中要用到的支持向量机的程序代码
SVM.SVM支持向量机的时间序列预测
- SVM支持向量机的时间序列预测、分类、自回归代码,SVM
libsvm-2.9
- 支持向量机的代码库,使用简单,主要用途是基于支持向量机的分类和回归。还包括C-SVM,nu-SVM,一类SVM,epsilon回归等功能。它还提供了用于C-SVM的自动模型选择工具。-Libsvm is a simple, easy-to-use, and efficient software for SVM classification and regression. It solves C-SVM classification, nu-SVM classification, one-
Matlab-m-SVM-code
- 这是我在网上找了很久的多分类支持向量机matlab代码,欢迎交流!-This is my search on the net for a long time many classification support vector machine matlab code, welcome exchanges!
lpsvr
- 一个我自己编写的求解线性支持向量机的matlab代码-I have prepared a solution of linear SVM matlab code
SVM_Code_rar
- 支持向量机的实现程序,用于实现支持向量机基本算法的matlab代码-Support Vector Machine implementation of procedures used to implement the basic algorithm of support vector machine matlab code
SupportVector
- 支持向量机的matlab代码。其中包括支持向量机的训练代码。-Support vector machine matlab code. Including the training of support vector machine code.
dfa
- 支持向量机的matlab代码,根据自己需要修改即可-Support vector machine matlab code can be modified according to their needs
svm
- SVM方法的基本思想是:定义最优线性超平面,并把寻找最优线性超平面的算法归结为求解一个凸规划问题。进而基于Mercer核展开定理,通过非线性映射φ,把样本空间映射到一个高维乃至于无穷维的特征空间(Hilbert空间),使在特征空间中可以应用线性学习机的方法解决样本空间中的高度非线性分类和回归等问题。svm 程序,即支持向量机的代码。-The basic idea of SVM method are: the definition of the optimal linear hyperplane,
pso_svm
- 该文件为粒子群算法优化支持向量机模型参数的matlab代码 支持向量机模型为专门用于处理不平衡数据的成本控制型支持向量机模型 用粒子群算法优化模型中的三个主要参数:C1、C2、sigma-The file is in particle swarm optimization parameters of support vector machine model matlab code for support vector machine model designed for use with
ls_svm
- 最小二乘支持向量机代码,最小二乘支持向量机很好地解决了普通支持向量机耗时的问题,很适合用于及时诊断故障-fuzzy least square vector machine
MATLABS-SVC--CODE
- 支持向量机的MATLAB代码,包括分类与回归,可帮助学习机器学习算法-MATLAB S SVC DODE
svmmatlabcode
- 是一种SVM的代码,对于支持向量机的步骤等进行描述,用支持向量机得初学者有一定帮助-svmis a classical
svm_c
- 能够实现支持向量机的c代码和matlab代码,含有帮助文件,可以很快上手-C code and Matlab code to support vector machine containing the help file, you can get started quickly
SVM
- 这是我在网上找的支持向量机的代码,应该比较普通-support vector machine
lssvm_code
- Matlab的最小二乘支持向量机的代码。-Matlab least squares support vector machine code.
svm
- matlab实现的支持向量机,简易的实现代码学习分享(Matlab support vector machines, simple to achieve code learning to share)
支持向量机
- 应用MATLAB进行支持向量机运算,此为相关代码,具有很好的应用价值。(The application of MATLAB to support vector machine operation, this is the relevant code, has good application value.)
支持向量机、神经网络
- 支持向量机和神经网络的代码,神经网络是作为对比模型,可以成功运行
PSO SVM粒子算法优化的支持向量机
- 使用PSO优化SVR支持向量机模型的代码,有详细的输出及输出,以及代码说明(Use PSO to optimize SVR support vector machine model code, with detailed output and output, as well as code descr iption)