-
svm
线性SVM算法设计分类器,对一组数据进行分类(Linear SVM classifier algorithm on a set of data classification)
- 2010-05-24 23:12:56下载
- 积分:1
-
Number-of-lens-parameters-extraction
提取镜头参数数的matlab算法,利用棋盘格靶标照片能直接计算出相机内参数(Extraction of lens parameters of the matlab algorithm, using the checkerboard target photos in the camera can be directly calculated parameters)
- 2014-01-02 15:13:48下载
- 积分:1
-
waveletlssvm_longchuan
小波分解下的最小二乘支持向量机,可以用于预测(wavelet lssvm for predict)
- 2015-03-31 16:41:34下载
- 积分:1
-
path_planning-master
说明: 多种方法实现路径规划,包括遗传算法(GA)、动态窗口、RRT等(path planning with multiple methods)
- 2020-08-09 14:56:42下载
- 积分:1
-
iimage_process
本程序是用自适应遗传算法进行图像增强,其思想来自《计算机学报》发表的论文。(This program is self-adaptive genetic algorithm image enhancement, their thoughts from the " Journal of Computers," published papers.)
- 2009-12-15 15:38:59下载
- 积分:1
-
FrequentUsedfunctionsInMATLAB
说明: MATLAB常用函数参考,MATLAB函数汇总,MATLAB使用必备(frequent Matlab functions and commands, help you using Matlab)
- 2011-03-25 16:26:57下载
- 积分:1
-
Beale_Function
source code using elitism for the Beale function
- 2012-04-08 23:24:03下载
- 积分:1
-
exact_alm_rpca
用ALM实现 PCA算法,做模式识别的一看就懂,自己用的不错。(This matlab code implements the augmented Lagrange multiplier method for Robust PCA.)
- 2013-08-22 17:03:01下载
- 积分:1
-
Scramble_intel
Inspired with scramble game in android, a algorithm for searching dictionary words based on the traversing of 4x4 word matrix. taking long time to run but a novice idea.
- 2014-02-22 10:21:50下载
- 积分:1
-
LSSVM
最小二乘支持向量机,程序粘到command window里,设定 2 两个参数,可以更改,以达到最优化(igam=0.001
isig2=0.001
[gam,sig2]=tunelssvm({X,Y, f ,igam,isig2, RBF_kernel },...
[0.001 0.001 10000 10000], gridsearch ,{}, leaveoneout_lssvm )
type= function approximation
kernel= RBF_kernel
model=initlssvm(X,Y,type,gam,sig2,kernel)
model
model=trainlssvm(model)
Yt=simlssvm(model,Xt) )
- 2015-12-27 11:05:14下载
- 积分:1