BP神经网络模型推导_第1页
BP神经网络模型推导_第2页
BP神经网络模型推导_第3页
BP神经网络模型推导_第4页
BP神经网络模型推导_第5页
已阅读5页,还剩8页未读 继续免费阅读

下载本文档

版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领

文档简介

1、The project describes teaching process of multi-layer neural network employingbackpropagationalgorithm. 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

2、 of weights coefficients and input signals. The second unit realise nonlinear function, called neuron activation function. Signaleis adder output signal, andy = f(e)is output signal of nonlinear element. Signalyis also output signal of neuron.To teach the neural network we need training data set. Th

3、e training data set consists of input signals (x1andx2) 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 d

4、escribed 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, Symbolsw(xm)nrepresent weights of conne

5、ctions between network inputxmand neuronnin input layer. Symbolsynrepresents output signal of neuronn.Propagation of signals through the hidden layer. Symbolswmnrepresent weights of connections between output of neuronmand input of neuronnin the next layer.Propagation of signals through the output l

6、ayer.In the next algorithm step the output signal of the networkyis compared with the desired output value (the target), which is found in training data set. The difference is called error signaldof output layer neuron.It is impossible to compute error signal for internal neurons directly, because o

7、utput 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 backpropagation algorithm has been worked out. The idea is to propagate error signald(computed in single teaching step) back to all neuro

8、ns, which output signals were input for discussed neuron.The weights coefficientswmnused to propagate errors back are equal to this used during computing output value. Only the direction of data flow is changed (signals are propagated from output to inputs one after the other). This technique is use

9、d for all network layers. If propagated errors came from few neurons they are added. The illustration is below:When the error signal for each neuron is computed, the weights coefficients of each neuron input node may be modified. In formulas belowdf(e)/derepresents derivative of neuron activation fu

10、nction (which weights are modified).df1(e)/dw(x1)1= df1(e)/de*de/dw(x1)1=df(e)/de*x1Coefficienthaffects network teaching speed. There are a few techniques to select this parameter. The first method is to start teaching process with large value of the parameter. While weights coefficients are being established the parameter is being decreased gradually. The second, more complicated, method starts teaching with small parameter value. During the teaching process the parameter is being increased when the teaching is advanced and then decreased again in th

温馨提示

  • 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
  • 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
  • 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
  • 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
  • 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
  • 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
  • 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

评论

0/150

提交评论