
Piezoelectric energy harvesting (PEH) enables maintenance-free micro-power generation for autonomous sensing and ultra-low-power electronics by converting ambient mechanical excitation into electrical energy. Despite substantial progress in piezoelectric materials and device structures, forecasting PEH electrical outputs remains difficult because the response is nonlinear, excitation is stochastic, and performance can drift under repeated loading. This paper proposes a hybrid deep learning architecture that integrates Long Short-Term Memory (LSTM) and Artificial Neural Network (ANN) components to forecast voltage, current, and power from footstep-driven PEH time-series data. The dataset is constructed by sampling the harvester voltage under controlled walking-induced excitation and organizing the continuous signal into supervised samples using a sliding-window scheme; features are normalized and paired with future targets for multi-output regression. The model is trained and evaluated against standalone LSTM, standalone ANN, and classical forecasting baselines using RMSE, MAE, MSE, and R2. Experimental results show high voltage prediction accuracy (R2=0.9896, RMSE = 0.0035, MAE = 0.0022), while current and power are predicted with acceptable performance consistent with their higher noise sensitivity and nonlinear coupling. These findings indicate that combining temporal memory with nonlinear regression improves forecasting stability for PEH outputs within the defined experimental setting and provides a practical basis for energy-aware scheduling and monitoring in self-powered sensing applications. Future work will extend the dataset to broader excitation conditions and incorporate uncertainty-aware modeling for robust edge deployment.
Mental health sentiment classification from textual data has attracted increasing attention as a computational approach to support large-scale psychological assessment; however, multi-class classification remains challenging due to noisy text, class imbalance, and semantic overlap among categories. This study proposes and evaluates a machine learning framework for seven-class mental health sentiment classification that integrates enhanced text preprocessing with lemmatization, data augmentation via back-translation, TF-IDF feature extraction, and systematic model evaluation across multiple classifiers, including Logistic Regression, Decision Tree, Random Forest, Gradient Boosting, K-Nearest Neighbors, AdaBoost, and XGBoost, under three hyperparameter tuning strategies: Grid Search, Random Search, and Particle Swarm Optimization (PSO). Experimental results indicate that ensemble-based models consistently outperform single classifiers, with the PSO-optimized Random Forest achieving the best numerical performance, attaining an accuracy of 0.933, a macro F1-score of 0.923, and a ROC AUC of 0.989, demonstrating strong generalization and balanced class-level performance despite dataset imbalance. These findings confirm that the combination of robust preprocessing and metaheuristic-based hyperparameter optimization significantly enhances multi-class mental health sentiment classification and supports its potential use as a scalable decision-support tool for large-scale mental health screening, while not intended to replace clinical diagnosis.
Alzheimer's disease (AD) significantly impairs cognitive functions, making independent activities, including Muslim prayers, challenging for patients. This study introduces an innovative Brain-Computer Interface (BCI) system leveraging Electroencephalography (EEG) signals to facilitate prayer practices for individuals with AD. Utilizing a 5-channel EEG headset to monitor attention levels, our system detects alpha and beta wave patterns to assess user focus. When attention diminishes, the system provides guidance to the next prayer step, ensuring continuity and support. Additionally, motion detection technology captures physical movements associated with prayer, enabling the classifier to learn and recognize different prayer postures from a dataset of two individuals. This approach aids AD patients in maintaining religious practices independently while significantly enhancing their psychological well-being by fostering autonomy and spiritual fulfillment. Our findings suggest that integrating EEG-based BCI systems with motion detection offers a promising avenue for supporting daily activities and improving quality of life for individuals with cognitive impairments.
The Advancements in precision aquaculture demand robust visual monitoring systems capable of accurate, real-time fish detection in complex underwater environments characterized by turbidity, occlusion, and dynamic illumination. While YOLO (You Only Look Once) architectures have demonstrated high efficiency in object detection tasks, their comparative performance for underwater fish detection remains underexplored, particularly across recent variants such as YOLOv5, YOLOv8, and YOLOv11. This study presents a systematic evaluation of three state-of-the-art YOLO models using a curated GlowFish dataset consisting of 533 annotated images across three fluorescent species. Data were acquired under controlled but visually diverse conditions using multi-angle imaging and standardized illumination. A uniform training pipeline, consistent annotation using the COCO format, and identical hyperparameters were applied across models to ensure fair benchmarking. Key evaluation metrics include precision, recall, mAP@0.5, and mAP@0.5:0.95. Experimental results reveal that YOLOv5 achieved the highest precision (0.963) and mAP@0.5 (0.967), while YOLOv8 delivered superior recall (0.930) and more balanced detection across species classes. YOLOv11 demonstrated architectural potential but showed greater sensitivity to class imbalance and reduced confidence stability. Visual analysis and confusion matrices further confirmed model-specific trade-offs in classification reliability and localization precision. This work contributes critical empirical insights into the selection of YOLO architectures for intelligent aquaculture systems, offering practical guidance for real-time aquatic monitoring deployments. Future research will extend this framework to multi-species, multi-environment datasets, integrate spatiotemporal behavioral tracking, and investigate deployment on resource-constrained edge-AI platforms, advancing the field toward interpretable and autonomous aquatic monitoring solutions.
Automatic License Plate Recognition (ALPR) systems are widely utilized for traffic monitoring, law enforcement, and security applications. While previous ALPR techniques have demonstrated high accuracy on uniform license plate formats, recognizing license plates in many countries particularly in Arabic-speaking regions remains a significant challenge due to the complex structure and diverse designs of the plates. Moreover, visual similarities between certain English letters and Arabic numerals often lead to misinterpretations by Optical Character Recognition (OCR) systems. This study proposes an efficient ALPR framework tailored for the new Iraqi license plates, employing image processing and deep learning (DL) techniques. The system integrates the YOLOv11n object detection model for accurate license plate localization, and OCR for character recognition. To address the OCR misclassification issue, particularly those caused by Arabic-English character similarities, the OCR component is enhanced using Character Index Checking (CCI) and Regular Expression Patterns (REP), resulting in more stable and accurate recognition outputs. The proposed method was evaluated on a real dataset of Iraqi license plates under varying illumination, viewpoints, and background complexity. Experimental results demonstrate strong end-to-end ALPR performance, achieving 100% plate detection accuracy, 99.8% recognition recall, and 99.5% mAP@0.5, confirming the robustness and practical effectiveness of the proposed system.