搜索资源列表
Backpropagation
- 累神經系統 Backpropagation.
backpropagation
- Neural Network backpropagation
backpropagation.m
- backpropagation algorithm program
BPN
- Backpropagation Network Time-Series Forecasting 源码, 经典的BPN人工神经网络例子源码-Backpropagation Network Time-Series Forecasting source, the classic example of artificial neural network BPN source
lightweightbackpropagationneuralnetwork
- * Lightweight backpropagation neural network. * This a lightweight library implementating a neural network for use * in C and C++ programs. It is intended for use in applications that * just happen to need a simply neural network and do not
batbp
- 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
Neural_Dot_Net_2002
- Backpropagation Neural network implementation in C# .NET
BACKPROPAGation
- backpropagtion neural network c
work
- this code for backpropagation on matlab. with indonesian language
backpropagation
- useful backpropagation
Backpropagation_Stochastic
- 利用随机反向传播网络归类的学习算法。它是LMS算法的自然延伸,也是多层神经网络的有监督训练。-Classify using a backpropagation network with stochastic learning algorithm。
project1
- backpropagation algortihm for fisher data
n1
- the attached file contains backpropagation code using visual basic
BPSimplified
- Source code Recognize character with backpropagation
BackPropagation
- Back propagation implementation for example
lwneuralnet-0.8
- Lightweight Neural Network This a lightweight implementation of a backpropagation neural network routine in C. It doesn t do anything fancy: no millions of different types of neural networks, no graphical user interface, just the routines
backpropagation
- back propagation method
gabp-src
- a matlab code for training a backpropagation neural network
Backpropagation
- Make a program to train a Backpropagation neural network which simulates the behavior of an XOR gate.
backpropagation
- A MLP code with backpropagation training algorithm designed for aproximation of functions problems.