- 1、本文档共50页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
研究生课程期终论文
课程名称: 神经网络设计
摘 要
本文首先说明课题研究的目的和意义,评述课题的国内外研究现状,引出目前存在的问题。然后分析了神经网络算法的基本原理,给出经典神经网络算法的具体实现方法,总结神经网络算法的特点,掌握BP网络的形成步骤。学会使用Matlab中的神经网络工具箱函数,采用Matlab软件编程实现BP神经网络算法。将神经网络算法应用于函数逼近,样本分类和样本含量估计问题中,并分析相关参数或算法对运行结果的影响。最后对BP神经网络算法进行了展望。
关键字: 神经网络;BP神经网络;函数逼近;仿真实验
ABSTRACT
This paper first explains the purpose and significance of the topic research. Commentary studies current situation at the problem home and abroad. Leads to the existing problems. and then have analyzed algorithmic basal principle of neural networks, Give algorithmic concert of classics neural networks out the realization method. Summing up the characteristics of neural network algorithm. Master the forming step of BP network. The arithmetic of BP neural network is realized in Matlab software. The algorithm applies of BP neural networks to the function approximation problem,Sample classification and computes the swatch??content. And analysis of relevant parameters on the results of algorithm. Finally, The BP neural network algorithm is Outlook.
Key words: Neural network;BP neural network;Function approximation;Simulation experiment
目 录
第一章 引言 - 1 -
1.1神经网络的概述 - 1 -
1.2人工神经网络的研究目的和意义 - 1 -
1.3神经网络的发展与研究现状 - 2 -
1.3.1神经网络的发展 - 2 -
1.3.2神经网络的研究现状 - 3 -
1.4神经网络研究目前存在的问题 - 3 -
1.5神经网络的应用领域 - 4 -
第二章 BP神经网络概述 - 6 -
2.1 BP神经网络介绍 - 6 -
2.2神经元 - 6 -
2.2.1人工神经元 - 6 -
2.2.2生物神经元 - 10 -
2.3 BP神经网络原理 - 11 -
2.4 BP神经网络的主要功能 - 13 -
2.5 BP神经网络的优点和缺点 - 14 -
第三章 BP神经网络的应用 - 17 -
3.1基于MATLAB的BP神经网络工具箱函数 - 17 -
3.1.1 MATLAB工具箱介绍 - 17 -
3.1.2 BP网络创建函数 - 18 -
3.1.3 神经元上的传递函数 - 18 -
3.1.4 BP网络学习函数 - 19 -
3.1.5 BP网络训练函数 - 19 -
3.2 BP网络在函数逼近中的应用 - 20 -
3.2.1 问题的提出 - 20 -
3.2.2 基于BP神经网络逼近函数 - 20 -
3.2.3 不同频率下的逼近效果 - 25 -
3.2.4 讨论 - 26 -
3.3仿真实验 - 26 -
3.3.1 BP神经网络MATLAB设计 - 26 -
3.3.2 各种BP学习算法MATLAB仿真 - 28 -
3.3.3 各种算法仿真结果比较与分析 - 31 -
3.3.4 调整初始权值和阈值的仿真 - 33 -
3.3.5 其他影响因素仿真 - 35 -
3.4 BP神经网络在样本分类中的应用 - 36 -
3.4.1问题的提出 - 36 -
3.4.2 基于BP神经网络的样本分类 - 36 -
参考文献 - 41 -
附录A - 43 -
第一章 引言
1.1神
文档评论(0)