-
simulations-in-complex-networks
复杂网络中典型网络的matlab仿真(包括小世界网络,BA网络,随即图等等)(matlab simulations in complex networks)
- 2012-05-06 21:37:47下载
- 积分:1
-
PCLDSP
对稠密点云或者Mesh模型进行降采样,以获得更加具有代表性的模型来减少点的数量和面的个数。(The dense point cloud or Mesh model is sampled down to obtain a more representative model to reduce the number of points and the number of faces.)
- 2017-06-27 16:13:07下载
- 积分:1
-
ISIT-2004-long-MikMarcRox
Construction of Good LDPC Codes using Dilation Matrices
- 2010-07-15 03:22:10下载
- 积分:1
-
seghough
K均值聚类法基于lab颜色空间分割图像,并用霍夫变换检测圆(K means clustering method is based on lab color space segmentation image and Hough transform to detect circles with)
- 2011-04-23 15:29:36下载
- 积分:1
-
lanczos_full_reorth1
Lanczos algorithm for tridiagunalization of a matrix.
- 2011-06-02 16:31:21下载
- 积分:1
-
Time-series-of-the-wavelet-analysis
时间序列小波分析详细步骤,能帮助你快速熟悉matlab小波工具箱(Wavelet analysis of time series detailed steps that can help you quickly familiar with matlab wavelet toolbox)
- 2013-12-08 13:45:37下载
- 积分:1
-
Beijing-institute-tecnolgy2
for learn matlab software
- 2012-03-26 10:57:59下载
- 积分:1
-
Evaluate
评价图形的MSE,SNR,PSNR的GUI。(A GUI to evaluate the image s MSE,SNR and PSNR.)
- 2010-05-14 14:23:19下载
- 积分:1
-
ParticleFilter
Particle filter source code in matlab
- 2013-12-28 23:34:17下载
- 积分: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