neural network utility is a neural Networks library for the C++ Programmer. It is entirely object oriented and focuses on reducing tedious and confusing problems of programming neural networks. By this I mean that network layers are easily defined. An entire multi-layer network can be created in a few lines, and trained with two functions. Layers can be connected to one another easily and painlessly.
标签: Programmer Networks entirely network
上传时间: 2013-12-24
上传用户:liuchee
neural network 一个演示原理的代码,便于初学者学习。
上传时间: 2013-12-25
上传用户:181992417
the load forecast based on neural Networks,use the MATLAB
标签: the forecast Networks neural
上传时间: 2016-12-21
上传用户:iswlkje
k-step ahead predictions determined by simulation of the % one-step ahead neural network predictor. For NNARMAX % models the residuals are set to zero when calculating the % predictions. The predictions are compared to the observed output. %
标签: ahead predictions determined simulation
上传时间: 2016-12-27
上传用户:busterman
% Train a two layer neural network with the Levenberg-Marquardt % method. % % If desired, it is possible to use regularization by % weight decay. Also pruned (ie. not fully connected) networks can % be trained. % % Given a set of corresponding input-output pairs and an initial % network, % [W1,W2,critvec,iteration,lambda]=marq(NetDef,W1,W2,PHI,Y,trparms) % trains the network with the Levenberg-Marquardt method. % % The activation functions can be either linear or tanh. The % network architecture is defined by the matrix NetDef which % has two rows. The first row specifies the hidden layer and the % second row specifies the output layer.
标签: Levenberg-Marquardt desired network neural
上传时间: 2016-12-27
上传用户:jcljkh
This function applies the Optimal Brain Surgeon (OBS) strategy for % pruning neural network models of dynamic systems. That is networks % trained by NNARX, NNOE, NNARMAX1, NNARMAX2, or their recursive % counterparts.
标签: function strategy Optimal Surgeon
上传时间: 2013-12-19
上传用户:ma1301115706
Train a two layer neural network with a recursive prediction error % algorithm ("recursive Gauss-Newton"). Also pruned (i.e., not fully % connected) networks can be trained. % % The activation functions can either be linear or tanh. The network % architecture is defined by the matrix NetDef , which has of two % rows. The first row specifies the hidden layer while the second % specifies the output layer.
标签: recursive prediction algorithm Gauss-Ne
上传时间: 2016-12-27
上传用户:ljt101007
hopfield neural network
上传时间: 2014-01-20
上传用户:钓鳌牧马
《神经网络设计》(neural networks design)的源代码
标签: networks neural design 神经网络
上传时间: 2013-12-18
上传用户:wfeel
Kalman Filtering and neural Networks - Simon Haykin 原来网上的文件缺少第五章,这个完整版,欢迎下载,英文牛B的人可以翻译好后,再上传,谢谢!
标签: Filtering Networks Kalman Haykin
上传时间: 2017-02-01
上传用户:标点符号