Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 658 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 658 Bytes

Performance of Machine Learning Classifiers for Anomaly Detection in Cyber Security Applications

Code for submitted paper for the 2025 International Conference on Advances in Computing Research (ACR’25) which will take place in Nice, France, July 7-9, 2025.

Instructions

  1. Clone the repository
  2. Create a new virtual environment
python3 -m venv venv
source venv/bin/activate
  1. Install the dependencies
pip install -r requirements.txt
  1. Open the Jupyter notebooks