搜索资源列表
fsals-svm
- 文章在IEEE上发表,一种崭新的支持矢量机SVM源码-article published in IEEE, a new support vector machine SVM FOSS
2007fs-svm
- 崭新矢量机SVM源码,IEEE上发表,技术有一定帮助
经典SVM分类器.RAR
- 这是利用SVM方法进行模式识别的一个很有用的程序,运行结果正确
SVM-KM
- svm详细例子(包括分类,回归)等。需要的人,下载试试。多交流.我需要svm-smo的matlab源码。谁有?-SVM detailed examples (including classification, regression) and so on. Those who need it, download a try. More exchanges. Svm-smo I need the matlab source code. Who?
SVM
- SVM分类的matlab源码实现。并提供一组数据进行仿真。-SVM classification matlab realization.
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
svm
- 很不错的SVM的MATLAB源码,不用设置路径,比libsvm还好用!-SVM is a good source of MATLAB, do not set up the path, than to use libsvm better!
svm
- 这是一个关于支持向量机的matlab源码 -Support vector machine matlab source
libsvm-2.89.tar
- SVM 算法源码,简单的一个列子。了解一下-SVM algorithm source code, a simple Liezi
SLOO-MPS-SVM
- Multiple Parameter Selection for LS-SVM using Smooth Leave-one-out Error 还有文章和源码,一起研究学习!-Using SLOO-MPS for tuning multiple parameters for LS-SVM to overcome the parameter fixing problem.
svm_light6.02.tar
- 最新的SVM源码,用于数据分类或回归,效果优于神经网络。C的源代码,请尽量在Linux或者Unix下编译。-Source code of SVM in C. SVMlight is an implementation of Support Vector Machines. It solves classification ,regression problems and ranking problems.Please compile it under Linux or Unix.
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
SVM
- 支持向量机(SVM)实现的分类算法源码[matlab]-Support Vector Machine (SVM) classification algorithm to achieve source [matlab]
fsalssvm
- 89346525fsals-svm文章在IEEE上发表,一种崭新的支持矢量机SVM源码-89346525fsals-svm article published in the IEEE, a new support vector machine SVM source
SVM
- 应用SVM于分类和回归上,文件中附有Matlab源码。-Support Vector Machines for Classification and Regression
svm
- 支持向量机源码,vc编写,对于svm初学者非常使用非常方便 -support vector machine vc source
svm源码
- 里面是matlab实现svm的源码和数据,可以运行使用。只需要更改一下数据就行,可供学习
SvmYuanMa
- 基于 二次规划方法 解决svm问题的源码(The source code for solving the SVM problem based on the two planning method)
神经网络入门13课源码
- 神经网络入门13课源码 第一课 MATLAB入门基础 第二课 MATLAB进阶与提高 第三课 BP神经网络 第四课 RBF、GRNN和PNN神经网络 第五课 竞争神经网络与SOM神经网络 第六课 支持向量机( Support Vector Machine, SVM ) 第七课 极限学习机( Extreme Learning Machine, ELM ) 第八课 决策树与随机森林 第九课 遗传算法( Genetic Algorithm, GA ) 第十课 粒子群优化( Part