文档详情

BP神经网络模型推导讲诉.docx

发布:2017-01-11约字共13页下载文档
文本预览下载声明
The project describes teaching process of multi-layer neural network employing?backpropagation?algorithm. To illustrate this process the three layer neural network with two inputs and one output,which is shown in the picture below, is used:?Each neuron is composed of two units. First unit adds products of weights coefficients and input signals. The second unit realise nonlinear function, called neuron activation function. Signal?e?is adder output signal, and?y = f(e)?is output signal of nonlinear element. Signal?y?is also output signal of neuron.?To teach the neural network we need training data set. The training data set consists of input signals (x1?and?x2?) assigned with corresponding target (desired output)?z. The network training is an iterative process. In each iteration weights coefficients of nodes are modified using new data from training data set. Modification is calculated using algorithm described below: Each teaching step starts with forcing both input signals from training set. After this stage we can determine output signals values for each neuron in each network layer. Pictures below illustrate how signal is propagating through the network, Symbols?w(xm)n?represent weights of connections between network input?xm?and neuron?n?in input layer. Symbols?yn?represents output signal of neuron?n.?Propagation of signals through the hidden layer. Symbols?wmn?represent weights of connections between output of neuron?m?and input of neuron?n?in the next layer.?Propagation of signals through the output layer.?In the next algorithm step the output signal of the network?y?is compared with the desired output value (the target), which is found in training data set. The difference is called error signal???of output layer neuron.?It is impossible to compute error signal for internal neurons directly, because output values of these neurons are unknown. For many years the effective method for training multiplayer networks has been unknown. Only in the middle eighties the
显示全部
相似文档