Group 9 - Real-time DDoS Detection using Machine Learning
Group 9 - Real-time DDoS Detection using Machine Learning
Machine Learning
Presented by Group 9
INTRODUCTION
Since attack traffic is rare, comprising only about 1% of total data, models
tend to be biased toward benign traffic.
Solutions Implemented:
● Applied SMOTE (Synthetic Minority Oversampling Technique) to
generate synthetic attack samples and balance the dataset.
● Implemented class-weighted optimization to assign higher
importance to minority attack samples, thereby reducing false
negatives.
MODEL TRAINING & EVALUATION