模式识别 第8章 人工神经网络--竞争学习、自组织特征映....ppt_第1页
模式识别 第8章 人工神经网络--竞争学习、自组织特征映....ppt_第2页
模式识别 第8章 人工神经网络--竞争学习、自组织特征映....ppt_第3页
模式识别 第8章 人工神经网络--竞争学习、自组织特征映....ppt_第4页
模式识别 第8章 人工神经网络--竞争学习、自组织特征映....ppt_第5页
已阅读5页,还剩5页未读 继续免费阅读

下载本文档

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

文档简介

1、,武汉大学电子信息学院,IPL,第八章 人工神经网络,模式识别与神经网络Pattern Recognition and Neural Network,竞争学习、自组织特征映射,内容目录,IPL,第八章 人工神经网络,1. Introduction,3,2,4,5,2. Competitive Learning,3. Self-Organizing Maps,4. Learning Vector Quantization Networks,1,5. Summary,6,第八章 神经网络,3,1. Introduction,Self-organizing in networks is one of

2、 the most fascinating topics in the neural network field. Such networks can learn to detect regularities and correlations in their input and adapt their future responses to that input accordingly. The neurons of competitive networks learn to recognize groups of similar input vectors (clustering).,第八

3、章 神经网络,4,2. Competitive networks,Architecture:,The |dist| box:,第八章 神经网络,5,侧向抑制性连接,输出神经元之间有侧向抑制性连接,较强单元获胜并抑制其他单元,独处激活状态(Winner takes all, WTA),竞争网络,第八章 神经网络,6,权值的学习规则,Kohonen Learning Rule (learnk) :,Every cluster of similar input vectors will have a neuron that outputs 1 when a vector in the cluster

4、 is presented, while outputting a 0 at all other times. The competitive network learns to categorize the input vectors.,竞争网络,第八章 神经网络,7,偏置的学习规则,Dead neurons: some neuron weight vectors may never win the competition. These unfortunate neurons never perform a useful function. Bias Learning Rule (learn

5、con):biases of neurons that havent responded very frequently will increase versus biases of neurons that have responded frequently. Biases give neurons that only win the competition rarely an advantage over neurons that win often.,竞争网络,第八章 神经网络,8,竞争网络举例,Suppose we want to divide the following four t

6、wo-element vectors into two classes.p = .1 .8 .1 .9; .2 .9 .1 .8 p = 0.1000 0.8000 0.1000 0.9000 0.2000 0.9000 0.1000 0.8000 create a network:net = newc(0 1; 0 1,2); Training:net.trainParam.epochs = 500net = train(net,p); During each epoch, a single vector is chosen randomly and presented to the net

7、work and weight and bias values are updated accordingly.,竞争网络,第八章 神经网络,9,竞争网络举例,Simulate the network, and finally convert its output vectors to class indices.a = sim(net,p);ac = vec2ind(a) ac = 1 2 1 2,竞争网络,Graphical example: democ1,第八章 神经网络,10,3. Self-Organizing Maps,Self-organizing feature maps (SOFM) learn to classify input vectors according to how they are grouped in the input space. They differ from competitive layers in that neighboring neurons in SOM learn to recognize neighboring sections of t

温馨提示

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

评论

0/150

提交评论