搜索资源列表
支持向量机算法程序
- 一种支持向量机算法程序实现,基于VC++.
支持向量机参数优化
- 对支持向量机的参数 C和g 进行了参数优化,分三种:交叉验证优化、遗传算法优化和粒子群算法优化。
支持向量机smo分类算法源代码
- 支持向量机的smo分类算法,以及对应的论文和实验数据。适合新手入门。
模式识别中的支持向量机方法
- 模式识别中的支持向量机方法
支持向量机,用于分类和预测
- 一类支持向量机,用于分类和预测,里面代码使用matlab编程,One-Class Support Vector Machine for classification and prediction, which code to use matlab programming
TSF-TOOLBOX.基于支持向量机的时间序列工具箱
- 基于支持向量机的时间序列工具箱,用svm作时间序列预测,Based on support vector machines time series toolbox for time series prediction using svm
SVM.SVM支持向量机的时间序列预测
- SVM支持向量机的时间序列预测、分类、自回归代码,SVM
winsvmlib.用户界面支持向量机程序
- 用户界面支持向量机程序,简单适用,适合初学者,User interface support vector machine procedures, simple to apply, suitable for beginners
SVM_SteveGunn.rar 支持向量机的程序
- 支持向量机的程序,可以进行分类和回归,效果比神经网络好,没有维数灾难的问题,是比较好的建模方法。,Support vector machine procedures can be carried out the classification and regression, the effect better than the neural network, there is no dimension disaster problem, it is more good modeling metho
支持向量机的相关简介
- 支持向量机主要解决了分类问题和回归问题两大类
支持向量机MATLAB程序
- SVM支持向量机算法,matlab机器学习算法程序,功能强大(SVM support vector machine algorithm, matlab machine learning algorithm program, powerful)
支持向量机分类模型-例2
- 支持向量机MATLAB案例,有数据和说明(SVM MATLAB code with data and descr iption)
支持向量机分类模型-例1
- 支持向量机MATLAB案例,消费类型分类,有数据和说明。(svm MATLAB code with data)
支持向量机故障诊断及控制技术
- 有支持向量机分类和回归的代码,以及最小二乘支持向量机的代码。(support vector machine)
支持向量机1
- 了解支持向量机的基本原理,用于分类和预测。(Understand the basic principles of support vector machines.)
支持向量机2
- 了解支持向量机的基本原理,便于分类、预测问题的解决。(Understanding the basic principles of support vector machines, easy to classify and predict the solution of problems.)
支持向量机3
- 整理支持向量机的基本原理,便于分类、预测问题的解决。(Sort out the basic principle of support vector machines, easy to classify and predict the solution of problems.)
超球面支持向量机
- 超球支持向量机有一次分类,二次分类,支持向量机回归(Hypersphere support vector machine)
支持向量机
- 应用MATLAB进行支持向量机运算,此为相关代码,具有很好的应用价值。(The application of MATLAB to support vector machine operation, this is the relevant code, has good application value.)
支持向量机、神经网络
- 支持向量机和神经网络的代码,神经网络是作为对比模型,可以成功运行