Code for Paper : Efficient-CNN-BiLSTM-for-Network-IDS
Paper is available here: https://dl.acm.org/doi/10.1145/3430199.3430224
You can use below public Kaggle notebook in order to reproduce the results. Notebooks below are for multiclass classification, you can modify them for binary!
- UNSW Multiclass: https://www.kaggle.com/razor08/unsw-categorical-final
- NSL KDD Multiclass: https://www.kaggle.com/razor08/nsl-kdd-categorical
[Update: 10/25/2022] There were a few citations to our paper that reflected that we did not use a separate test set to report our validation score, the notebook for UNSW above has been updated with one that includes separate test set. Apparently, we shared an earlier version of Notebook where we were optimising for hyperparameters. Hope this helps clear up the confusion.