搜索资源列表
adaboost
- 两个adaboost算法,代码很短,都有中文注释,第二个代码是第一个的改进。-Two algorithms about adaboost ,the code is very brief,including the Chinese comments. The second one improver better than the first one.
SVM
- SVM算法的matlab语言实现,很详细的代码-SVM algorithm matlab language, the code in great detail
somesvmtestexamplecode
- 基于matlab的svm算法练习的几个事例代码-matlab svm source code
SVM_Code_rar
- 支持向量机的实现程序,用于实现支持向量机基本算法的matlab代码-Support Vector Machine implementation of procedures used to implement the basic algorithm of support vector machine matlab code
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
ses_pct_svm
- SVM进行两分类算法的MATlab实现代码 -A two-SVM classification algorithm MATlab implementation code for the two classification algorithm SVM implementation code MATlab
libsvm-3.1-[FarutoUltimate3.1Mcode]
- 包含粒子群算法、遗传算法、网格搜索法优化的支持向量机代码-Particle swarm algorithm, genetic algorithm, the grid search method optimization of support vector machine (SVM) code
pbgpatvm
- 表示出两帧图像间各个像素点的相对情况,采用了小波去噪的思想,代码里有很完整的注释和解释,一些自适应信号处理的算法,IDW距离反比加权方法,包括最小二乘法、SVM、神经网络、1_k近邻法。- Between two images showing the relative circumstances of each pixel, Using wavelet denoising thought, Code, there are very complete notes and explanations
mwvjwbdn
- 一种流形学习算法(很好用),代码里有很完整的注释和解释,isodata 迭代自组织的数据分析,包含了阵列信号处理的常见算法,通过matlab代码,包括最小二乘法、SVM、神经网络、1_k近邻法。-A fluid manifold learning algorithm (good use), Code, there are very complete notes and explanations Isodata iterative self-organizing data analysis, Co
svm
- SVM支持向量机算法做语音识别的详细仿真实现代码,需要自己准备语音库,依次训练出模板,包含附加调用的函数库在内,欢迎和做语音识别,说话人识别的朋友交流-SVM support vector machine algorithm to do the detailed simulation of voice recognition to achieve the code, you need to prepare their own voice library, followed by training
GA_SVM
- 使用遗传算法对支持向量机进行优化的matlab代码(the optimized SVM based on Genetic Algorithm)
28 梁晏宾
- 1.采用遗传算法对男女生样本数据中的身高,体重,喜欢数学,喜欢文学,喜欢运动,喜欢模式识别共6个特征进行特征选择,并基于所得到的最佳特征采用SVM设计男女生分类器,并计算模型预测性能(包含SE,SP,ACC和AUC )。要求自行编写代码实现遗传算法。(1. using genetic algorithm based on the sample data of male and female students in height, weight, love mathematics, love li
Matlab_SVM
- SVM算法实现+数据 (要用到一些包,按照代码里面的import到网站下就行) 1.读取数据:在Matlab中调用textread可读取UCI数据集,这里读取的文件是iris.data,因为文件中以逗号为分隔符,所以还要在读取方法中添加参数“‘delimiter’,‘,’”,从而在读数据的时候自动跳过分隔符。 2.调用cvx工具箱中的方法:首先需要下载cvx工具箱的压缩文件,在其目录下运行cvx_setup指令,然后调用其方法,以cvx_begin开头,cvx_end为终止符号,所有需
2016.09.04ABC-SVM
- 人工蜂群算法MATLAB代码实现,内有调用说明,采用最精简的编写方式(Artificial bee colony algorithm MATLAB code implementation, inside the call descr iption, using the simplex writing method)
SVM
- 使用SVM对数据进行分类,可参考对SVM原理的讲解对代码及其算法进行进一步理解。(Using the SVM to classify the data, we can refer to the explanation of the SVM principle to further understand the code and its algorithms)
PSO-SVM-master
- 该代码为粒子群算法优化支持向量机模型(The code is a particle swarm optimization algorithm to optimize the support vector machine model)
da
- 基于码本(codebook)的背景建模的背景差分法+级联基于LBK或haar的adaboost和基于hog的svm分类器+快速hough圆变换进行人头识别+基于区域特征的目标跟踪算法。(编程) AdaBoost是一种增强性机器学习算法,它用于把弱分类器联合成强分类器;SVM本身就是(Background modeling based on codebook (codebook) background difference method + cascade based on LBK or Haa
PSO-SVM
- 利用粒子群优化算法对支持向量机中的核函数参数和惩罚参数进行优化是非常有效的手段,可以大大提高鲁棒性。实际过程中读者可通过下载我上传的代码,简单进行修改和阅读附件论文即可快速掌握相关方面的知识,快速使用这一方法。(Particle swarm optimization (PSO) is a very effective method to optimize the kernel function parameters and penalty parameters of SVM, which can
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)