登录
首页 » matlab » Matlab_Support_Vector_Machine_Toolbox

Matlab_Support_Vector_Machine_Toolbox

于 2008-11-01 发布 文件大小:124KB
0 67
下载积分: 1 下载次数: 14

代码说明:

  This toolbox was designed as a teaching aid, which matlab is particularly good for since source code is relatively legible and simple to modify. However, it is still reasonably fast if used with the supplied optimiser. However, if you really want to speed things up you should consider compiling the matrix composition routine for H into a mex function. Then again if you really want to speed things up you probably shouldn t be using matlab anyway... Get hold of a dedicated C program once you understand the algorithm.

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

发表评论

0 个回复

  • SBM_Pol_Filt
    基于散射模型的PolSAR滤波算法(J.S.Lee),matlab程序(Scattering model PolSAR based filtering algorithm (JSLee), matlab program)
    2010-11-01 13:17:33下载
    积分:1
  • slprj
    基于MATLAB的直扩超宽带通信仿真程序(MATLAB-based DS-UWB simulation program)
    2010-03-13 12:32:33下载
    积分:1
  • MVDR_DOAmatrixDecomposition
    智能天线自适应算法,该算法是基于DOA分解的MVDR算法。(Smart antenna adaptive algorithm that is based on the the DOA decomposition MVDR algorithm.)
    2012-10-09 08:50:31下载
    积分:1
  • sift-mlab
    SIFT代码,包括detector & descriptor.Matlab版本,内有详细的说明文档。值得一看(SIFT code, including detector )
    2008-03-21 21:37:49下载
    积分:1
  • chapter7
    牛顿迭代法求非线性方程组,来自《精通matlab科学计算》一书(Newton iteration method for nonlinear equations, from " well versed in scientific computing matlab" book)
    2009-06-18 14:02:20下载
    积分:1
  • TFoptics
    Fourier transform optics
    2011-09-19 18:11:33下载
    积分:1
  • Coordinate-conversion
    坐标转换(四参数) [row col]=size(source) for i=1:row u(i)=source(i,2) v(i)=source(i,3) x(i)=source(i,4) y(i)=source(i,5) B(2*i-1,1)=1 B(2*i-1,2)=0 B(2*i-1,3)=u(i) B(2*i-1,4)=-v(i) B(2*i,1)=0 B(2*i,2)=1 B(2*i,3)=v(i) B(2*i,4)=u(i) L(2*i-1,1)=x(i) L(2*i,1)=y(i) end X=inv(B *B)*(B *L) Txy=[X(1) X(2)] xzjz(1,1)=X(3) xzjz(1,2)=-X(4) xzjz(2,1)=X(4) xzjz(2,2)=X(3) [row1 col1]=size(target) for i=1:row1 u1(i)=target(i,2) v1(i)=target(i,3) d=[u1(i) v1(i)] md=Txy+xzjz*d end end (Coordinate conversion: [row col]=size(source) for i=1:row u(i)=source(i,2) v(i)=source(i,3) x(i)=source(i,4) y(i)=source(i,5) B(2*i-1,1)=1 B(2*i-1,2)=0 B(2*i-1,3)=u(i) B(2*i-1,4)=-v(i) B(2*i,1)=0 B(2*i,2)=1 B(2*i,3)=v(i) B(2*i,4)=u(i) L(2*i-1,1)=x(i) L(2*i,1)=y(i) end X=inv(B *B)*(B *L) Txy=[X(1) X(2)] xzjz(1,1)=X(3) xzjz(1,2)=-X(4) xzjz(2,1)=X(4) xzjz(2,2)=X(3) [row1 col1]=size(target) for i=1:row1 u1(i)=target(i,2) v1(i)=target(i,3) d=[u1(i) v1(i)] md=Txy+xzjz*d end end )
    2014-12-12 19:02:28下载
    积分:1
  • Faran
    Faran散射模型,能够计算液体中球形物体的散射声压(The Faran scattering model, able to calculate the scattering of spherical objects in the liquid sound pressure)
    2013-05-10 09:07:56下载
    积分:1
  • dianwangluo
    电网络理论的修正节点电压方程、回路方程、割集方程编程(Fixed node voltage equations, loop equation electrical network theory, cut set equation programming)
    2020-12-24 11:29:06下载
    积分:1
  • 一个好用的主同步信号PSS在时域上的相关仿真matlab例程
    可以提取一幅图中想要的目标,非常适合计算机视觉方面的研究使用,雅克比迭代求解线性方程组课设,包含优化类的几个简单示例程序,完整的图像处理课设,包含所有源代码,汽车图像,单径或多径瑞利衰落信道仿真。
    2022-01-28 08:20:45下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载