登录
首页 » matlab » svm(matlab)

svm(matlab)

于 2008-12-19 发布 文件大小:2674KB
0 103
下载积分: 1 下载次数: 1349

代码说明:

  支持向量机的MATLAB源程序,效果真的很不错(SVM MATLAB source, the effect is really very good)

文件列表:

支持向量机程序
..............\SVM_luzhenbo
..............\............\Classification_LS_SVMlab.m
..............\............\Classification_OSU_SVM.m
..............\............\Classification_stprtool.m
..............\............\Classification_SVM_SteveGunn.m
..............\............\LS_SVMlab
..............\............\.........\AFE.m
..............\............\.........\bay_errorbar.m
..............\............\.........\bay_initlssvm.m
..............\............\.........\bay_lssvm.m
..............\............\.........\bay_lssvmARD.m
..............\............\.........\bay_modoutClass.m
..............\............\.........\bay_optimize.m
..............\............\.........\bay_rr.m
..............\............\.........\buffer.mc
..............\............\.........\changelssvm.m
..............\............\.........\code.asv
..............\............\.........\code.m
..............\............\.........\codedist_bay.m
..............\............\.........\codedist_hamming.m
..............\............\.........\codedist_loss.m
..............\............\.........\codelssvm.m
..............\............\.........\code_ECOC.m
..............\............\.........\code_MOC.m
..............\............\.........\code_OneVsAll.m
..............\............\.........\code_OneVsOne.m
..............\............\.........\Contents.m
..............\............\.........\crossvalidate.m
..............\............\.........\deltablssvm.m
..............\............\.........\democlass.m
..............\............\.........\demofun.m
..............\............\.........\demomodel.m
..............\............\.........\demo_fixedclass.m
..............\............\.........\demo_fixedsize.m
..............\............\.........\demo_yinyang.m
..............\............\.........\denoise_kpca.m
..............\............\.........\eign.m
..............\............\.........\gridsearch.m
..............\............\.........\initlssvm.m
..............\............\.........\kentropy.m
..............\............\.........\kernel_matrix.m
..............\............\.........\kpca.m
..............\............\.........\latentlssvm.m
..............\............\.........\leaveoneout.m
..............\............\.........\leaveoneout_lssvm.m
..............\............\.........\linesearch.m
..............\............\.........\linf.m
..............\............\.........\lin_kernel.m
..............\............\.........\LS-SVMlab Toolbox User's Guide.pdf
..............\............\.........\lssvm.dll
..............\............\.........\lssvm1024.dll
..............\............\.........\lssvm256.dll
..............\............\.........\lssvm64.dll
..............\............\.........\lssvmFILE.exe
..............\............\.........\lssvmFILE.m
..............\............\.........\lssvmFILE1024.exe
..............\............\.........\lssvmFILE256.exe
..............\............\.........\lssvmFILE64.exe
..............\............\.........\lssvmMATLAB.m
..............\............\.........\LS_SVM2.asv
..............\............\.........\medae.m
..............\............\.........\misclass.m
..............\............\.........\MLP_kernel.m
..............\............\.........\mse1.m
..............\............\.........\phitures.dll
..............\............\.........\plotlssvm.m
..............\............\.........\poly_kernel.m
..............\............\.........\postlssvm.m
..............\............\.........\predict.m
..............\............\.........\prelssvm.m
..............\............\.........\RBF_kernel.m
..............\............\.........\rcrossvalidate.m
..............\............\.........\ridgeregress.m
..............\............\.........\robustlssvm.m
..............\............\.........\roc.m
..............\............\.........\simclssvm.dll
..............\............\.........\simclssvm1024.dll
..............\............\.........\simclssvm256.dll
..............\............\.........\simclssvm64.dll
..............\............\.........\simFILE.exe
..............\............\.........\simFILE.m
..............\............\.........\simFILE1024.exe
..............\............\.........\simFILE256.exe
..............\............\.........\simFILE64.exe
..............\............\.........\simlssvm.m
..............\............\.........\sparselssvm.m
..............\............\.........\trainlssvm.m
..............\............\.........\trimmedmse.m
..............\............\.........\tunelssvm.m
..............\............\.........\validate.m
..............\............\.........\windowize.m
..............\............\.........\windowizeNARX.m
..............\............\OSU_SVM3.00
..............\............\...........\cmap.mat
..............\............\...........\Contents.m
..............\............\...........\demo
..............\............\...........\....\c_clademo.m
..............\............\...........\....\c_lindemo.m
..............\............\...........\....\c_poldemo.m

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • harris
    harris算子寻找角点,并实现配准。附试验材料。(harris corner operator to find and to achieve registration. Test materials attached.)
    2008-12-18 20:56:20下载
    积分:1
  • gbvs
    静态图像显著性分析程序,利用matlab开发。加州理工三位教授所写。(Software] Saliency Map Algorithm : MATLAB Source Code Below is MATLAB code which computes a salience/saliency map for an image or image sequence/video (either Graph-Based Visual Saliency (GBVS) or the standard Itti, Koch, Niebur PAMI 1998 saliency map). See the included readme file for details. I also have a newer, simpler version implementing only the Itti algorithm (see simpsal/readme.txt). Please try it out and email me if you have any questions. Download: Please select one of the following to download: [gbvs.zip] This package includes an implementation of the full GBVS algorithm. It also lets you compute an Itti, Koch, Niebur saliency map. It includes a function for computing the ROC score between eye-movements (provided as x,y fixation points) and a saliency map, and a function for displaying a saliency map overlayed on top of an image (as in the screenshot below). Right after you download the zip file, you must change into the gbvs/ directory and run: >>)
    2011-09-11 15:56:18下载
    积分:1
  • Image_Filtering
    Image Filtering RGB Spatial Wiener Direct Inverse Discrete Fourier Transform DFT Lucy Richardson Median Laplacian (Image Filtering RGB Direct Spatial Wiener Inverse Discrete Fourier Transform DFT Lucy Ri chardson Median Laplacian)
    2007-03-31 02:14:30下载
    积分:1
  • workspace03_PSNR
    说明:  实现峰值信噪比的算法,用于判断图片质量的好坏!十分有用!(Achieve peak signal-to-noise ratio (PSNR) algorithm for judging image quality! Very useful!)
    2019-04-11 09:12:00下载
    积分:1
  • 131646463413
    matlab实现区域生长算法。实现起来很简单,操作起来很方便。()
    2008-05-03 11:02:31下载
    积分:1
  • meanshiftSegment
    基于MeanShift算法将图像进行平滑处理去噪并分割(MeanShift algorithm based on smoothing the image de-noising and segmentation)
    2010-03-15 09:17:52下载
    积分:1
  • MI
    一篇很好的互信息算法的综述,对不同模态图像运用PV插值技术实现配准的优劣性做了全面的分析。(failed to translate)
    2013-05-06 09:18:51下载
    积分:1
  • 698073
    经典ldpc编译码程序 gallager的博士论文里的部分仿真程序,(Classic LDPC decoding programming gallagher s doctoral thesis in part of the simulation program,)
    2017-05-19 14:13:41下载
    积分:1
  • lvbochaosheng
    对李纯明的DRLSE进行了改进 利用各向异性扩散提高了分割弱边缘的能力 改进的高斯滤波代替惩罚项 加快了演化速度 节省了时间(The DRLSE to LiChunMing improved using anisotropic diffusion improve the segmentation of improvement of the ability weak edge gaussian filtering instead of penalty term accelerated evolution speed save time)
    2012-07-20 11:06:03下载
    积分:1
  • benhui_v86
    未来线路预测,分析误差,粒子图像分割及匹配均为自行编制的子例程,能量谱分析计算。( Future line prediction, error analysis, Particle image segmentation and matching subroutines themselves are prepared, Energy spectrum analysis and calculation.)
    2016-11-29 21:21:55下载
    积分:1
  • 696518资源总数
  • 104349会员总数
  • 32今日下载