Proceedings of the 2021 ACM Southeast Conference 2021
DOI: 10.1145/3409334.3452073
|View full text |Cite
|
Sign up to set email alerts
|

Implementing a network intrusion detection system using semi-supervised support vector machine and random forest

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

0
3
0

Year Published

2022
2022
2024
2024

Publication Types

Select...
5
2

Relationship

0
7

Authors

Journals

citations
Cited by 14 publications
(5 citation statements)
references
References 10 publications
0
3
0
Order By: Relevance
“…SVM's ability to handle high dimensional data and its potential to generalise well are key factors in its inclusion in this study. Shah et al (2021) introduced a semi-supervised IDS that employs support vector machines (SVMs) and random forests (RFs) (Shah et al, 2021). This IDS addresses the challenge of acquiring large, labelled datasets by leveraging semi-supervised learning.…”
Section: Related Workmentioning
confidence: 99%
“…SVM's ability to handle high dimensional data and its potential to generalise well are key factors in its inclusion in this study. Shah et al (2021) introduced a semi-supervised IDS that employs support vector machines (SVMs) and random forests (RFs) (Shah et al, 2021). This IDS addresses the challenge of acquiring large, labelled datasets by leveraging semi-supervised learning.…”
Section: Related Workmentioning
confidence: 99%
“…x new = x − x min x max − x min (9) There tend to be redundant or irrelevant features in the feature set. Feature analysis enables important features in the feature set to be extracted for higher speed and accuracy of model training.…”
Section: Feature Extraction Dataset Split and Metricsmentioning
confidence: 99%
“…NIDS is a major shield for the cybersecurity of the IoT; it can audit data packets in real time and when suspicious data is found, and it serves as a network security device that gives the alarm or takes response measures. Traditional NIDS [1][2][3][4][5][6][7][8][9] aim at binary classification or multi-classification and build a model through feature engineering (PCA "Principal Component Analysis", LDA "Linear Discriminant Analysis", SVD "Singular Value Decomposition", etc.) and machine learning (such as the BP neural network, CNN, RNN, SVM, etc.).…”
Section: Introductionmentioning
confidence: 99%
“…Predictions are pooled from all Trees to make the final result of classification. In short, the Random Forest algorithm utilises a set of results to make a final prediction/ classification, and they are commonly named Ensemble Learning approaches [25]. The relevance of features is computed by using the decrease in the impurity of weighted nodes.…”
Section: Random Forest Algorithmmentioning
confidence: 99%
“…The relevance of features is computed by using the decrease in the impurity of weighted nodes. The probability is computed by using the frequency of features in the node, subdivided by the sum of all samples [25]. The greatest value represents the most important feature in the dataset.…”
Section: Random Forest Algorithmmentioning
confidence: 99%