Captures & Analyses live network traffic in real time to detect suspicious activities using rule-based, MITRE-mapped, and machine-learning techniques.
-
Updated
Feb 22, 2026 - Python
Captures & Analyses live network traffic in real time to detect suspicious activities using rule-based, MITRE-mapped, and machine-learning techniques.
Unified heuristics + machine learning framework for detecting Modbus/TCP anomalies in industrial control systems. Implements an Evaluation Integrity Protocol (EIP) for dataset, metrics and reproducibility consistency.
Implementation of artificial intelligence search algorithms for robot movement on the table.
Implementation of a CAN protocol Intrusion Detection System which detects intrusions based on the skew induced by the quartz clock.
a robot that carrying butter on the table with using search algorithms
Perform pre-deployment checks for ML models to detect data drift, performance drops, and latency issues, preventing faulty deployments.
Wood Puzzle Game with AI Integration, developed as a project for the course 'Elements of Artificial Intelligence and Data Science' at the Faculty of Engineering, University of Porto
A machine learning model for Network Intrusion Detection System, this model detect malicious network packet in real time.
8 Puzzle game
Solving 8-puzzle using BFS, IDS, and 3 kinds of A* with minimum number of actions (AI)
In computer science, iterative deepening search or more specifically iterative deepening depth-first search (IDS or IDDFS) is a state space/graph search strategy in which a depth-limited version of depth-first search is run repeatedly with increasing depth limits until the goal is found.
AI agent that solves a card sorting game using search algorithms like BFS, IDS, and A-Star.
To associate your repository with the ids-algorithm topic, visit your repo's landing page and select "manage topics."