REVIEW 5 major objections 5 minor 95 references
A Review of Various Datasets for Machine Learning Algorithm-Based Intrusion Detection System: Advances and Challenges
T0 review · 5 major / 5 minor · reviewed 2026-08-07 · deepseek-v4-flash
Pith's one-line read This review compiles and critically tabulates a decade of ML-based intrusion detection research on five benchmark datasets, showing how dataset choice, class imbalance, and evaluation metrics shape reported accuracy.
desk verdict A sprawling IDS-ML review whose tables are the product, but the product has arithmetic and citation errors that make it unreliable without re-verifying every row. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The load-bearing object is Table 8, a ten-year comparative overview that pairs each surveyed study with the dataset it used, the classifiers applied, the evaluation matrix reported, the accuracy figure, and the authors' stated findings. Supporting it are the per-dataset specification tables, which give record counts, attack classes, and the class-imbalance ratios that the discussion uses to explain why some classifiers appear to outperform others. The table does the argument's work: it converts a scattered literature into a single point of comparison from which the review draws its conclusions about dataset-and-metric dependence.
What would settle it
Recompute the class totals in Table 2: the NSL-KDD 20% row lists 13,449 + 9,234 + 2,289 + 11 + 209 = 25,192 records, not the 25,912 stated in the table; the same arithmetic check can be applied to every row of Table 8 by comparing each accuracy figure with its cited source paper. If a meaningful share of those checks fail, the review's comparative conclusions do not stand.
Extended reading notes
Core claim
The paper's central claim is that a reliable machine-learning-based intrusion detection system cannot be judged on classifier choice alone; the dataset, its class balance, the feature-selection step, and the evaluation metrics determine the reported outcome. To support this, the authors assemble the five most-used IDS datasets, explain their provenance and known weaknesses, including duplicate records, skew, and outdated attack profiles, and tabulate published results from studies using SVM, KNN, DT, LR, NB, RF, XGBoost, AdaBoost, ANN, and DNN. On the authors' own terms, the review establishes that ensemble and deep models frequently post the highest accuracies but that high accuracy on one dataset does not transfer automatically, and that false-alarm reduction remains the open problem.
Load-bearing premise
The load-bearing premise is that every number in the comparative and dataset tables was transcribed faithfully from the cited papers; the review performs no independent verification, and internal signs such as Table 2's row sum not matching its stated total (25,192 versus 25,912) and references [35] and [71] pointing to the same paper show the transcription is fallible.
Editorial extensions
If this is right
- Future IDS researchers can use the compiled table to select a dataset and classifier pair for a given attack profile instead of starting from scratch.
- Ensemble and deep classifiers such as random forest, XGBoost, and neural networks will likely keep appearing as top accuracy performers, but their reported margins over simple baselines depend on the dataset's imbalance.
- Standardized evaluation metrics and train/test splits would be needed before cross-study accuracies can be ranked fairly, because the table mixes accuracy, precision, recall, F1, FAR, and other metrics across rows.
- The five datasets' known defects, such as redundancy in KDDCUP'99 and class imbalance in CICIDS-2017, remain the binding constraint on how much a new classifier can improve detection.
Reading between the lines
- A consequence the authors do not draw is that the same table can be used as a transcription-checking benchmark: each row's numbers should be reproducible from its cited source, and the duplicate labeling of references [35] and [71] suggests at least one citation needs correction.
- If the field adopted one common protocol, fixed train/test sets, same metrics, and class-balanced reporting, the qualitative pattern visible here, that dataset choice often matters more than classifier choice, could be turned into a quantitative ranking.
- A testable extension would be to run a single classifier suite across all five datasets under identical preprocessing; the result would show whether the accuracy spreads in Table 8 come from methods or from data.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The manuscript is a narrative review of machine-learning-based intrusion detection studies that use five public datasets (KDDCUP'99, NSL-KDD, UNSW-NB15, CICIDS-2017, and CSE-CIC-IDS2018). It describes the datasets, explains nine classifier families (SVM, KNN, DT, LR, NB, RF, XGBoost, AdaBoost, and ANN/DNN), and presents a large table (Table 8) summarizing roughly forty prior studies with reported accuracies and findings. The authors conclude that SVMs and ensemble methods are prominent in the literature and propose future work with additional datasets and deep learning methods.
Significance. If the compilation were accurate, this paper could serve as a convenient entry point for researchers selecting datasets and baselines for IDS experiments. The breadth is real: five widely used datasets and roughly four dozen references are covered, and the per-classifier descriptions are accessible for newcomers. However, the paper's value depends entirely on faithful transcription of primary sources, and the verification burden is substantial. The paper offers no reproducible code, no machine-checked data tables, and no stated selection protocol; its contribution is the tabulation itself, which is exactly what is called into question by the errors documented below.
major comments (5)
- [Section 2.2, Table 2] The row for 'KDD Train+ 20%' reports a total of 25,912 records, but the five class counts in the same row sum to 13,449 + 9,234 + 2,289 + 11 + 209 = 25,192, a discrepancy of 720. Since the review's descriptive value rests on accurate dataset statistics, this arithmetic error is a load-bearing defect, and it also raises doubt about the unverified counts in Tables 1, 3, 4, and 7.
- [Section 5, Table 8, references [35]/[71] and [22]/[46]/[79]] The row labeled 'Kazi A., Billal M et al. [71]' reports ANN=94.02% and SVM=82.34% on NSL-KDD, but reference [71] is the same Lin, Ke, and Tsai CANN paper already listed as [35]; the [35] row in Table 8 reports CANN/k-NN/SVM results on KDD Cup 99, not the values in the [71] row. In addition, the row 'Basheri, Mohammad & Iqbal et al. [22]' describes an SVM/RF/ELM comparison, yet reference [22] is Iqbal and Aftab's ANN paper, while the Iqbal and Aftab row is labeled [46], a number that also labels a different UNSW-NB15 study by Kumar. The citation keys in Table 8 are therefore not a reliable index to the bibliography, and the table cannot be used as a reference map in its current state.
- [Section 3, references [23]/[25] and [37]/[88], [51]/[58]] References [23] and [25] are the same Watson et al. paper, and Section 3 contains the same paragraph about SVM-based malware detection at the cloud hypervisor level for both entries. Similarly, references [6]/[8], [37]/[88], and [51]/[58] are duplicated. This means the survey counts the same works multiple times, and the 'ten-year overview' of Table 8 is inflated unless all duplicate entries are merged and renumbered.
- [Section 6, Table 8] The paper promises a 'critical analysis' of the surveyed methods, but Section 6 is a generic summary and Table 8 merely lists raw accuracies without standardizing evaluation conditions (e.g., binary vs multiclass classification, feature subsets, train/test splits, or performance metrics) or discussing how these differences affect comparability. A compilation without per-row caveats does not support the stated claim of a critical analysis.
- [Sections 2-5, review methodology] The manuscript does not state the search strategy, inclusion/exclusion criteria, or quality-assessment procedure used to select the studies in Table 8. Without this information, the reader cannot determine whether the selection is representative or biased, which is a fundamental requirement for a review that claims to be comprehensive. This is fixable but requires a substantial reworking of the manuscript.
minor comments (5)
- [Figure numbering] There is no Figure 14 or Figure 15; the figure sequence jumps from Figure 13 to Figure 16, and several figures (e.g., Figure 10) are not referenced in the text.
- [Abstract and Section 2.5] Several sentences contain grammatical errors that impede comprehension, for example 'an accurate evaluation matrix' in the abstract and 'The attacked administration has 30 servers' in Section 2.5.
- [Reference [15]] Reference [15] points to a 'Registry of open data on AWS' URL for CSE-CIC-IDS2021, while the text discusses CSE-CIC-IDS2018; please update the reference or the text.
- [Reference formatting] The citation for reference [10] is a bare URL and lacks access information; other references also have inconsistent formatting, with some including DOIs and others not.
- [Table 8 layout] Table 8 has no row numbers and the 'Findings' column is not clearly separated; adding row numbers would allow readers to refer to specific entries and would make it easier to verify the table against the bibliography.
Circularity Check
No circularity: the survey's compilation is independent of its single self-citation; transcription errors affect factual reliability but not derivational circularity.
full rationale
This paper is a literature review, not a derivation: it compiles reported accuracies from external studies and describes ML classifiers and datasets. There is no fitted parameter that is later called a prediction, no equation whose output is fixed by its input by construction, and no uniqueness theorem or ansatz imported from the authors' own prior work. The only self-citation, [4] (Tripathy & Behera), appears as one row in Table 8; the review's conclusions about datasets, classifiers, and challenges do not depend on that row, so it is a minor self-citation rather than load-bearing evidence. The internal inconsistencies noted in the manuscript—the NSL-KDD 20% total of 25,912 versus class counts summing to 25,192, and duplicate references such as [35]/[71] and [37]/[88]—are factual and reference-transcription problems that undermine the reliability of the compilation, but they are not circularity: no claim is defined in terms of itself, and no result is equivalent to its input by construction. Accordingly the circularity score is 0.
Assumptions & free parameters
assumptions (2)
- domain assumption The five datasets (KDDCUP'99, NSL-KDD, CICIDS-2017, UNSW-NB15, CSE-CIC-IDS2018) are representative of intrusion detection benchmarks.
- domain assumption The accuracy values and findings attributed to cited papers in Table 8 are accurate transcriptions of the original sources.
Cite this review
Pith. "Pith review of A Review of Various Datasets for Machine Learning Algorithm-Based Intrusion Detection System: Advances and Challenges." pith.science (2026). https://pith.science/paper/T2T6U47A
@misc{pith2026250602438,
author = {Pith},
title = {Pith review of: A Review of Various Datasets for Machine Learning Algorithm-Based Intrusion Detection System: Advances and Challenges},
year = {2026},
howpublished = {\url{https://pith.science/paper/T2T6U47A}},
note = {Machine review of arXiv:2506.02438}
}
read the original abstract
IDS aims to protect computer networks from security threats by detecting, notifying, and taking appropriate action to prevent illegal access and protect confidential information. As the globe becomes increasingly dependent on technology and automated processes, ensuring secured systems, applications, and networks has become one of the most significant problems of this era. The global web and digital technology have significantly accelerated the evolution of the modern world, necessitating the use of telecommunications and data transfer platforms. Researchers are enhancing the effectiveness of IDS by incorporating popular datasets into machine learning algorithms. IDS, equipped with machine learning classifiers, enhances security attack detection accuracy by identifying normal or abnormal network traffic. This paper explores the methods of capturing and reviewing intrusion detection systems (IDS) and evaluates the challenges existing datasets face. A deluge of research on machine learning (ML) and deep learning (DL) architecture-based intrusion detection techniques has been conducted in the past ten years on various cybersecurity datasets, including KDDCUP'99, NSL-KDD, UNSW-NB15, CICIDS-2017, and CSE-CIC-IDS2018. We conducted a literature review and presented an in-depth analysis of various intrusion detection methods that use SVM, KNN, DT, LR, NB, RF, XGBOOST, Adaboost, and ANN. We provide an overview of each technique, explaining the role of the classifiers and algorithms used. A detailed tabular analysis highlights the datasets used, classifiers employed, attacks detected, evaluation metrics, and conclusions drawn. This article offers a thorough review for future IDS research.
Figures
Figures from the paper (9 more)
Reference graph
Works this paper leans on
-
[71]
Lin, Wei -Chao & Ke, Shih -Wen & Tsai, Chih - Fong. (2015). CANN: An Intrusion Detection System Based on Combining Cluster Centers and Nearest Neighbors. Knowledge -Based Systems. 78. 10.1016/j.knosys.2015.01.009
-
[8]
Dhanabal, L., & Shantharajah, S. P. (2015). A study on NSL -KDD dataset for intrusion detection system based on classification algorithms. International journal of advanced research in computer and communication engineering, 4(6), 446-452
2015
-
[25]
M. R. Watson, A. K. Marnerides, A. Mauthe, and D. Hutchison (2016) Malware detection in cloud computing infrastructures. IEEE Transactions on Dependable and Secure Computing, 13(2):192-205
work page 2016
-
[88]
Intrusion Detection System Using PCA with Random Forest Approach,
S. Waskle, L. Parashar, and U. Singh, “Intrusion Detection System Using PCA with Random Forest Approach,” in 2020 International Conference on Electronics and Sustainable Communication Systems (ICESC), Coimbatore, India, Jul. 2020, pp. 803 –808. doi: 10.1109/ICESC48915.2020.9155656
arXiv 2020
-
[58]
Chakrawarti, A. ., & Shrivastava, S. S. . (2024). Enhancing Intrusion Detection System using Deep Q - Network Approaches based on Reinforcement Learning. International Journal of Intelligent Systems and Applications in Engineering, 12(12s), 34–45
work page 2024
-
[22]
Iqbal, A., & Aftab, S. (2019). A Feed Forward and Pattern Recognition ANN Model for Network Intrusion Detection. International Journal of Computer Network and Information Security
2019
-
[79]
Basheri, Mohammad & Iqbal, Javed & Raheem, A.. (2018). Performance Comparison of Support Vector Machine, Random Forest, and Extreme Learning International Journal of Intelligent Systems and Applications in Engineering IJISAE, 2024, 12(4), 3833–3857 | 3857 Machine for Intrusion Detection. IEEE Access. PP. 1-1. 10.1109/ACCESS.2018.2841987
-
[4]
PERFORMANCE EVALUATION OF MACHINE LEARNING ALGORITHMS FOR INTRUSION DETECTION SYSTEM,
Tripathy, S. S., & Behera, B. “PERFORMANCE EVALUATION OF MACHINE LEARNING ALGORITHMS FOR INTRUSION DETECTION SYSTEM,” Journal of Biomechanical Science and Engineering, pp. 621 –640, July. 2023doi: 10.17605/OSF.IO/WX6CS
-
[46]
Kumar, G. K. (2021). Analysis of ML Algorithms with Feature Selection for Intrusion Detection Using Unsw-Nb15 Dataset. International Journal of Network Security & Its Applications (IJNSA) Vol.13, No.1, January 2021
work page 2021
Show all 95 references
-
[1]
A Survey of Data Mining and Machine Learning Methods for Cyber Security Intrusion Detection,
L. Buczak and E. Guven, “A Survey of Data Mining and Machine Learning Methods for Cyber Security Intrusion Detection,” IEEE Commun. Surv. Tutorials, vol. 18, pp. 1153 –1176, 2016, doi: 10.1109/COMST.2015.2494502
2016
-
[2]
An Intrusion -Detection Model
Denning, Dorothy E. “An Intrusion -Detection Model.” IEEE Transactions on Software Engineering SE-13 (1987): 222-232
1987
-
[3]
XU, X. (2006). Adaptive intrusion detection based Kushal Jani, Punit Lalwani et al. [96] NSL- KDD KNN,RF,DT,NB, SVM,ANN,DNN Accuracy, Precision, Recall KNN = 76.47% RF = 78.43% DT = 80.95% NB = 82.07% SVM = 82.63% ANN = 84.87% DNN = 86.75% Deep Learning vs Artificial Neural Ne...
2006
-
[5]
Intrusion detection: A survey,
F. Sabahi and A. Movaghar, “Intrusion detection: A survey,” In 2008 Third International Conference on Systems and Networks Communications (pp. 23 -26). IEEE, 2008, October
2008
-
[7]
Tavallaee, M., Bagheri, E., Lu, W., & Ghorbani, A. A. (2009, July). A detailed analysis of the KDD CUP 99 data set. In 2009 IEEE symposium on computational intelligence for security and defense applications (pp. 1- 6). IEEE
2009
-
[9]
Sharafaldin, A
I. Sharafaldin, A. H. Lashkari, A. A. Ghorbani, Toward generating a new intrusion detection dataset and intrusion traffic characterization, in Proceedings of the 4th International Conference on Information Systems Security and Privacy (ICISSP 2018), Vol. 1 , 2018, pp. 108–116....
2018 doi
-
[10]
Intrusion detection eva luation dataset (CIC IDS2017), https://www.unb.ca/cic/datasets/ids-2017. Html
2017
-
[11]
Thakkar, R
A. Thakkar, R. Lohiya, A review of the advancement in intrusion detection datasets, Procedia Computer Science 167 (2020) 636 –645. doi:10.1016/j.procs.2020.03.330
2020 doi
-
[12]
Network Bas ed Intrusion Detection Using the UNSW-NB15 Dataset
Meftah, Souhail, Tajje-eddine Rachidi and Nasser Assem. “Network Bas ed Intrusion Detection Using the UNSW-NB15 Dataset.” International Journal of Computing and Digital Systems (2019): n. pag
2019
-
[13]
Building an efficient intrusion detection system based on feature selection and ensemble classifier,
Y. Zhou, G. Cheng, S. Jiang, and M. Dai, “Building an efficient intrusion detection system based on feature selection and ensemble classifier,” Computer Networks, vol. 174, p. 107247, Jun. 2020, doi: 10.1016/j.comnet.2020.107247
2020
-
[14]
Optimized deep learning wit h binary PSO for intrusion detection on CSE-CICIDS2018 dataset,
R. I. Farhan, A. T. Maolood, and N. F. Hassan, “Optimized deep learning wit h binary PSO for intrusion detection on CSE-CICIDS2018 dataset,” Journal of Al-Qadisiyah for Computer Science and Mathematics, vol. 12, no. 3, pp. 16–27, 2020, doi: https://doi.org/10.29304/jqcm.2020.12.3.706
2020 doi
-
[15]
Registry of open data on AWS
[“Registry of open data on AWS.” https://registry.opendata.aws/cse-cic-ids2021/ (accessed May 30, 2020”
2020
-
[16]
CSE- CIC-IDS2018 on AWS
Canadian Institute for Cybersecurity (CIC), “CSE- CIC-IDS2018 on AWS.” https://www.unb.ca/cic/datasets/ids-2018.html (accessed May 30, 2020)
2018
-
[17]
Network intrusion detection using deep learning based on dimensionality reduction,
M. K. Ibrah eem, I. M. A. Al - Khafaji, and S. A. Dheyab, “Network intrusion detection using deep learning based on dimensionality reduction,” REVISTA AUS, vol. 26, no. 2, pp. 168–174, 2019
2019
-
[18]
and Sunil B
Verma P, Shadab K, Shayan A. and Sunil B. (20Network Intrusion Detection using Clustering and Gradient Boosting. International Conference on Computing, Communication and Networking Technologies (ICCCNT). (pp. 1-7). IEEE
-
[19]
Dutt I. et al. (2018). Real -Time Hybrid Intrusion Detection System. International Conference on Communication, Devices and Networking (ICCDN). (pp. 885-894). Springer
2018
-
[20]
Miguel A
Deyban P. Miguel A. A, David P. A, and Eugenio S. (2017). Intrusion detection in computer networks using hybrid machine learning techniques. XLIII Latin American Computer Conference (CLEI). (pp. 1 -10). IEEE
2017
-
[21]
Maniriho et al. (2020). Detecting Intrusions in Computer Network Traffic with Machine Learning Approaches. International Journal of Intelligent Engineering and Systems. INASS. (433-445)
2020
-
[24]
Kaja, N., Shaout, A.K., & Ma, D. (2019). An intelligent intrusion detection system. Applied Intelligence, 49, 3235 – 3247
2019
-
[26]
J Big Data 7:1–20
Kasongo SM, Sun Y (2020) Performance analysis of intrusion detection systems using a feature selection method on the UNSW-NB15 dataset. J Big Data 7:1–20
2020
-
[27]
Modi, Urvashi & Jain, Anurag. (2016). An Improved Method to Detect Intrusion Using Machine Learning Algorith ms. Informatics Engineering, an International Journal. 4. 17-29. 10.5121/ieij.2016.4203
2016
-
[28]
Intrusion Detection in Computer Networks using Optimized Machine Learning Algorithms,
A. A. Yilmaz, "Intrusion Detection in Computer Networks using Optimized Machine Learning Algorithms," 2022 3rd International Informatics and Software Engineering Conference (IISEC), Ankara, Turkey, 2022, pp. 1 -5, doi: 10.1109/IISEC56263.2022.9998258
2022
-
[29]
Ghose, Dipayan & Partho, All & Ahmed, Minhaz & Chowdhury, Md Tanvir & Hasan, Mahamudul & Ali, Md & Jabid, Taskeed & Islam, Maheen. (2023). Performance Evaluation of Intrusion Detection System Using Machine Learning and Deep Learning Algorithms. 1-6.10.1109/IBDAP58581.2023.10271964
2023
-
[30]
Enhancing Performance of Intrusion detection System in the NSL- KDD Dataset using Meta -Heuristic and Machine Learning Algorithms -Design thinking approach,
K. Dinesh and D. Kalaivani, "Enhancing Performance of Intrusion detection System in the NSL- KDD Dataset using Meta -Heuristic and Machine Learning Algorithms -Design thinking approach," 2023 International Conference on Sustainable Computing and International Journal of Intell...
2023
-
[31]
Building an Effective Intrusion Detection System by Using Hybrid Data Optimization Based on Machine Learning Algorithms,
J. Ren, J. Guo, W. Qian, H. Yuan, X. Hao, and H. Jingjing, “Building an Effective Intrusion Detection System by Using Hybrid Data Optimization Based on Machine Learning Algorithms,” Security and Communication Networks, vol. 2019, pp. 1 –11, Jun. 2019, doi: 10.1155/2019/7130868
2019 doi
-
[32]
Intrusion Detection using Machine Learning Techniques: An Experimental Comparison,
K. -A. Tait et al., "Intrusion Detection using Machine Learning Techniques: An Experimental Comparison," 2021 International Congress of Advanced Technology and Engineering (ICOTEN), Taiz, Yemen, 2021, pp. 1 -10, doi: 10.1109/ICOTEN52080.2021.9493543
2021
-
[33]
Brao, Bobba & Swathi, Kailasam. (2017). Fast kNN Classifiers for Network Intrusion Detection System. Indian Journal of Science and Technology. 10. 1-10. 10.17485/ijst/2017/v10i14/93690
2017 doi
-
[34]
Farnaaz, Nabila & Akhil, Jabbar. (2016). Random Forest Modeling for Network Intrusion Detection System. Procedia Computer Science. 89. 213 -217. 10.1016/j.procs.2016.06.047
2016 doi
-
[36]
Intrusion Detection System Framework Using Machine Learning,
G. Yedukondalu, G. H. Bindu, J. Pavan, G. Venkatesh and A. SaiTeja, "Intrusion Detection System Framework Using Machine Learning," 2021 Third International Conference on Inventive Research in Computing Applications (ICIRCA), Coimbatore, India, 2021, pp. 12 24-1230, doi: 10.110...
2021
-
[38]
Intrusion Detection System using Feature Selection With Clustering and Classification Machine Learning Algorithms on the UNSW -NB15 dataset,
M. Hammad, W. El -many, and Y. Ismail, “Intrusion Detection System using Feature Selection With Clustering and Classification Machine Learning Algorithms on the UNSW -NB15 dataset,” in 2020 International Conference on Innovation and Intelligence for Inform atics, Computing, an...
2020
-
[39]
A Hybrid Machine Learning and Data Mining Based Approach to Network Intrusion Detection,
A. Singhal, A. Maan, D. Chaudhary and D. Vishwakarma, "A Hybrid Machine Learning and Data Mining Based Approach to Network Intrusion Detection," 2021 International Conference on Artificial Intelligence and Smart Systems (ICAIS), Coimbatore, India, 2021, pp. 312 -318, doi: 10.1...
2021
-
[40]
Machine Learning based Intrusion Detection Framework using Recursive Feature Elimination Method,
J. D. S. W.S. and P. B., "Machine Learning based Intrusion Detection Framework using Recursive Feature Elimination Method," 2020 International Conference on System, Computation, Automation and Networking (ICSCAN), Pondicherry, India, 2020, pp. 1 -4, doi: 10.1109/ICSCAN49426.20...
2020
-
[41]
Feature selection for intrusion detection systems,
F. Kamalov, S. Moussa, R. Zgheib, and O. Mashaal, “Feature selection for intrusion detection systems,” in 2020 13th International Symposium on Computational Intelligence and Design (ISCID), Hangzhou, China, Dec. 2020, pp. 265 –269. doi: 10.1109/ISCID51228.2020.00065
2020
-
[42]
Fang, Weijian & Tan, Xiaoling & Wilbur, Dominic. (2020). Application of intrusion detection technology in network safety based on machine learning. Safety Science. 124. 104604. 10.1016/j.ssci.2020.104604
2020
-
[43]
Implementation of Intrusion Detection System Using Various Machine Learning Approaches with Ensemble learning,
P. V. Pandit, S. Bhushan and P. V. Waje, "Implementation of Intrusion Detection System Using Various Machine Learning Approaches with Ensemble learning," 2023 International Conference on Advancement in Computation & Computer Technologies (InCACCT), Ghar uan, India, 2023, pp. 4...
2023
-
[44]
Anouar Bachar, N. E. (2020). ML for Network Intrusion Detection Based on SVM Binary Classification Model. Advances in Science, Technology and Engineering Systems Journal, 638-644
2020
-
[45]
Nitu Dash, S. C. (2018). Intrusion Detection System Based on Principal Component Analysis and ML Techniques. International Journal of Engineering Development and Research, 359-367
2018
-
[47]
Khammassi, Chaouki & Krichen, Saoussen. (2017). A GA -LR Wrapper Approach for Feature Selection in Network Intrusion Detection. Computers & Security. 70. 10.1016/j.cose.2017.06.005
2017 doi
-
[48]
Madhukar, G
G. Madhukar, G. N. (2019). An Intruder Detection System based on Feature Selection using RF Algorithm. International Journal of Engineering and Advanced Technology (IJEAT)
2019
-
[49]
B. S. Bhati and C. S. Rai, ‘‘Analysis of support vector machine -based intrusion detection techniques,’’ Arabian J. Sci. Eng., vol. 45, no. 4, pp. 2371–2383, Apr. 2020
2020
-
[50]
Senthilnayaki, B., Venkatalakshmi, K., & Kannan, A. (2019). Intrusion detection system using set feature selection and modified KNN classifier. Int. Arab J. Inf. Technol., 16(4), 746-753
2019
-
[52]
A simple KNN algorithm for text categorization
Soucy, P.; Mineau, G.W. A simple KNN algorithm for text categorization. In Proceedings of the 2001 IEEE International Conference on Data Mining, San Jose, CA, USA, 29 November –2 December 2001; pp. 647–648
2001
-
[53]
Intrusion Detection System using decision tree algorithm,
M. Kumar, M. Hanumanthappa and T. V. S. Kumar, "Intrusion Detection System using decision tree algorithm," 2012 IEEE 14th International Conference on Communication Technology, Chengdu, China, 2012, pp. 629-634, doi: 10.1109/ICCT.2012.6511281
2012
-
[54]
Performance evaluation of supervised machine learning algorithms for intrusion detection
Belavagi, M. C., &Muniyal, B. (2016) International Journal of Intelligent Systems and Applications in Engineering IJISAE, 2024, 12(4), 3833–3857 | 3856 “Performance evaluation of supervised machine learning algorithms for intrusion detection.” Procedia Computer Science 89(1): 117-123
2016
-
[55]
An effective approach to network intrusion detection system using genetic algorithm
Ms.Nivedita Naidu, Dr.R.V.Dharaskar “An effective approach to network intrusion detection system using genetic algorithm”, International Journal of Computer Applications (0975 – 8887) Volume 1 – No. 2, 2010
2010
-
[56]
Overview on ]Intrusion Detection Systems Design Exploiting Machine Learning for Networking Cybersecurity
Dini P, Elhanashi A, Begni A, Saponara S, Zheng Q, Gasmi K. Overview on ]Intrusion Detection Systems Design Exploiting Machine Learning for Networking Cybersecurity. Applied Sciences. 2023; 13(13):7507. ]https://doi.org/10.3390/app13137507
2023 doi
-
[57]
S. S. Haykin. Neural networks and learning machines, volume 3. Pearson Upper Saddle River, NJ, USA: 2009
2009
-
[59]
Evaluation of machine learning algorithms for an intrusion detection system,
M. Almseidin, M. Alzubi, S. Kovacs and M. Alkasassbeh, "Evaluation of machine learning algorithms for an intrusion detection system," 2017 IEEE 15th International Symposium on Intelligent Systems and Informatics (SISY), Subotica, Serbia, 2017, pp. 000277 -000282, doi: 10.1109/...
2017
-
[60]
Performance Evaluation of Supervised Machine Learning Algorithms for Intrusion Detection
J. Manjula C. Belavagi and Balachandra Muniyal, “Performance Evaluation of Supervised Machine Learning Algorithms for Intrusion Detection” Twelfth International Multi -Conference on Information Processing- 2016
2016
-
[61]
D., & Khan, M
Saranya, T., Sridevi, S., Deisy, C., Chung, T. D., & Khan, M. A. (2020). Performance analysis of machine learning algorithms in intrusion detection system: A review. Procedia Computer Science, 171, 1251-1260
2020
-
[62]
Mahmood, R. A. R. ., Abdi, A., & Hussin, M. . (2021). Performance Evaluation of Intrusion Detection System using Selected Features and Machine Learning Classifiers. Baghdad Science Journal, 18(2(Suppl.), 0884. https://doi.org/10.21123/bsj.2021.18.2(Suppl.).0884
2021 doi
-
[63]
A Simple and Robust Approach of Random Forest for Intrusion Detection System in Cyber Security,
M. Choubisa, R. Doshi, N. Khatri and K. Kant Hiran, "A Simple and Robust Approach of Random Forest for Intrusion Detection System in Cyber Security," 2022 International Conference on IoT and Blockchain Technology (ICIBT), Ranchi, India, 2022, pp. 1-5, doi: 10.1109/ICIBT52874.2...
2022
-
[64]
& Ghazizadeh- Ahsaee, Mostafa & Karimipour, Hadis
Mohammadi, Sara & Mirvaziri, H. & Ghazizadeh- Ahsaee, Mostafa & Karimipour, Hadis. (2019). Cyber intrusion detection by combined feature selection algorithm. Journal of Information Security and Applications. 44. 80-88. 10.1016/j.jisa.2018.11.007
2019 doi
-
[65]
Multi-level hybrid support vector machine and extreme learning machine based on modified K -means for an intrusion detection system,
W. L. Al -Yaseen, Z. A. Othman, and M. Z. A. Nazri, “Multi-level hybrid support vector machine and extreme learning machine based on modified K -means for an intrusion detection system,” Expert Systems with Applications, vol. 67, pp. 296–303, 2017
2017
-
[66]
-H.; Salam, I
Chua, T. -H.; Salam, I. Evaluation of Machine Learning Algorithms in Network -Based Intrusion Detection Using Progressive Dataset. Symmetry 2023, 15, 1251. https://doi.org/10.3390/sym15061251
2023 doi
-
[67]
Thaseen, Sumaiya & Cherukuri, Aswani Kumar. (2016). Intrusion Detection Model Using a fusion of Chi-square feature selection and multi -class SVM. Journal of King Saud University - Computer and Information Sciences. 29. 10.1016/j.jksuci.2015.12.004
2016 doi
-
[68]
Mashayak, Balaji R
Safura A. Mashayak, Balaji R. Bombade, (2019). Network Intrusion Detection Exploitation Machine Learning Strategies with the Utilization of Feature Elimination Mechanism. International Journal of Computer Sciences and Engineering, 7(5), 1292-1300
2019
-
[69]
T, Kameswara M
Bhavani T. T, Kameswara M. R and Manohar A. R. (2020). Network Intrusion Detection System using Random Forest and Decision Tree Machine Learning Techniques. International Conference on Sustainable Technologies for Computational Intelligence (ICSTCI). (pp. 637-643). Springer
2020
-
[70]
Ponthapalli R. et al. (2020). Implementation of Machine Learning Algorithms for Detection of Network Intrusion. International Journal of Computer Science Trends and Technology (IJCST). (163-169)
2020
-
[72]
Aziz, Amira & Hanafi, Sanaa & Hassanien, Aboul Ella
A. Aziz, Amira & Hanafi, Sanaa & Hassanien, Aboul Ella. (2016). Comparison of classification techniques applied for network intrusion detection and classification. Journal of Applied Logic. 24. 10.1016/j.jal.2016.11.018
2016 doi
-
[73]
Alkasassbeh and Almseidin. (2018). Machine Learning Methods for Network Intrusions. International Conference on Computing, Communication (ICCCNT). Arxiv
2018
-
[74]
Rasane, Komal & Bewoor, Laxmi & Meshram, Vishal. (2019). A Comparative Analysis of Intrusion Detection Techniques: Machine Learning Approach. SSRN Electronic Journal. 10.2139/ssrn.3418748
2019 doi
-
[75]
Anwer, H.M., Farouk, M., & Abdel -Hamid, A.A. (2018). A framework for efficient network anomaly intrusion detection with features selection. 2018 9th International Conference on Information and Communication Systems (ICICS), 157-162
2018
-
[76]
Ravale, Ujwala & Marathe, Nilesh & Padiya, Puja. (2015). Feature Selection Based Hybrid Anomaly Intrusion Detection System Using K Means and RBF Kernel Function. Procedia Computer Science. 45. 428 -
2015
-
[77]
In: 2015 Fifth international conference on communication systems and network technologies
Kotpalliwar MV, Wajgi R (2015) Classification of attacks using support vector machine (SVM) on KDD cup’99 IDS database. In: 2015 Fifth international conference on communication systems and network technologies. IEEE, pp 987–990
2015
-
[78]
A, Anish Halimaa; Sundarakantham, K. (2019). [IEEE 2019 3rd International Conference on Trends in Electronics and Informatics (ICOEI) - Tirunelveli, India (2019.4.23-2019.4.25)] 2019 3rd International Conference on Trends in Electronics and Informatics (ICOEI) - Machine Learni...
2019
-
[80]
SVM-DT-based adaptive and collaborative intrusion detection,
S. Teng, N. Wu, H. Zhu, L. Teng, and W. Zhang, "SVM-DT-based adaptive and collaborative intrusion detection," in IEEE/CAA Journal of Automatica Sinica, vol. 5, no. 1, pp. 108 -118, Jan. 2018, doi: 10.1109/JAS.2017.7510730
2018
-
[81]
Network intrusion detection system using various data mining techniques,
D. Gupta, S. Singhal, S. Malik, and A. Intrusion detection system using data mining a review, "Network intrusion detection system using various data mining techniques," 2016 International Conference on Research Advances in Integrated Navigation Systems (R AINS), Bangalore, Ind...
2016
-
[82]
Reducing false positives in intrusion detection systems using data -mining techniques utilizing support vector machines, decision trees, and naive Bayes for off -line analysis,
K. Goeschel, “Reducing false positives in intrusion detection systems using data -mining techniques utilizing support vector machines, decision trees, and naive Bayes for off -line analysis,” SoutheastCon 2016: IEEE, pp. 1–6, 2016
2016
-
[83]
S., Kumar, K., & Bhatnagar, V. (2021). Machine Learning Algorithms Performance Evaluation for Intrusion Detection. Journal of Information Technology Management, 13(1), 42 -61. doi: 10.22059/jitm.2021.80024
2021
-
[84]
Aburomman, Abdulla & Reaz, Mamun Bin Ibne. (2016). Ensemble binary SVM classifiers based on PCA and LDA feature extraction for intrusion detection. 636-
2016
-
[85]
Semi - supervised multi-layered clustering model for intrusion detection
Al-Jarrah, O. Y., Al -Hammdi, Y., Yoo, P. D., Muhaidat, S., & Al -Qutayri, M. (2018) “Semi - supervised multi-layered clustering model for intrusion detection.” Digital Communications and Networks 4(4): 277-286
2018
-
[86]
Machine Learning Algorithms for Intrusion Detection Performance Evaluation and Comparative Analysis,
B. M. Irfan, V. Poornima, S. Mohana Kumar, U. S. Aswal, N. Krishnamoorthy and R. Maranan, "Machine Learning Algorithms for Intrusion Detection Performance Evaluation and Comparative Analysis," 2023 4th International Conference on Smart Electronics and Communication (ICOSEC), T...
2023
-
[87]
MLIDS: A Machine Learning Approach for Intrusion Detection for Real-Time Network Dataset,
M. D. Rokade and Y. K. Sharma, “MLIDS: A Machine Learning Approach for Intrusion Detection for Real-Time Network Dataset,” in 2021 International Conference on Emerging Smart Computing and Informatics (ESCI), Pune, India, Mar. 2021, pp. 533 –
2021
-
[89]
A Novel Intrusion Detection System based on Extreme Machine Learning and Multi-Voting Technology,
J. Gao, S. Chai, C. Zhang, B. Zhang and L. Cui, "A Novel Intrusion Detection System based on Extreme Machine Learning and Multi-Voting Technology," 2019 Chinese Control Conference (CCC), Guangzhou, China, 2019, pp. 8909 -8914, doi: 10.23919/ChiCC.2019.8865258
2019
-
[90]
Evaluation of machine learning techniques for network intrusion detection,
M. Zaman and C. -H. Lung, "Evaluation of machine learning techniques for network intrusion detection," NOMS 2018 - 2018 IEEE/IFIP Network Operations and Management Symposium, Taipei, Taiwan, 2018, pp. 1 -5, doi: 10.1109/NOMS.2018.8406212
2018
-
[91]
Mazarbhuiya, Fokrul & Shenify, Mohamed. (2023). An Intuitionistic Fuzzy -Rough Set -Based Classification for Anomaly Detection. Applied Sciences (2023). 13. 1-21. 10.3390/app13095578
2023 doi
-
[92]
Shen Kejia, Hamid Parvin, Sultan Noman Qasem, Bui Anh Tuan, and Kim -Hung Pho. 2020. A classification model based on SVM and fuzzy rough set for network intrusion detection. J. Intell. Fuzzy Syst. 39, 5 (2020), 6801 –6817. https://doi.org/10.3233/JIFS - 191621
2020 doi
-
[93]
Sever, Hayri & Raoof Nasser, Ahmed. (2019). Host-based intrusion detection architecture based on rough set theory and machine learning. Journal of Engineering and Applied Sciences. 14. 415 -422. 10.3923/jeasci.2019.415.422
2019 doi
-
[94]
Zhang, Qiangyi & Qu, Yanpeng & Deng, Ansheng. (2018). Network Intrusion Detection Using Kernel-based Fuzzy -rough Feature Selection. 1 -6. 10.1109/FUZZ-IEEE.2018.8491578
2018
-
[95]
Panigrahi, A., & Patra, M. R. (2016). Fuzzy Rough Classification Models for Network Intrusion Detection. Transactions on Engineering and Computing Sciences, 4(2), 07. https://doi.org/10.14738/tmlai.42.1882
2016 doi
-
[96]
Potdar, Performance Evolution of Machine Learning Algorithms for Network Intrusion Detection System
Kushal Jani, Punit Lalwani, Deepak Upadhyay, M.B. Potdar, Performance Evolution of Machine Learning Algorithms for Network Intrusion Detection System. International Journal of Computer Engineering and Technology, 9(5), 2018, pp. 181-189
2018
-
[97]
Kocher, Geeta & Kumar Ahuja, Dr. Gulshan. (2021). Analysis of Machine Learning Algorithms with Feature Selection for Intrusion Detection using UNSW - NB15 Dataset. I nternational Journal of Network Security & Its Applications. 13. 21 -31. 10.5121/ijnsa.2021.13102
2021
-
[435]
10.1016/j.procs.2015.03.174
2015 doi
-
[536]
doi: 10.1109/ESCI50559.2021.9396829
2021
-
[640]
10.1109/IMCEC.2016.7867287
2016
Reviewed August 7, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.