MohammedSaim-Quadri/Intrusion_Detection-System
This project is an Intrusion Detection System (IDS) using machine learning (ML) and deep learning (DL) to detect network intrusions. It leverages the CICIDS2018 dataset to classify traffic as normal or malicious. Key features include data preprocessing, model training, hyperparameter tuning, and Docker containerization for scalable deployment.
This project helps network security analysts evaluate the effectiveness of machine learning systems designed to detect network intrusions. It takes raw network traffic data and classifies it as normal or malicious, but critically, it also shows you how accurately it identifies different types of attacks. Network security and operations teams would use this to understand the true reliability of their intrusion detection systems.
Use this if you need to rigorously test and understand the real-world performance of an intrusion detection system, especially when concerned about its ability to catch rare but critical attacks.
Not ideal if you are looking for a plug-and-play, real-time intrusion detection system ready for immediate live deployment.
Stars
7
Forks
—
Language
Python
License
—
Category
Last pushed
Nov 19, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/MohammedSaim-Quadri/Intrusion_Detection-System"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
AIS-Package/aisp
Artificial Immune Systems Package (AISP) is an open-source Python library that features...
ubc-provenance/PIDSMaker
A framework for building provenance-based intrusion detection systems with neural networks
Western-OC2-Lab/Intrusion-Detection-System-Using-Machine-Learning
Code for IDS-ML: intrusion detection system development using machine learning algorithms...
zimingttkx/Network-Security-Based-On-ML
基于机器学习的网络安全检测系统 | 集成Kitsune/LUCID算法 | 支持ML/DL/RL模型 | 99.58%攻击检测准确率 | 19913 QPS | Docker/K8s部署
Western-OC2-Lab/Intrusion-Detection-System-Using-CNN-and-Transfer-Learning
Code for intrusion detection system (IDS) development using CNN models and transfer learning