- 1、本文档共37页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
PAGE 4
毕 业 设 计(论 文)
题 目: 启发式DDoS 数据流特征搜索方法研究
摘 要
特征选择是网络安全、模式识别、数据挖掘等领域的重要问题之一。基于特征选择的入侵检测系统处理的数据含有大量的冗余与噪音特征,使得系统耗用的计算资源很大,导致系统训练时间长、实时性差,检测效果不好。特征选择算法能够很好地消除冗余和噪音特征,为了提高入侵检测系统的检测速度和效果,对基于特征选择的入侵检测系统进行研究是必要的。针对高维数据对象,特征选择一方面可以提高分类精度和效率,另一方面可以找出富含信息的特征子集。文中提出一种封装器模型的特征选择算法来构建检测系统。该算法利用启发式搜索策略对特征子集空间进行启发式搜索,然后利用提供的数据在支持向量机上的分类正确率作为特征子集的评价标准来获取最优特征子集。
关键词:特征选择;支持向量机;启发式搜索
ABSTRACT
Feature selection is one of the most important problems in network security, pattern recognition and data mining areas. The intrusion detection system based on feature selection deals with huge amount of data which contains redundant and noisy features causing slow training and testing process, high resource consumption as well as poor detection rate. Feature selection, therefore, is an important issue in intrusion detection and it can delete redundant and noisy features. In order to improve performances of intrusion detection system in terms of detection speed and detection rate, a survey of intrusion detection system based on feature selection is necessary. For high dimension data, feature selection not only can improve the accuracy and efficiency of classification, but also discover informative subset. This paper proposes a new feature selection algorithm aiming at building intrusion detection system first using a Heuristic strategy as search strategy to specify a candidate subset for evaluation and then using Support Vector Machines (SVMs) iterative procedure as wrapper approach to obtain the optimum feature subset.
Key words:feature selection; support vector machines; heuristic search
目 录
TOC \o 1-3 \h \z \u HYPERLINK \l _Toc201394879 第一章 引言 PAGEREF _Toc201394879 \h 1
HYPERLINK \l _Toc201394880 1.1研究内容 PAGEREF _Toc201394880 \h 1
HYPERLINK \l _Toc201394881 1.2研究背景 PAGEREF _Toc201394881 \h 1
HYPERLINK \l _Toc201394882 第二章 特征选择模型 PAGEREF _Toc201394882 \h 3
HYPERLINK \l _Toc201394883 2.1特征选择的数学模型及一般化过程 PAGEREF _Toc201394883 \h 3
HYPERLINK \l _Toc20
文档评论(0)