-
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
-
face_database
matlab进行人脸识别的简单代码,功能简单仅供参考(simple face recognition matlab code, the function simply for reference purposes only)
- 2015-03-19 22:06:14下载
- 积分:1
-
Periodic_steady-state_response
利用周期稳态响应的谐波分析法求解电路的周期稳态响应(The use of periodic steady-state response of harmonic analysis method for solving the circuit the cycle of steady-state response)
- 2010-01-13 18:02:04下载
- 积分:1
-
13-WindPowerMaximizer---JBaker
Wind Power Maximizer
- 2014-09-08 13:46:43下载
- 积分:1
-
matlab
说明: 函数程序,用于刚学习MATLAB的初学者熟悉软件用(Functional programming, MATLAB for beginners just learning to use familiar software)
- 2010-04-23 19:54:02下载
- 积分:1
-
bnt
我编的一个基于bnt的小程序,算bn的联合概率的,供大家参考(based on a series of small bnt procedures, the operator bn joint probability, for your reference)
- 2007-03-31 09:11:39下载
- 积分:1
-
pinyudaizulvbo
实现了图像处理中的频域带阻低频处理,适合图像处理的初学者。matlab实现。(Realize the image processing in the frequency domain band-reject low frequency processing, image processing for beginners. matlab implementation.)
- 2014-09-14 16:38:31下载
- 积分:1
-
egcode
code describing Bayes theorem for sensor data fusion
- 2014-09-29 05:09:23下载
- 积分:1
-
123
编写仿真程序画出(8,1)重复码系统在硬判决译码和软判决译码两种情况下的BER性能曲线(均采用最小距离译码)(Write simulation program, draw (8, 1) repeat code system in the hard decision decoding and soft decision decoding two cases of BER performance curve (both using minimum distance decoding))
- 2020-12-07 13:49:21下载
- 积分:1
-
waterMd5
实现了数字水印和MD5值序列的嵌入以及提取,有很好的鲁棒性(MD5 realized the value of digital watermarking and embedding and extraction sequence, there is robust)
- 2011-05-08 15:49:58下载
- 积分:1