-
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
-
matlabPdfbook
学习MATLAB的书籍,包括官方学习手册,MATLAB编程风格指南,编程实例,基础教材等!(Learning MATLAB books, including official study manual, MATLAB programming style guide, programming examples, basic teaching materials, etc.!)
- 2009-12-02 16:47:31下载
- 积分:1
-
matlab_and_mathematic
系统讲述了matlab在数学建模中的应用,有助于良好的掌握matlab的工具箱使用和进一步了解matlab的强大功能。(Matlab system described in the application of mathematical modeling to help a good grasp of the matlab toolbox to learn more about the use and power of matlab.)
- 2009-07-11 10:13:52下载
- 积分:1
-
nfl
linear model nfl prediction
- 2014-12-13 04:30:10下载
- 积分:1
-
gauss
说明: this .m file is about the gauss-newton iteration
- 2020-04-09 21:06:35下载
- 积分:1
-
PQ_matlab
信息隐藏算法中的PQ算法,其中编码部分使用的是湿纸编码,该隐藏算法性能较好。(A PQ method (m-file) for steganography)
- 2012-05-03 12:03:23下载
- 积分:1
-
xiaobo7wavelet
用小波函数进行分解与重构信号,通过重构信号在进行基音检测的运算(Wavelet function decomposition and reconstruction signal through the reconstructed signal during operation pitch detection)
- 2013-05-22 14:31:35下载
- 积分:1
-
2414-105-038
Convolution for student who want to learn about signal using matlab programming
- 2014-12-28 14:30:35下载
- 积分:1
-
1
MATLAB实现中值滤波源代码,此文件为MATLAB做图像中值滤波的源代码,并且计算均方误差,归一化均方误差以及峰值信噪比(MATLAB median filter source code, the source code of this file for MATLAB image median filtering, and calculate the mean square error, normalized mean square error and peak signal-to-noise ratio)
- 2013-05-17 01:57:48下载
- 积分:1
-
MATLAB0001
初学matlab的教程,比较全面,比较实用,此部分为第一部分。(Matlab beginner tutorial, more comprehensive, more practical, this section is the first part.)
- 2013-07-16 22:23:09下载
- 积分:1