readme

来自「新的神经网络算法源程序」· 代码 · 共 41 行

TXT
41
字号
=========================================================== Readme File of the WaveNet 2.1 Package in Matlab Language===========================================================The WaveNet is a feedforward network composed of wavelets, also namedas Wavelet Network.This package is designed for training WaveNets based on data,and using them as models. Static  System: models of the form y=f(x1,x2,..xm)Dynamic System: models of the form y(t)=f(y(t-1),..,y(t-p), u(t-m),..,u(t-n)))This version handles only single output systems.Run wnetdemo.m for some demonstrations.ex1d1.m, ex1d2.m, ex2d.m and exdyn.m  are examples for the use of this package.The package has been created and tested in Matlab 4.1 under OpenWindowson a Sun Sparc-2 Workstation.The programs are provided without warranty of any kind and under the general public domain software distribution conditions. In particular, you are free to modify any of the files, provided that you acknowledge the source in any publication and do not sell them.Qinghua ZhangMay, 1994========================================================= Qinghua ZHANG                   Phone: +33  99 84 74 63  IRISA                           Fax:   +33  99 84 71 71 Campus de Beaulieu 35042 Rennes Cedex              Email: zhang@irisa.fr FRANCE=========================================================

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?