-
NeuralNetwork_BP
BP神经网络用于分类与回归 ,非常好用,强烈建议下(BP neural network for classification and regression)
- 2009-09-22 00:21:47下载
- 积分:1
-
maxlinedev
最大值分割图像边缘提取子程序最 大值分割图像边缘提取子程序(Image Edge Detection maximum partition partition maximum Subroutine Subroutine Image Edge Detection)
- 2007-11-15 00:52:58下载
- 积分:1
-
wavelet-based-super-resolution
一种可以用来进行图像分超分辨重建的方法,用小波做的(super resolution)
- 2012-04-18 21:35:11下载
- 积分:1
-
K
说明: 利用matlab对字母K进行编码,属于罗曼3型编码,最终结果可得到一幅二维傅里叶变换全息图(Using matlab to encode the letter K, are Roman 3 encoder, the end result can be obtained a two-dimensional Fourier transform hologram)
- 2013-07-24 09:52:07下载
- 积分:1
-
absorber
1-D Uniaxial-PML code
- 2009-11-07 00:46:55下载
- 积分:1
-
Arrayadderandconverter
hai this is useful for wavelet programming
- 2010-03-13 22:47:37下载
- 积分:1
-
detect
bloob segmentation bright blood
- 2012-12-30 14:10:24下载
- 积分:1
-
1b6707e893e9
In this paper, a new approach based on the R, filtering is presented
for speech enhancement. This approach differs from the traditional
modified Wiener
- 2013-01-29 18:36:33下载
- 积分:1
-
ukf
说明: 实现ukf滤波 目标跟踪
实现ukf ekf pf三种滤波算法的比较(Realization of UKF filtering target tracking
Comparison of three filtering algorithms for UKF EKF PF)
- 2019-03-03 10:28:17下载
- 积分:1
-
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