You are on page 1of 3

ABSTRACT

Redundant and irrelevant features in data have caused a long-term problem in network
traffic classification. These features not only slow down the process of classification but
also prevent a classifier from making accurate decisions, especially when coping with big
data. In this Project, we propose a mutual information based algorithm that analytically
selects the optimal feature for classification. This mutual information based feature
selection algorithm can handle linearly and nonlinearly dependent data features. Its
effectiveness is evaluated in the cases of network intrusion detection. An Intrusion
Detection System (IDS), named Least Square Support Vector Machine based IDS
(LSSVM-IDS), is built using the features selected by our proposed feature selection
algorithm. The performance of LSSVM-IDS is evaluated using three intrusion detection
evaluation datasets, namely KDD Cup 99, NSL-KDD and Kyoto 2006+ dataset. The
evaluation results show that our feature selection algorithm contributes more critical
features for LSSVM-IDS to achieve better accuracy and lower computational cost
compared with the state-of-the-art methods.

v
LIST OF FIGURES

FIG NUMBERS DESCRIPITION PG.NO


FIG 1.1 STRUCTURE OF DATA MINING 1
FIG 4.1 SYSTEM ARCHITECTURE 19
FIG 4.1.1 DATA FLOW DIAGRAM 21
FIG 4.1.2 UML DIAGRAMS 23
FIG 4.1.3 USE CASE DIAGRAM 25
FIG 4.1.4 CLASS DIAGRAM 27
FIG 4.1.5 SEQUENCE DIAGRAM 29
FIG 4.1.6 ACTIVITY DIAGRAM 31
FIG 5.2.1 JAVA TECHNOLOGY 36
FIG 5.2.2 THE JAVA PLATFORM 37

vi
Abstract V
List Of Figures VI

CONTENTS
TITLE PG.NO
CHAPTER-1 INTRODUCTION……………………………………………1-6
CHAPTER-2 LITERATURE SURVEY…………………………………….7-15
CHAPTER-3 PROJECT ANALYSIS………………………………………16-18
CHAPTER-4 PROJECT DESIGN………………………………………….19-31
CHAPTER-5 IMPLEMENTATION………………………………………..32-38
CHAPTER-6 OUTPUT RESULTS…………………………………………39-55
CHAPTER-7 SYSTEM TESTING………………………………………….56-59
CHAPTER-8 CONCLUSION……………………………………………….60
REFRENCES………………………………………………………………...61-62

vii

You might also like