




版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
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. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 2025版智能餐饮外卖配送合作协议书模板
- 2025版知识产权授权使用免责协议范本
- 二零二五年度化妆品品牌研发成果转化及许可合同
- 2025年房地产典当业务市场拓展与合作关系合同正规范本
- 二零二五年度绿色节能型住宅装修改造合同
- 2025版新材料研发与推广服务合同范本
- 二零二五版拍卖师艺术品鉴定咨询服务合同
- 二零二五年度仓储租赁合同与物流配送合同综合范本
- 二零二五年度离婚案件起诉状制作要点
- 二零二五版创业伙伴收益分配及合作终止协议
- 2025社区工作者考试试题(含答案)
- 统编版七年级语文上册 第18课《我的白鸽》 练习题(含答案)
- 【真题】人教版七年级下学期7月期末数学试题(含解析)湖南省长沙市长沙市一中教育集团联考2024-2025学年
- SAVI综合征靶向治疗研究进展
- 物业资产考试试题及答案
- 氧化钨化学计量比对其物理化学性质的影响规律
- 口腔诊所污水管理制度
- DZ/T 0275.5-2015岩矿鉴定技术规范第5部分:矿石光片鉴定
- 苹果授权协议书
- 村庄环境整治协议书
- 2025-2031年中国鲜牛奶行业发展前景及投资战略规划研究报告
评论
0/150
提交评论