Artificial Intelligence based Intrusion Detection Systems
pip install titli
- Step 1: Copy the
examples/train_ids.py
andexamples/test_ids.py
file from the repo to your local machine. - Step 2: Run both the files to train and test the Kitsune IDS respectively.
- Check if RMSE is used for loss or just the difference.
- Put Kitsune code into the base IDS format.
- Write code to evaluate the model and calculate all the metrics.