搜索资源列表
-
0下载:
back propagation algorithm
-
-
0下载:
matlab back propagation algorithm
-
-
0下载:
BPN 網絡演算这是用VCwin32编写的用遗传算法优化神经网络的程序-Error Back-propagation Training Algorithm
-
-
0下载:
back propagation and genetic algorithm in neural networks
-
-
0下载:
load flow using back propagation algorithm
-
-
0下载:
Standard Back Propagation
-
-
0下载:
This is my implementation fo back propagation algorithm for artificial neural network using C-This is my implementation fo back propagation algorithm for artificial neural network using C++
-
-
0下载:
Back Propagation Algorithm in Neural Network.
-
-
0下载:
Back Propagation Algorithm Improvement Methods in Neural Network.
-
-
0下载:
这是反向传播算法的C++程序源码,对于研究BPNN的人人来说,具有非常好的参考价值 可直接使用。 已通过测试。
-This is the back-propagation algorithm C++ program source code for the study of BPNN for all, with a very good reference value can be used directly. Has been tested.
-
-
0下载:
输入学习样本,使用反向传播算法对网络的权值和偏差进行反复的调整训练,使输出的向量与期望向量尽可能地接近,当网络输出层的误差平方和小于指定的误差时训练完成,保存网络的权值和偏差。-Enter the study sample, using the back-propagation algorithm repeatedly adjust training of the network weights and deviation as close as possible, so that the ou
-
-
0下载:
artificial neural network, simple multi layer back propagation training algorithm with tan-sigmoid as the activation function.
-
-
0下载:
back propagation算法实现-back propagation algorithm
-
-
0下载:
用C++实现的bp(Back Propagation)算法程序-BP(Back Propagation)by VC++
-
-
0下载:
this code in used in neural network mlp with back propagation training algorithm and geradian descends algorithm for optimization.in some of this codes I used full propagation algorithm or mlp one layer or two layer with different activation function
-
-
0下载:
this code is about mlp 1 layer neural network with back propagation training algorithm by using geradient descence for nonlinear system. input data are random.-this code is about mlp 1 layer neural network with back propagation training algorithm by
-
-
0下载:
BP神经网络:是一种按误差逆传播算法训练的多层前馈网络,是目前应用最广泛的神经网络模型之一。BP网络能学习和存贮大量的输入-输出模式映射关系,而无需事前揭示描述这种映射关系的数学方程。它的学习规则是使用最速下降法,通过反向传播来不断调整网络的权值和阈值,使网络的误差平方和最小。BP神经网络模型拓扑结构包括输入层(input)、隐层(hide layer)和输出层(output layer)。-BP neural network: a Press the front back propagatio
-
-
0下载:
matlab code for training neural network using back-propagation algorithm
-
-
2下载:
BP(Back Propagation)网络是一种按误差逆传播算法训练的多层前馈网络,是目前应用最广泛的神经网络模型之一。
BP网络能学习和存贮大量的输入-输出模式映射关系,而无需事前揭示描述这种映射关系的数学方程。
它的学习规则是使用最速下降法,通过反向传播来不断调整网络的权值和阈值,使网络的误差平方和最小。BP神经网络模型拓扑结构包括输入层(input)、隐层(hide layer)和输出层(output layer)。
通过对信息的提取以及
-
-
1下载:
建立BP神经网络, 12个隐层神经元,4个输出神经元
tranferFcn属性 'logsig' 隐层采用Sigmoid传输函数
tranferFcn属性 'logsig' 输出层采用Sigmoid传输函数
trainFcn属性 'traingdx' 自适应调整学习速率附加动量因子梯度下降反向传播算法训练函数
learn属性 'learngdm' 附加动量因子的梯度下降学习函数(The BP neural network is established, with 12 hidden la
-