-
tulun
这个图论包里面包括好几个常用的程序 如最短路算法等(The graph on the package which includes several popular programs such as the shortest path algorithm)
- 2010-08-18 15:53:00下载
- 积分:1
-
matlab
matlab图像分割,很有参考价值的一篇文章。希望大家可以好好看看!(matlab image segmentation, great reference value of an article. I hope we can have a good look!)
- 2014-10-10 16:15:11下载
- 积分:1
-
matabSff
很好的学习数字通信的好的例子matlab源代码。(Good learning good example of digital communication matlab source code.)
- 2010-12-09 13:13:43下载
- 积分:1
-
Facedetection
用于人脸检测的方法,附带文章和源程序。效率高!(Face detection method is used, with articles and source code. Efficient!)
- 2010-09-08 10:02:52下载
- 积分:1
-
Lx10
%four-element for square plate bending question
%矩形板横弯问题的有限元程序( Four-element for square plate bending question % rectangular
plate horizontal curved question finite element procedure )
- 2006-06-16 01:41:15下载
- 积分:1
-
Arebic_speech
Arebic Speech Recog. using ANN and MFCC features ( Applied PCA )
- 2014-12-13 13:24:27下载
- 积分:1
-
tuxiang-huadong
matlab程序,对图像做选取3*3矩阵的8邻域与中心特征值的像素差,然后按照不同的方式滑动(matlab program, the selected pixels of the image to make the neighborhood and the center differential 8 eigenvalues 3* 3 matrix, and then slide in different ways)
- 2013-12-05 15:23:52下载
- 积分:1
-
Clamping-Bridge-Inverter
This code contains a modeling of a clamping bridge for the stabilizing of the inverter s Inputs Voltage
- 2012-11-16 14:15:45下载
- 积分:1
-
BPSK
bpsk调制解调 经过高斯白噪声 仿真曲线(bpsk modulation demodulation awgn)
- 2014-12-09 12:03:37下载
- 积分:1
-
1
bp_innerloop.m
Inner loop of the backpropagtion learning algorithm.
One hidden layer. Uses tanh as the transfer function.
Uses the following global variables for input and/or output:
Inputs1 - input patterns
Desired - desired output patterns
LearnRate - learning rate parameter
Momentum - momentum parameter
DerivIncr - increment to the derivative of the transfer function
(Fahlman s trick typical value 0.2)
Weights1 - first weight layer (updated by this routine)
Weights2 - second weight layer (updated by this routine)
deltaW1 - initialize to 0 before first call
deltaW2 - initialize to 0 before first call
TSS - total sum-squared error (set by this routine)
Recurrent state
- 2013-05-18 03:38:49下载
- 积分:1