搜索资源列表
Backpropagation
- 累神經系統 Backpropagation.
backpropagation
- Neural Network backpropagation
BPN
- Backpropagation Network Time-Series Forecasting 源码, 经典的BPN人工神经网络例子源码-Backpropagation Network Time-Series Forecasting source, the classic example of artificial neural network BPN source
Backpropagation Network with Bias Terms and Moment
- 附加了动量项BP神经网络-Additional items of Momentum BP neural network
自适应(Adaptive)神经网络源程序
- 自适应(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 impleme
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 ki
pittnet
- Backpropagation / ART1 / Kohonen / Radial Basis-Backpropagation/ART1/Kohonen/Radial B Fellowships
apbSrc.tar
- Single-layer neural networks can be trained using various learning algorithms. The best-known algorithms are the Adaline, Perceptron and Backpropagation algorithms for supervised learning. The first two are specific to s
BackPropagation
- 以类库的形式实现了BP神经网络算法。可从该类基础上派生新类,实现各类应用-In order to realize a form of class libraries BP neural network algorithm. Can be derived from the basis of such new categories, the realization of a wide range of applications
NeuralNetworkOCR
- bp, backpropagation 神经网络 简单认字 错误开发实例。-bp, backpropagation neural network to develop a simple example of character recognition errors.
Backpropagation
- 累神經系統 Backpropagation.-Tired nervous system Backpropagation.
backpropagation
- Neural Network backpropagation
ann_demo
- Backpropagation Artificial Neural Network in C
smc_speech
- 《Neural Networks for Text-to-Speech Phoneme Recognition》This paper presents two different artificial neural network approaches for phoneme recognition for text-to-speech applications: Staged Backpropagation Neural Networ
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 si
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 backprop
Neural_Dot_Net_2002
- Backpropagation Neural network implementation in C# .NET
backpropagation
- backpropagation mlp 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.