Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
massimo-guarascio authored Nov 19, 2020
1 parent 80e6ab3 commit c87ded4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# dnn_ensemble_ids
DNN-Ensemble IDS is a machine learning based classification model for intrusion detection exploiting ensembles of classifiers. Multiple base classifiers are trained on data gathered in different time windows where different types of attacks occur (Data Chunks). These base classifiers take the form of Deep Neural Networks (DNNs) sharing all the same architecture, but trained against different samples of the given training data. Finally, an incremental learning schema is adopted to cope with different problems such as Large high-speed datastream and rare attacks.
DNN-Ensemble IDS is a machine learning based classification model for intrusion detection exploiting ensembles of classifiers. Multiple base models are trained on data gathered in different time windows where different types of attacks occur (Data Chunks). These base classifiers take the form of Deep Neural Networks (DNNs) sharing all the same architecture, but trained against different samples of the given training data. Finally, an incremental learning schema is adopted to cope with different problems such as Large high-speed datastream and rare attacks.

## Author

Expand All @@ -8,5 +8,5 @@ The code is developed and maintained by Massimo Guarascio and Gianluigi Folino (
## Usage

First, download this repo:
- You need to have 'python' installed.
- You need to have 'python3' installed.
- You also need to install 'numpy', 'pandas==1.0.3', and 'sklearn <=0.21', 'mlxtend', 'Keras==2.2.4' and 'tensorflow==1.14.0'.

0 comments on commit c87ded4

Please sign in to comment.