搜索资源列表
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
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
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
gabp-src
- a matlab code for training a backpropagation neural network
backprop.m
- this a program on matlab backpropagation of error.-this is a program on matlab backpropagation of error.
NeuroBP
- neuro backpropagation project
system
- this is a backpropagation neural network training and testing design for two types of islamic caligraphy pattern recognition as a school project
JST
- this program applying artificial intelegence with backPropagation algorithm
Backpropagation
- back probagation in neural network
JST_backpropation_error
- ANN Backpropagation Error
backpropagation
- A MLP code with backpropagation training algorithm designed for aproximation of functions problems.