Claim Missing Document
Check
Articles

Found 2 Documents
Search

CYBERSECURITY IN SMART HEALTHCARE: A MACHINE LEARNING APPROACH Iwan Handoyo Putro
Jurnal Teknik Elektro Vol. 18 No. 1 (2025): Maret 2025
Publisher : Institute of Research and Community Outreach

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.9744/jte.18.1.40-45

Abstract

The adoption of Internet of Things (IoT) technologies in medical devices has greatly enhanced healthcare capabilities. This enables continuous patient monitoring, real-time diagnostics, and remote care. However, this connectivity also introduces significant cybersecurity threats that can compromise patient safety and system integrity. This paper presents a machine learning-based framework for detecting threats in IoT-enabled medical devices. This study utilizing the WUSTL-EHMS-2020 dataset that taking a collection of network traffic from real-world healthcare IoT systems. A comparative evaluation of multiple classifiers was conducted to assess detection effectiveness and computational efficiency. In terms of accuracy value, the Decision Tree (DT) achieves highest value of 0.97. The Random Forest (RF) model demonstrated more optimum performance across metrics with accuracy at 0.94, precision of 0.95, recall of 0.56, and F1-score of 0.70. Meanwhile, XGBoost (XGB) achieved the highest Area Under the Curve (AUC) score at 0.95, indicating strong overall classification performance. Conversely, Gaussian Naive Bayes (GNB) exhibited the weakest results, with an accuracy of 0.86, F1-score of 0.46, and the lowest AUC score of 0.73. Notably, K-Nearest Neighbors (KNN) achieved the fastest training time of just 0.001 seconds, offering a preferable option for deployment in time-sensitive environments. These results highlight the trade-offs between accuracy, speed, and robustness in machine learning-based intrusion detection systems. This study underscores the potential of intelligent threat detection models in strengthening the security of modern medical IoT infrastructures, all while balancing computational constraints.
AIR QUALITY PREDICTION USING IOT AND MACHINE LEARNING Iwan Handoyo Putro
Jurnal Teknik Elektro Vol. 19 No. 1 (2026): Maret 2026
Publisher : Institute of Research and Community Outreach

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.9744/jte.19.1.%p

Abstract

Air pollution has become a critical environmental and public health concern, particularly in urban areas where industrial activities and transportation contribute significantly to particulate matter emissions. The emergence of Internet of Things (IoT) technologies has enabled continuous and real-time monitoring of environmental conditions through distributed sensor networks. However, raw sensor data alone is insufficient without intelligent analysis for accurate forecasting and decision-making. This study proposes a machine learning-based approach for air quality prediction using IoT-derived environmental data. The Beijing PM2.5 dataset was utilized to simulate real-world IoT sensor measurements, incorporating meteorological and temporal features. Three machine learning models: Linear Regression, Random Forest, and Gradient Boosting were implemented and evaluated using standard performance metrics including Mean Absolute Error (MAE), Mean Squared Error (MSE), Root Mean Squared Error (RMSE), and coefficient of determination (R²). Experimental results indicate that the Random Forest model achieved the best performance, with an RMSE of 47.05, and R² score of 0.75. In comparison, Gradient Boosting produced an RMSE of 66.27 and R² of 0.50, while Linear Regression showed the lowest performance with an RMSE of 80.14 and R² of 0.27. These results demonstrate that tree-based ensemble methods, particularly Random Forest, are more effective in capturing the nonlinear relationships present in environmental data. This work highlights the potential of integrating IoT sensing with machine learning models to support accurate air quality prediction and informed environmental management