-
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
-
bayes_classify
用Matlab编写的Bayes 分类器,用以进行两类模式识别(prepared using Matlab Bayesian classifier, used for two types of pattern recognition)
- 2006-12-26 16:13:38下载
- 积分:1
-
MUSIC
这是功率谱估计得MUSIC算法的实现,代码能仿真成功(This is the power spectrum estimation in MUSIC algorithm, the code can be successful simulation)
- 2013-09-17 21:02:54下载
- 积分:1
-
curve-ray-trace-and--travel-time
地震射线追踪、走时曲线以及地震记录正演模拟、去噪等程序。(Seismic ray tracing, travel time curves and forward modeling of seismic records, de-noising and other procedures.)
- 2015-04-05 17:07:32下载
- 积分:1
-
MMSE
本程序是用于波束形成的MMSE算法。实现了对MMSE算法的matlab仿真。(This procedure is used MMSE beamforming algorithms. Realized on the MMSE algorithm matlab simulation.)
- 2010-06-07 15:42:48下载
- 积分:1
-
Assignment7-Blurring-Kernel
This is a blurring tool. Applying this code can Blurr an image used for identity protection
- 2013-02-09 02:46:23下载
- 积分:1
-
PAM-Channel-Capacity
Channel Capacity for 8-PAM Constellations
基于 Monte Carlo method,用matlab仿真的(Channel Capacity for 8-PAM Constellations based on the Monte Carlo method, using matlab simulation)
- 2012-10-23 20:54:21下载
- 积分:1
-
GAAS
遗传算法的matlab程序,可以解决函数的极值最小值问题。(GA can solve the unlinear problems.)
- 2015-02-09 11:02:53下载
- 积分:1
-
pca
这是一个用matlab实现的人脸识别的pca方法,正确识别率不错。(err)
- 2007-12-28 21:30:13下载
- 积分:1
-
Matlab-PPT
matlab 基本知识,基本概念和语法规则,编程技巧。武汉大学教学用的课件(matlab basic knowledge, basic concepts and syntax rules, programming skills. Wuhan University teaching courseware)
- 2011-06-21 00:20:54下载
- 积分:1