nnesysid20

所属分类:matlab编程
开发工具:matlab
文件大小:714KB
下载次数:54
上传日期:2011-05-17 15:50:26
上 传 者jia1
说明:  人工神经网络系统辨识工具箱(其中包括一些demo)----神经网络机器人视觉伺服。
(Artificial neural network system identification toolbox (including some demo )---- neural network robot visual servo.)

文件列表:
NNSYSID (0, 2003-04-02)
NNSYSID\manual1.pdf (328581, 2003-04-02)
NNSYSID\Contents.m (3865, 2000-01-29)
NNSYSID\RELEASE (4951, 2000-02-06)
NNSYSID\batbp.m (7764, 2000-01-17)
NNSYSID\drawnet.m (4277, 2000-01-16)
NNSYSID\dscale.m (1411, 2000-01-09)
NNSYSID\fpe.m (7664, 2000-01-17)
NNSYSID\getgrad.m (10558, 1999-12-29)
NNSYSID\xcorrel.m (9869, 2000-01-29)
NNSYSID\igls.m (1652, 2000-01-09)
NNSYSID\incbp.m (6452, 2000-01-17)
NNSYSID\ifvalid.m (7093, 2000-01-29)
NNSYSID\kpredict.m (6072, 2000-01-17)
NNSYSID\lipschit.m (6142, 1999-12-29)
NNSYSID\loo.m (9640, 2000-01-17)
NNSYSID\makemex.m (132, 1999-12-29)
NNSYSID\ioleval.m (4666, 2000-01-23)
NNSYSID\nnarmax2.m (14997, 2000-01-21)
NNSYSID\marq.c (7999, 2001-06-01)
NNSYSID\marq.m (12996, 2000-02-02)
NNSYSID\marqlm.m (10801, 2000-01-17)
NNSYSID\matrix.c (43061, 2000-02-16)
NNSYSID\matrix2.h (3262, 1999-12-29)
NNSYSID\netstruc.m (1295, 1999-12-29)
NNSYSID\nnarmax1.m (14887, 2000-01-17)
NNSYSID\nnarmax2.c (30633, 2001-06-01)
NNSYSID\nnoe.m (14482, 2001-06-01)
NNSYSID\nnssif.m (15902, 2002-12-18)
NNSYSID\nnarx.m (2669, 2001-06-01)
NNSYSID\nnarxm.m (3162, 2000-01-09)
NNSYSID\nneval.m (2961, 2000-01-29)
NNSYSID\nnfpe.m (5068, 2000-01-17)
NNSYSID\nnigls.m (2705, 2000-01-09)
NNSYSID\nniol.m (18086, 2000-01-16)
NNSYSID\nnloo.m (10181, 2000-01-17)
NNSYSID\nnmisc.c (33143, 2000-02-16)
NNSYSID\nnmisc.h (2084, 2000-01-17)
NNSYSID\nnvalid.m (10110, 2000-01-29)
... ...

