Related Experiment Video
Updated: Jul 9, 2025

Design and Analysis for Fall Detection System Simplification
Published on: April 6, 2020
Logistic Regression Ensemble Classifier for Intrusion Detection System in Internet of Things
Silpa Chalichalamala1, Niranjana Govindan2, Ramani Kasarapu3
1Department of Computer Science and Engineering, SRM Institute of Science and Technology, Kattankulathur, Chennai 603203, India.
This study introduces a novel Intrusion Detection System (IDS) for the Internet of Things (IoT). The proposed Logistic Regression based Ensemble Classifier (LREC) significantly enhances security by achieving 99.99% accuracy on the BoT-IoT dataset.
Area of Science:
- Computer Science
- Cybersecurity
- Network Security
Background:
- The Internet of Things (IoT) connects devices globally, but introduces security vulnerabilities.
- Node security breaches in IoT systems can lead to attacks and anomalies.
- Effective Intrusion Detection Systems (IDS) are crucial for securing IoT technologies.
Purpose of the Study:
- To propose an effective Intrusion Detection System (IDS) for Internet of Things (IoT) environments.
- To develop a Logistic Regression based Ensemble Classifier (LREC) for enhanced IoT security.
- To address data imbalance and feature selection challenges in IDS development.
Main Methods:
- Proposed a Logistic Regression based Ensemble Classifier (LREC) combining AdaBoost and Random Forest (RF).
- Utilized Adaptive Synthetic Sampling (ADASYN) to handle data imbalance.
- Employed Recursive Feature Elimination (RFE) for feature selection.
- Evaluated the RFE-LREC method on BoT-IoT and TON-IoT datasets.
Main Results:
- The RFE-LREC achieved a classification accuracy of 99.99% on the BoT-IoT dataset.
- Performance was analyzed using metrics including accuracy, recall, precision, F1-score, FAR, ROC, TNR, and MCC.
- Outperformed existing methods like TL-IDS and LSTM in classification accuracy.
Conclusions:
- The proposed RFE-LREC method offers a highly effective solution for Intrusion Detection Systems in IoT.
- The approach successfully addresses key challenges like data imbalance and feature selection.
- Demonstrated superior performance compared to existing state-of-the-art methods.
Related Concept Videos
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...
Regression Analysis
In regression analysis, a regression equation is determined based on the line of best fit– a line that best fits the data points plotted in a graph. This line is also called the regression line. The algebraic equation for the regression line is called the regression equation. It is represented as:
Prediction Intervals
However, the point estimate is most likely not the exact value of the population parameter, but close to it. After calculating point estimates, we construct interval estimates, called confidence intervals or prediction intervals. This prediction interval comprises a range of values unlike the point estimate and is a better predictor of the observed sample value, y.
Multiple Regression
Farmers can use multiple regression to determine the crop yield based on more than one factor, such as water availability, fertilizer, soil properties, etc. Here, the crop yield is the response or dependent variable as it depends on the other independent variables. The analysis requires the construction of a scatter plot...

