2022
DOI: 10.1111/exsy.13067
|View full text |Cite
|
Sign up to set email alerts
|

GRU‐GBM: A combined intrusion detection model using LightGBM and gated recurrent unit

Abstract: Due to the increasing sophistication of cyber‐attacks, intrusion detection systems need to be improved constantly. Each machine learning classifier has different advantages against intrusion detection and combining the advantages of different classifiers increases detection rates. In this study, we combine a machine learning classifier with a deep learning model to propose a new approach called GRU‐GBM. The LightGBM gradient boosting machine framework is used for feature selection, and each feature in the data… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1

Citation Types

0
2
0

Year Published

2023
2023
2024
2024

Publication Types

Select...
4
1

Relationship

0
5

Authors

Journals

citations
Cited by 5 publications
(2 citation statements)
references
References 30 publications
0
2
0
Order By: Relevance
“…The Light Gradient Boosting Machine (LGBM) classifier is a fast, efficient, and highperforming gradient boosting system for machine learning and statistical modeling. Because of its histogram-based learning method, the LGBM is well-suited for training on huge datasets because it can more quickly calculate gradients by grouping data points into histogram bins [48]. Using a structure very similar to classic gradient boosting, it gradually adds decision trees to enhance prediction precision.…”
Section: Light Gradient Boosting Machine (Lgbm) Classifiermentioning
confidence: 99%
See 1 more Smart Citation
“…The Light Gradient Boosting Machine (LGBM) classifier is a fast, efficient, and highperforming gradient boosting system for machine learning and statistical modeling. Because of its histogram-based learning method, the LGBM is well-suited for training on huge datasets because it can more quickly calculate gradients by grouping data points into histogram bins [48]. Using a structure very similar to classic gradient boosting, it gradually adds decision trees to enhance prediction precision.…”
Section: Light Gradient Boosting Machine (Lgbm) Classifiermentioning
confidence: 99%
“…The reset gate determines which information from the prior hidden state should be reset or forgotten, while the update gate controls the extent the new input should impact the updating process of the hidden state. By combining these gates, GRU cells can selectively update their hidden states, allowing them to capture long-term dependencies in sequential data [48]. Figure 2 presents the base structure of the GRU.…”
Section: Gated Recurrent Unit (Gru) Modelmentioning
confidence: 99%