登录
首页 » matlab » svm(matlab)

svm(matlab)

于 2008-12-19 发布 文件大小:2674KB
0 247
下载积分: 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 个回复

  • NMF-of-beta-divergence
    这是著名的“Algorithmes de factorisation en matrices non-négatives fondée sur la beta-divergence”这篇文章算法的matlab源代码(This is the famous article " Algorithmes de factorisation en matrices non-ngatives fonde sur la beta-divergence" algorithm matlab source code)
    2013-04-08 15:33:20下载
    积分:1
  • KalmanFilter
    卡尔曼滤波的一个典型实例是从一组有限的,包含噪声的,对物体位置的观察序列(可能有偏差)预测出物体的位置的坐标及速度。在很多工程应用(如雷达、计算机视觉)中都可以找到它的身影。同时,卡尔曼滤波也是控制理论以及控制系统工程中的一个重要课题。(A typical example of the Kalman filter, from a limited set, containing the noise, the position of the object observed sequence (there may be deviation) to predict the coordinates of the location and speed of the object. Its presence can be found in many engineering applications (such as radar, computer vision). Meanwhile, the Kalman filter is control theory, and control is an important topic in systems engineering.)
    2012-08-21 10:54:02下载
    积分:1
  • saliency
    视觉注意机制一种新型的目标检测方法,该文给出了一种比较有效的处理策略(Visual attention mechanism to target a new detection method, the paper gives a more effective treatment strategies)
    2010-10-06 10:07:13下载
    积分:1
  • FIR滤波器 C5000 DSP的实现
    用c语言实现的FIR算法 高通滤波器
    2017-12-13下载
    积分:1
  • electronic-image-stabilization
    说明:  关于电子稳像的,挺有用!是用matlab为开发环境的~~(On electronic image stabilization, quite use! Is the environment for the development of matlab ~ ~)
    2011-04-17 11:26:27下载
    积分:1
  • readncfile
    说明:  修改文件存储路径及相关参数,此代码可读取nc格式的文件(After modifying file storage path and related parameters,this code can read the data with the format of 'nc')
    2017-07-31 09:41:29下载
    积分:1
  • CV-model-source-code
    CV模型源代码, 用水平集进行图像分割。一个经典的算法。(matlab source code of CV model)
    2011-06-30 22:06:21下载
    积分:1
  • 检测皮肤代码 face_detection1
    检测皮肤代码。主要包括图像读入,大小变换,格式转换,图像滤波,颜色空间转换,皮肤模型,去除少像素连同区域以及膨胀作用(face detection based on skin model)
    2020-06-27 10:00:02下载
    积分:1
  • 145
    一个很好类子来说明类模板的使用,可以比较明了类模板的使用方法,最好进行单步调试(use of class template )
    2013-08-30 17:17:58下载
    积分:1
  • 5845688suanfayanjiu
    基于扫描地形图的几何纠正算法研究。主要讲解了关于倾斜的数字图像的处理问题。(Scanned topographic maps based on the geometric correction algorithm. Mainly on the inclination to explain the deal with the issue of digital images.)
    2008-03-01 21:15:43下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载