Related Experiment Video
Updated: May 15, 2025

Author Spotlight: Efficient Image Recognition Using Directional Gradient Histogram Technique and Support Vector Machines
Published on: January 5, 2024
Intrusion detection system based on machine learning using least square support vector machine
Pratik Waghmode1, Manideep Kanumuri1, Hosam El-Ocla2
1Department of Computer Science, Lakehead University, Thunder Bay, ON, Canada.
This study introduces a machine learning intrusion detection system using a quantum-inspired least square support vector machine (LS-SVM) and feature selection. The novel approach significantly reduces false predictions and training time for enhanced network security.
Area of Science:
- Cybersecurity
- Machine Learning
- Network Intrusion Detection
Background:
- Traditional intrusion detection systems (IDS) struggle with the scale and complexity of big data, leading to inaccuracies and false predictions.
- Machine learning (ML) offers improved performance for IDS, but conventional ML-based systems face challenges in scalability and high dimensionality, often declining in accuracy with irrelevant features.
- Minimizing false positives and improving the efficiency of ML-based IDS are critical for effective real-time network protection.
Purpose of the Study:
- To develop a machine learning-based network intrusion detection system that enhances classification accuracy and reduces false predictions.
- To address the scalability and efficiency challenges of traditional ML-based IDS in big data environments.
- To introduce a supervised framework utilizing a quantum-inspired least square support vector machine (LS-SVM) with exhaustive feature selection.
Main Methods:
- Employed an exhaustive feature selection algorithm to identify the optimal subset of features for maximum classification accuracy.
- Utilized a quantum-inspired least square support vector machine (LS-SVM) classifier within a supervised learning framework.
- Tuned model hyperparameters based on the selected features to maximize predictive performance and minimize training time.
Main Results:
- Achieved high detection accuracy: 99.3% on NSL-KDD, 99.5% on CIC-IDS-2017, and 93.3% on UNSW-NB15.
- Demonstrated excellent precision (1.00 for CIC-IDS-2017 and UNSW-NB15) and recall (up to 1.00 for CIC-IDS-2017).
- Exhibited competitive testing times (e.g., 1.0s for CIC-IDS-2017) and minimal training times compared to other models, indicating suitability for real-time applications.
Conclusions:
- The proposed LS-SVM-based intrusion detection system effectively enhances classification accuracy and reduces false predictions, outperforming conventional methods.
- The integration of exhaustive feature selection and quantum-inspired LS-SVM provides a scalable and efficient solution for big data network security.
- The model's robust performance and efficiency make it a promising candidate for real-time intrusion detection applications.
Related Concept Videos
Residuals and Least-Squares Property
If the observed data point lies above the line, the residual is positive, and the line underestimates the actual data value for y. If the observed data point lies below the line, the residual is negative, and the line overestimates the actual data value for y.
The process of fitting the best-fit...
Classification of Systems-I
Homogeneity dictates that if an input x(t) is multiplied by a constant c, the output y(t) is multiplied by the same constant. Mathematically, this is expressed as:
Classification of Systems-II
Classification of Signals
A continuous-time signal holds a value at every instant in time, representing information seamlessly. In contrast, a discrete-time signal holds values only at specific moments, often denoted as x(n), where...
Difference from Background: Limit of Detection
The LOD indicates the presence or absence...
Calibration Curves: Linear Least Squares
For data that follow a straight line, the standard method for fitting is the linear...

