-
ncut
说明: NCUT图像分割matlab代码,实现图像分割的较好的方法(NCUT image segmentation matlab code to achieve a better method of image segmentation)
- 2011-03-16 14:40:53下载
- 积分:1
-
机械臂模拟
说明: 机械臂控制 三维三自由度 点到点移动 matlab参考代码(Robot arm control three - dimensional three - degree of freedom point - to - point movement MATLAB reference code)
- 2021-03-25 16:42:11下载
- 积分:1
-
ldpcbp3
说明: 很有 用的LDPC译码程序,大家可以看看,很有借鉴作用(ldpc decoder)
- 2009-07-30 09:38:01下载
- 积分:1
-
mod_euler
说明: 关于数值积分系列的matlab的源程序代码(Series on the numerical integration of the source code matlab)
- 2011-03-11 09:42:27下载
- 积分:1
-
lec5
Li near r egr essi on, acti ve learning
We arriv ed at the lo gistic regression model when trying to explicitly model the uncertainty
about the lab els in a linear c la ss ifier. The same genera l modeling approach p e rmits us to
use line ar predictio ns in var ious other co ntexts as well. The simplest of them is regress ion
where the go al is to pr e dict a con tin uous resp onse y
t ∈ R to e ach example ve ctor. Here
to o fo cusing on linear predictions won’t b e inherently limiting as linear predictions can b e
easily extended (ne xt lecture).
- 2013-12-02 14:38:57下载
- 积分:1
-
shuangpuxianchazhi
双谱线插值法程序,包含各种常见的窗函数,采样频率和点数可以自己设定。(The Double Line interpolation procedures, including a variety of common window function, sampling frequency and the number of points can be set.)
- 2013-04-30 16:33:27下载
- 积分:1
-
DiverMIMO
tai lieu ve multiple input and multiple output
- 2010-11-04 00:35:33下载
- 积分:1
-
Bartlett
本方案采用了Bartlett法的ARMA过程的谱估计,可以对以上模型分析(The program uses the Bartlett method of ARMA spectral estimation process, the above model can be)
- 2011-05-24 00:34:03下载
- 积分:1
-
cengcifenxi
层次分析的一些源代码,层次分析法是将决策总是有关的元素分解成目标、准则、方案等层次,在此基础之上进行定性和定量分析的决策方法。(Some of the source code level analysis, AHP is always the element of decision-making down into objectives, guidelines, programs and other levels, in this based on qualitative and quantitative analysis of the decision-making methods.)
- 2011-07-07 11:44:58下载
- 积分: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