--OO-- Magnus Norgaard's NEURAL NETWORK BASED SYSTEM IDENTIFICATION TOOLBOX Version 2.0 Department of Automation Building 326 2800 Lyngby, Denmark Technical University of Denmark --OO-- The toolbox contains a number of m-files for training and evaluation of multi-layer perceptron type neural networks. There are functions for working ordinary feed-forward networks as well as for identification of nonlinear dynamic systems and time-series analysis. Not all functions have been thoroughly tested yet and even if I haven't been able to find any bugs, I can't guarantee that you won't encounter any problems. Below an overview of the files contained in this directory is given along with a brief description of what they do. The on-line help facility explains how to call the different functions. You simply write help in the MATLAB command window. Along with the m- and c-files in this directory you will find a manual for the toolbox. Start by printing this out and read the release notes. A number of simple demonstration programs have been made to illustrate how most of the functions work. Run these to get an idea of what the toolbox provides. Be careful with the demos, though. Due to the existence of several local minimas, the results will often vary a great deal from run to run. Enjoy! - MN --OO-- CURRENTLY WORKING FUNCTIONS IN THIS DIRECTORY: --------------------------------------------- FUNCTIONS FOR TRAINING NETWORKS: batbp : Batch version of the back-propagation algorithm. incbp : Recursive (/incremental) version of back-propagation. igls : Iterated Generalized Least Squares training of multi-output nets. marq : Levenberg-Marquardt method. marqlm : Memory-saving implementation of the Levenberg-Marquardt method. rpe : Recursive prediction error method. FUNCTIONS FOR PRETREATING THE DATA: dscale : Scale data to zero mean and variance one. FUNCTIONS FOR TRAINING NETWORKS TO MODEL DYNAMIC SYSTEMS: lipschit : Determine the lag space. nnarmax1 : Identify a Neural Network ARMAX (or ARMA) model (Linear MA filter). nnarmax2 : Identify a Neural Network ARMAX (or ARMA) model. nnarx : Identify a Neural Network ARX (or AR) model. nnarxm : Identify a multi output Neural Network ARX (or AR) model. nnigls : Iterated Generalized LS training of multi-output NNARX models. nniol : Identify a Neural Network model suited for I-O linearization control. nnoe : Identify a Neural Network Output Error model. nnrarmx1 : Recursive counterpart to NNARMAX1. nnrarmx2 : Recursive counterpart to NNARMAX2. nnrarx : Recursive counterpart to NNARX. nnssif : Identify a NN State Space Innovations form model. FUNCTIONS FOR PRUNING NETWORKS: netstruc : Extract weight matrices from matrix of parameter vectors. nnprune : Prune models of dynamic systems with Optimal Brain Surgeon (OBS). obdprune : Prune feed-forward networks with Optimal Brain Damage (OBD). obsprune : Prune feed-forward networks with Optimal Brain Surgeon (OBS). FUNCTIONS FOR EVALUATING TRAINED NETWORKS: fpe : FPE estimate of the generalization error for feed-forward nets. ifvalid : Validation of models generated by NNSSIF. ioleval : Validation of models generated by NNIOL. kpredict : k-step ahead prediction of dynamic systems. loo : Leave-One-Out estimate of generalization error for feed-forward nets. nneval : Validation of feed-forward networks (trained by marq,rpe,bp). nnfpe : FPE for I/O models of dynamic systems. nnloo : Leave-One-Out estimate for NNARX models. nnsimul : Simulate model of dynamic system from control sequence alone. nnvalid : Validation of I/O models of dynamic systems. wrescale : Rescale weights of trained network. xcorrel : Calculates high-order cross-correlation functions MISCELLANOUS FUNCTIONS: README : This file. RELEASE : Release notes. Contents : Contents file. crossco : Calculate correlation coefficients. drawnet : Draws a two layer neural network. getgrad : Derivative of network outputs w.r.t. the weights. pmntanh : Fast tanh function. settrain : Set parameters for training algorithms. DEMOS: test1 : Demonstrates different training methods on a curve fitting example. test2 : Demonstrates the NNARX function. test3 : Demonstrates the NNARMAX2 function. test4 : Demonstrates the NNSSIF function. test5 : Demonstrates the NNOE function. test6 : Demonstrates the effect of regularization by weight decay. test7 : Demonstrates pruning by OBS on the sunspot benchmark problem. OTHER FILES IN DIRECTORY pmnshow, test6mat, test7mat, and solplet.asc are used by the test programs. manual1.ps, manual2.ps contains the manual for the toolbox in Postscript format. Makefile, marq.c, nnarmax2.c, nnoe.c, nnssif.c, matrix.c, matrix2.h, nnmisc.c, nnmisc.h contains the source code necessary for generating CMEX versions of the functions marq, nnarmax2, nnoe, and nnssif.

近期下载者

相关文件


收藏者