-
nntest6
function nntest6(action,flag)
NNTEST6 View and Control Neural network.
See also SIMUFF.
Koos j. den Oudsten, 1-20-99
koos@phil.uu.nl
Copyright (c) 1998-99 by KoosSoft vof
$Revision: 0.4 $ $Date: 1999/01/27 22:29:28 $
global Xx w1 b1 w2 b2 hidden mlp
if nargin < 1
action = start
end
On recursive calls get all necessary handles and data.
if ~strcmp(action, start )
childList = allchild(0)
nn_fig = childList(find(childList == gcf))
ud = gco
popupvalue = get(ud.popup, Value )
- 2010-03-04 17:12:54下载
- 积分:1
-
demonsration-of-DF
用软件实现的滤波器,基于matlab,包含源文件和项目设计的论文和报告(DF based on matlab)
- 2012-04-12 10:02:48下载
- 积分:1
-
New-methods-for-MRI-denoising
New methods for MRI denoising based on sparseness andself-similarity
- 2013-11-16 10:09:46下载
- 积分:1
-
gongchengshuxue
说明: MatLab工程数学应用 一书的电子版,内容非常实用(MatLab Application Engineering Mathematics electronic version of the book, the content is very practical)
- 2008-11-27 21:17:53下载
- 积分:1
-
BlowfishEncryption
Blowfish Algorithm is a Feistel Network, iterating a simple encryption function 16
times. The block size is 64 bits, and the key can be any length up to 448 bits. Although
there is a complex initialization phase required before any encryption can take place, the
actual encryption of data is very efficient on large microprocessors.
Blowfish is a variable-length key block cipher. It is suitable for applications where the
key does not change often, like a communications link or an automatic file encryptor. It is
significantly faster than most encryption algorithms when implemented on 32-bit
microprocessors with large data caches.
- 2011-06-09 18:03:09下载
- 积分:1
-
gaussianprocess4Clas
高斯过程是一种非参数化的学习方法,它可以很自然的用于regression,也可以用于classification。本程序用高斯过程实现分类!(Gaussian process is a non- parametric method of learning, it is very natural for regression. can also be used for classification. The procedures used to achieve classification Gaussian process!)
- 2007-05-24 21:29:21下载
- 积分:1
-
bin
matlab中调用Jacobi迭代法所使用的函数(call a function of the Jacobi iterative method used in matlab)
- 2012-08-02 13:41:18下载
- 积分:1
-
convolutional_VA_decoding3
在matlab环境下实现卷积码的维特比译码(convolutional VA decoding)
- 2013-11-05 16:46:56下载
- 积分:1
-
BP-YYSB
使用BP算法实现语音识别及预测的功能,调试可用(BP algorithm to achieve the function of speech recognition and forecast)
- 2012-05-18 22:16:12下载
- 积分:1
-
Applied-Econometrics-using-MATLAB
是一本英文版的关于matlab在金融领域应用的书籍,对于需要分析统计海量数据的人有一定帮助哦(This text describes a set of MATLAB functions that implement a host of
econometric estimation methods. )
- 2013-09-10 14:57:42下载
- 积分:1