登录
首页 » matlab » HessianSSR

HessianSSR

于 2013-08-30 发布 文件大小:15KB
0 220
下载积分: 1 下载次数: 18

代码说明:

  基于Hessian能量的半监督回归,并将其应用于半监督维数约简。(This is code for the semi-supervised regression using Hessian energy. Kwang In Kim, Florian Steinke and Matthias Hein, "Semi-supervised Regression using Hessian energy with an application to semi-supervised dimensionality reduction" NIPS 2009)

文件列表:

AddCodesforDigits
.................\DisplayPatches.m,1444,2009-03-11
.................\EucDist.m,578,2009-11-19
.................\MarkEmbeddingPath.m,1678,2009-11-19
.................\Plot3DCoordsofImgs.m,535,2009-11-06
CompactKernel.m,1911,2009-08-10
ComputeX.m,446,2009-02-11
ConstructHessian.m,4813,2009-11-19
ConstructLocalHessian.m,1349,2009-11-06
ExampleDigits.m,4276,2009-11-19
ExampleSinusoidsonSpiral.m,2640,2009-11-06
ExampleTwoPointsonSpiral.m,2581,2009-11-06
ForwardPCA.m,361,2009-11-04
GetKNN.m,2378,2009-11-19
GetNormalCoordG.m,2034,2009-11-04
GetNormalCoordGGivenTS.m,1018,2009-11-04
PerformPCA.m,1077,2009-11-04
PerformRegression.m,1769,2009-11-19
Plot3DCoordsofImgs.m,535,2009-11-06
readme.txt,3807,2009-11-19

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

发表评论

0 个回复

  • MATALB
    这个程序是基于MATALB平台实现的,由于本程序是自己编的,所以还有不足的地方如那位大侠有好的建议请提出(This procedure is based on the MATALB platform, as a result of this process is allocated its own, so there are less than places such as the heroes who have put forward good suggestions, please)
    2009-05-05 23:44:11下载
    积分:1
  • snr
    control signal to noise level
    2013-03-26 21:32:14下载
    积分:1
  • LTE移动通信的无线传播信道模型
    毕设的题目,LTE移动通信的无线传播信道模型,通过MATLAB仿真了包括多径信道,考虑了多普勒频移以及瑞利信道,考虑了 CBgMeC参数以及 QYIzukV衰落的多参数信道模型,调试正常。? (Complete set of topics, mobile wireless channel modeling, simulation by MATLAB, including multipath channel, taking into account the Doppler shift and Rayleigh channel, considering the CBgMeC parameter and multi-parameter QYIzukV fading channel model, debugging normal. )
    2016-01-14 15:03:54下载
    积分:1
  • dandaotichuanshuxian
    一个用matlab编写的天线问题,用于计算单导体传输线(Using matlab to prepare an antenna problem, used to calculate the single-conductor transmission line)
    2008-06-04 16:39:18下载
    积分:1
  • plotSmithChart
    史密斯图(Smith chart)是一款用于电机与电子工程学的图表,主要用于传输线的阻抗匹配上。在复平面上采用双线性变换。实部 r=常数和虚部 x=常数,两族正交直线变化为正交圆并与反射系数|G|=常数和虚部x=常数套用而成。本文档通过MATLAB来编写程序,绘制一个完整的SMITH圆图(Smith figure (Smith chart) is a for electrical and electronic engineering chart, mainly for the transmission line on the impedance matching in the plane bilinear transformation real part r = constant and imaginary part x = constant, two RACES straight for orthogonal round orthogonal changes and and reflection coefficient | G | = constant and imaginary part x = constant apply mechanically and into this document to write the program through MATLAB, draw a complete Smith circle diagram )
    2012-04-11 07:15:33下载
    积分:1
  • Image-Classification
    本文实现了09年CVPR的文章Linear Spatial Pyramid Matching using Sparse Coding for Image Classification(This package contains the Matlab codes implementing the ScSPM algorithm described in CVPR 09 paper "Linear Spatial Pyramid Matching using Sparse Coding for Image Classification". )
    2013-09-22 19:16:03下载
    积分:1
  • a
    说明:  单周期控制的软开关无桥升压PFC电路的研究(Soft Switch One Cycle Control bridgeless boost PFC circuit)
    2016-04-07 19:42:56下载
    积分:1
  • 0
    说明:  给定n种物品和一个背包,物品i的重量是Wi,价值是vi,被包容量是C,应该如何选择装入被包的物品,使得装入背包中物品的总价值最大?对于每种物品i,只有两种选择,装入或者不装入. 输入:第一行两个正整数n(物品数)和C(容量) 第二行n个正整数n,表示物品价值 第三行n个正整数n,表示物品重量 输出:第一行表示总价值 第二行n个数(0/1),0表示物品不装入,1表示装入 例如, 输入: 5 10 6 3 5 4 6 2 2 6 5 4 输出 15 1 1 0 0 1 (Species of a given n items and a backpack, the weight of item i is Wi, the value of vi, was packet capacity is C, should be how to choose a package of items to be loaded, the backpack load in the largest total value of goods? For each item i, there are only two options, loaded or not loaded. Input: the first line of the two positive integer n (the number of items) and C (capacity) of the second line of n positive integer n, that the value of the third line of n positive integer n, that the weight of output: the total value of the first line of the second line, said n number of (0/1), 0 that the items do not load, that load 1 for example, enter: 5,106,354,622 6 5 4 output 15 1 1 0 0 1)
    2009-07-01 23:07:01下载
    积分:1
  • IFFT1
    IT gives the IFFT of the given signal
    2010-05-07 00:19:37下载
    积分:1
  • FresnelHologram
    matlab实现菲涅耳全息图,简单明了,很有用.自己整理的,可以直接运行。(matlab achieve the Fresnel hologram, simple and useful. collate their own, and can be directly run.)
    2009-01-22 08:51:27下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载