版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
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. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 03-东营科达电力工程有限公司安全生产管理制度2026.5.26
- 职业发展咨询公司宣传视频镜头脚本
- 礼仪服务公司招聘计划书
- 安全伴我行知识助成长小学主题班会课件
- (2026版)分级护理制度及试题答案
- 渠道开发进度确认函(7篇)
- 2026年江西省中考生物试卷附答案
- 培养阳光心态抵抗心理压力小学主题班会课件
- 网络广告行业精准营销策略及实施方案
- 亲子阅读活动小学主题班会课件
- 2024-2025学年山东省菏泽市高一(下)期末数学试卷(含解析)
- 国企物业薪酬管理办法
- 石料厂安全操作规程
- 低碳烯烃生产技术
- 小学作业公示管理制度
- 幼儿园大班科学公开课《有趣的转动》课件
- 公司客户欠款管理制度
- 文言文对比阅读(《学弈》对比14篇)-2023-2024学年六年级语文下学期
- 2025年华阳集团笔试题库及答案
- 现代产业学院合作协议书范本
- 人工智能安全:原理与实践 课件全套 李剑 第1-16章 人工智能安全概述- 代码漏洞检测原理与实践
评论
0/150
提交评论