0% found this document useful (0 votes)
4 views9 pages

Network

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views9 pages

Network

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 9

Network Intrusion Detection

System Using Machine Learning

Submitted By:
Kazi Shayem Mahamood(23-93003-2)
Jickrul Hasnat emon(23-93124-3)
Mishbaul Haque Emon(24-93312-1)
Introduction

Our topic focuses on improving network security by using


machine learning to develop a Network Intrusion Detection
System (NIDS). Traditional methods often fail to catch
complex attacks, making machine learning a better solution.
The study analyzes network traffic data to identify normal
and suspicious activity. Three machine learning techniques—
Logistic Regression, K-Nearest Neighbors (KNN), and Decision
Trees—are compared to determine which one is most
effective for detecting attacks quickly and accurately in real-
time network environments.
Model Selection

We evaluate these ML algorithms:


• Logistic Regression: A baseline classification model that
provides fast training times.
• Decision Trees: A non-parametric algorithm that splits
data based on feature importance, making it interpretable
but prone to overfitting.
• K-Nearest Neighbors (KNN): A more computationally
intensive model that performs well in detecting
anomalies.
Results
Discussion

• Model Comparison: Decision Trees proved to be the most


effective in terms of accuracy, but KNN demonstrated slightly
better balance between speed and accuracy.
• Limitations: The study relied on a single dataset and used
only the top 10 features for analysis, which may restrict
generalizability.
Reference

• https://www.kaggle.com/datasets/sampadab17/network-
intrusion-detection
Thank You

You might also like