-
-
-
-
-
-
lightweightbackpropagationneuralnetwork.rar
... backpropagation neural network.
* This a lightweight library implementating a neural network for use
* in C and C++ programs. It is ... use in applications that
* just happen to need a simply neural network and do not want to use
* needlessly complex ...
-
neuralnetworkutility.rar
... 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 ...
-
aine.rar
neural network 一个演示原理的代码,便于初学者学习。
-
-
kpredict.rar
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.
%
-
marq.rar
% 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 ...
-