diff --git a/README.md b/README.md index 933f2d6..61b9e8b 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # dnn_ensemble_ids -DNN-Ensemble IDS is asset is an advanced intrusion detection system based on Specialized 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. +DNN-Ensemble IDS is asset is an advanced intrusion detection system based on Specialized 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. + +