搜索资源列表
-
1下载:
自适应(Adaptive)神经网络源程序
The adaptive Neural Network Library is a collection of blocks that implement several Adaptive Neural Networks featuring
different adaptation algorithms.~..~
There are 11 blocks that implement basically these 5 kinds of
-
-
0下载:
The adaptive Neural Network Library is a collection of blocks that implement several Adaptive Neural Networks featuring
different adaptation algorithms.~..~
There are 11 blocks that implement basically these 5 kinds of neural networks:
1) A
-
-
0下载:
利用随机反向传播算法及学习率为0.1和sigmoid函数,构造singmoid网络,训练它用来将模式分别分到w1和w2两个类中。
-
-
0下载:
backpropagation algorithm program
-
-
0下载:
Batch version of the back-propagation algorithm.
% Given a set of corresponding input-output pairs and an initial network
% [W1,W2,critvec,iter]=batbp(NetDef,W1,W2,PHI,Y,trparms) trains the
% network with backpropagation.
%
% The activatio
-
-
0下载:
利用随机反向传播网络归类的学习算法。它是LMS算法的自然延伸,也是多层神经网络的有监督训练。-Classify using a backpropagation network with stochastic learning algorithm。
-
-
0下载:
DigitalEyes is an OCR (Optical Character Recognizer) developed in C/Caml.
usage : ./digitaleyes[.opt] [processes in chronological order] file
-noise Reduces image noise.
-rotate Finds angle and rotate image.
-lessons Builds the lessons
-
-
0下载:
this program applying artificial intelegence with backPropagation algorithm
-
-
0下载:
BP neural code
the backpropagation algorithm nwueal implementation in matlab, the code for training element wise
-
-
0下载:
A MLP code with backpropagation training algorithm designed for classification problems.
-
-
0下载:
A single perceptron code with backpropagation training algorithm designed for classification problems.
-
-
0下载:
A MLP code with backpropagation training algorithm designed for aproximation of functions problems.
-
-
0下载:
Classify using a backpropagation recurrent network with a batch learning algorithm
-
-
1下载:
BP-神经网络 The neural network is trained with the Levenberg-Marquardt algorithm.
The activation functions can be either linear ( L ) or hyperbolic tangent ( H ).-Backpropagation neural network with one hidden layer for multivariate calibration. (Desig
-
-
0下载:
a back propogation algorithm implementation
-
-
0下载:
This "classic" style of neural network is used for spontaneously generating an algorithm for the analysis of numeric patterns. The goal is to "teach" the network how to analyze a desired set of numeric inputs. For instance, the network might be taugh
-
-
0下载:
Purpose: This program used for testing source code in
* Chapter 5: Introduction to Neural Networks and the Backpropagation Algorithm
* Book: AI Application Programming
-Purpose: This program used for testing source code in
* Chap
-
-
0下载:
backpropagation algorithm
-
-
0下载:
this to solve the problem of xnor using backpropagation algorithm-this is to solve the problem of xnor using backpropagation algorithm
-
-
0下载:
backpropagation algorithm for train nn
but it have some problem. its need to redo
-