- 1、本文档共58页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
五邑大学本科毕业设计
PAGE
PAGE 2
快速路小时交通量组合预测方法研究与实现
摘 要
为了解决交通问题,人们提出了智能交通系统(Intelligent Transportation System,简称ITS)。而智能交通系统与交通流量预测有密切的关系。在本课题中,首先分别用SVM方法,BP神经网络方法,Elman回归神经网络方法对快速路小时交通量进行预测。最后,采用组合预测的方法使用融合数据的技术综合对前面三种预测方法产生的预测值进行处理,选取适当的权值,最大程度的发挥各个模型的优点,分散单个预测模型的不稳定性,提高总体的确定性。此外,还获得了很多用单一模型预测不能得到的信息,最终提升预测准确度并得出最优预测结果,然后比较四种预测模型的预测结果的精度,以此来证明组合模型的优越性。
关键词 交通流量预测;支持向量机;BP神经网络;Elman神经网络;组合预测模型
Abstract
Intelligent transportation system (ITS) has been proposed to solve the traffic problems. In this subject, SVM method, BP neural network method and Elman recurrent neural network method are used to predict the traffic volume per hour of the expressway at first. And combination forecasting method that use the technology of fusion data is adopted to process the generated prediction value generated by the three methods above Comprehensively at last, then, (we can) select appropriate weights to maximize the play of each model’s advantage in a large extent, disperse the instability of the single prediction model, improve the overall uncertainty. In addition, some information that can not be gotten by many single model forecasting is obtained, comparing the accuracy of the value that obtained by the four prediction models, then the superiority of the combination model is proved.
Keywords: traffic flow forecasting; support vector machine; BP neural network; Elman neural network; combination forecasting model
目 录
TOC \o 1-3 \h \z \u 摘 要 h 1
Abstract h 2
第1章 绪论 h 5
1.1 选题背景 h 5
1.2 研究目的和意义 h 5
1.3 文献综述 h 6
1.4 论文的主要内容 h 7
第2章 基于支持向量机的快速路小时交通量预测 h 8
2.1 支持向量机的简介 h 8
2.2 支持向量机理论 h 8
2.2.1 关于最优分类面的概述 h 8
2.2.2 非线性回归的支持向量机算法 h 9
2.3 核函数分类及选取 h 10
2.4 采用支持向量机方法预测交通量的步骤 h 10
2.5 快速路小时交通量预测的仿真 h 10
2.6 本章小结 h 14
第3章 基于BP神经网络的快速路小时交通量预测 h 15
3.1 BP神经网络概述 h 15
3.2 BP神经网络算法 h 15
3.3 应用BP算法预测交通量的步骤 h 17
3.4 基于BP算法的交通量预测仿真 h 17
3.5 本章小结 h 20
第4章 基于Elman神经网络的快速路小时交通量预测 h 21
4.1 Elman神经网络的概述 h 21
4.2 Elman神经网络算法 h 2
文档评论(0)