-
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
-
PENGCHAO
高等应用数学问题的Matlab求解范例第2版,网上全部都是第一版的,第2版的几乎没有,全部范例是亲自调试过。还包含相应的工具箱。减去你下载工具箱的烦恼。(Higher Applied Mathematics Matlab in example 2, online all the first edition, version 2 is almost all examples of personally debugging. Also contains the corresponding toolbox. Subtract your download toolbox troubles.)
- 2012-05-16 16:12:26下载
- 积分:1
-
Main_original_OFDM_CP_in_Multipath_Wireless_Form
This is matlab simulation source code for ASP digital communication system.
- 2011-05-16 10:53:14下载
- 积分:1
-
ebookpdfmatlabgettingstarted
basics of matlab to start with
- 2010-06-06 01:28:40下载
- 积分:1
-
MatLab_math
较详细介绍了MATLAB的在数学中的各种应用,欢迎下载交流。(MatlAB)
- 2010-12-10 21:08:54下载
- 积分:1
-
六自由度并联机构运动学正解
说明: 可用于求解六自由度并联机器人正解的matlab程序(Matlab program that can be used to solve the forward solution of a 6-DOF parallel robot)
- 2020-09-21 13:17:54下载
- 积分:1
-
OSIC
MIMO信号检测中排序串行干扰消除算法(OSIC)三种排序性能比较,QAM16调制,未编码,AWGN信道(MIMO signal detection interference cancellation algorithm (OSIC) sort sort of three properties, QAM16 modulation, the uncoded AWGN channel)
- 2020-07-02 03:00:01下载
- 积分:1
-
3
说明: 用matlab产生符合要求的余旋信源,并设置载波频率,运用DSB调制画出调制后波形。(Using matlab to generate more than spin source to meet the requirements and set the carrier frequency, modulation using DSB modulated waveform draw.)
- 2014-12-17 17:07:44下载
- 积分:1
-
m4
说明: thanks it useful ihope to used
- 2009-11-13 11:53:46下载
- 积分:1
-
TheCProgrammingLanguage
这是一本介绍C++编程的书,有助于读者深入的了解和掌握C++编程。(This is an C++ programming book ,it will help readers in-depth understanding and using of C++ programming.)
- 2010-11-03 22:54:11下载
- 积分:1