-
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
-
communicationsystemusingmatlab-Proakis
说明: 该压缩包提供了现代通信原理课本附带光盘中的示例源码(The package provides a principle of modern communication textbooks with CD-ROM attached in the sample source)
- 2008-12-01 21:37:56下载
- 积分:1
-
Neural-Network-
数学建模中基于matlab的神经网络算法(Mathematical modeling of neural network algorithm based on matlab)
- 2013-11-03 18:42:35下载
- 积分:1
-
SIMULINK仿真模型MMC (2)
说明: SIMULINK仿真模型,介绍基本的MMC(模块化多电平换流器)仿真模型,用于柔性直流运输控制(modular multilevel converter)
- 2020-07-20 09:58:46下载
- 积分:1
-
53607929hanning
采样系统实时信号的频谱分析MATLAB程序(Real-time signal sampling spectral analysis program MATLAB)
- 2009-04-10 11:29:32下载
- 积分:1
-
AnPAdaptivePThreshold
在传统canny边缘检测的基础上,进一步进行自适应阈值的边缘检测方法的研究,比传统的方法有很大的优越性(Traditional canny edge detection on the basis of further adaptive threshold edge detection method, there are a lot of advantages than traditional methods)
- 2013-05-18 09:47:06下载
- 积分:1
-
Wind_Turbine_modeling
modeling and control of fully wind turbine system
- 2017-12-13 06:14:53下载
- 积分:1
-
LEXICAL_Ranjith
lexical analyser using c program
- 2011-01-02 22:07:08下载
- 积分:1
-
one
OFDM simulation for transmission and reciever
- 2014-09-22 06:31:08下载
- 积分:1
-
FIXPOINT
solution to nonlinear equations use fixpoint method
- 2011-07-07 13:47:10下载
- 积分:1