-
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
-
tjxxff
教材统计学习方法
Statistical Learning Materials(Statistical Learning Materials)
- 2013-08-24 08:06:48下载
- 积分:1
-
Poster-Shrey
Image compression methos and new approch
- 2014-11-09 02:55:10下载
- 积分:1
-
Portfolio-Optimizer-Tool
CAPM模型的Matlab实现程序。用于计算最优证券组合的配置和权重。(CAPM model of Matlab procedures. Used to calculate the optimal portfolio configuration and weight.)
- 2012-12-28 17:57:55下载
- 积分:1
-
Space-Time-Wireless
《Introduction to Space-Time Wireless Communications 》By Arogyaswami Paulraj(Introduction to Space-Time Wireless Communications By Arogyaswami Paulraj)
- 2015-03-25 20:32:27下载
- 积分:1
-
chargedplates_stripline
calculates the charge per unit length, capacitance per unit length, inductance per unit length, and the
characteristic impedance of a strip line
- 2010-02-02 15:03:32下载
- 积分:1
-
MATLABcar
是对于车辆检测的源代码,用matlab软件对视频监控中的车辆进行检测(Source code for the vehicle detection using matlab software to detect vehicles in the video surveillance)
- 2012-04-23 15:29:57下载
- 积分:1
-
sbox
this program matlab is the SBOX of AES
- 2015-02-08 09:14:51下载
- 积分:1
-
MTSP
多旅行商MTSP问题遗传算法应用遗传算法求解多旅行商问题的算法设计,并将其与模拟退火算法比较与结合,有效提高了运算的速度和效率。(Multi traveling salesman MTSP problem genetic algorithm genetic algorithm to solve the problem of multiple traveling salesman problem algorithm design, and it is compared with the simulated annealing algorithm and the combination, effectively improve the speed and efficiency of the operation.)
- 2020-07-17 17:48:48下载
- 积分:1
-
MATLAB
every possible information u need about matlab and how to use it is present here.I hope u enjoy it as much as i did
- 2010-12-10 17:45:42下载
- 积分:1