-
linproj
模型是结构体类型的线性投影Y = linproj(X, model) 其中W.model为线性投影矩阵, Y = model.W *X + model.b
b为偏差值( Description:
Y = linproj(X, model) linearly projects data in X such that
Y = model.W *X+ model.b
out_data = linproj(in_data, model) projects in_data.X
out_data.X = model.W *in_data.X+ model.b
out_data.y = in_data.y
Input:
model [struct] linear projection:
.W [dim x ncomp] Projection matrix.
.b [ncomp x 1] Bias.)
- 2011-05-01 18:11:47下载
- 积分:1
-
motion
motion blur restoration, in this .m file motion blur restoration with CLS and wiener algorithms have been done
- 2012-10-03 15:24:02下载
- 积分:1
-
MATLAB_simulin_comunication_samples
学习通信必不可少的工具simulink的权威书籍,教你如何踏上仿真之路(err)
- 2008-03-31 13:52:24下载
- 积分:1
-
dsk02n
《MATLAB及在电子信息课程中的应用》一书中所有例题和习题的MATLAB源程序(MATLAB and electronic information in the application of the curriculum," a book of all the MATLAB examples and exercises source)
- 2009-07-01 11:32:33下载
- 积分:1
-
mixing-matrix-estimate
二阶稀疏信号欠定盲分离,基于超平面法矢量的混合矩阵的估计(Second-order sparse underdetermined blind signal separation method based on hyperplane vector mixing matrix estimate)
- 2011-09-09 16:44:18下载
- 积分:1
-
neidian
电力系统中进行最优潮流计算时所用的内点法计算最优潮流,此为MATLAB仿真软件所用。(Power system optimal power flow calculation interior point method used to calculate the optimal power flow, this is the MATLAB simulation software.)
- 2013-05-13 08:42:12下载
- 积分:1
-
wavenoise
小波去噪 用了几种不同的方式进行限制,有软域值,硬域值还有新开发的一种方式(wavelet)
- 2010-12-27 16:16:42下载
- 积分:1
-
q_2000_1000
皇后矩阵的生成matlab源代码
the generate of QUEEN matrix source(the generate of QUEEN matrix source
the generate of QUEEN matrix source)
- 2011-09-13 11:44:42下载
- 积分:1
-
PLS_3
利用matlab编程实现偏最小二乘算法,可完成辨识模型的参数(partial least square)
- 2013-09-29 10:29:57下载
- 积分:1
-
linearpll
Simulink linear pll
- 2012-09-11 06:54:35下载
- 积分:1