Journal of Electronics, Electromedical Engineering, and Medical Informatics https://jeeemi.org/index.php/jeeemi <p>The Journal of Electronics, Electromedical Engineering, and Medical Informatics, (JEEEMI), is a peer-reviewed periodical scientific journal aimed at publishing research results of the Journal focus areas. The Journal is published by the Department of Electromedical Engineering, Health Polytechnic of Surabaya, Ministry of Health, Indonesia. The role of the Journal is to facilitate contacts between research centers and the industry. The aspiration of the Editors is to publish high-quality scientific professional papers presenting works of significant scientific teams, experienced and well-established authors as well as postgraduate students and beginning researchers. All articles are subject to anonymous review processes by at least two independent expert reviewers prior to publishing on the International Journal of Electronics, Electromedical Engineering, and Medical Informatics website.</p> Department of Electromedical Engineering, POLTEKKES KEMENKES SURABAYA en-US Journal of Electronics, Electromedical Engineering, and Medical Informatics 2656-8632 <p><strong>Authors who publish with this journal agree to the following terms:</strong></p> <ol> <li class="show">Authors retain copyright and grant the journal right of first publication with the work simultaneously licensed under a Creative Commons Attribution-ShareAlikel 4.0 International <a title="CC BY SA" href="https://creativecommons.org/licenses/by-sa/4.0/" target="_blank" rel="noopener">(CC BY-SA 4.0)</a>&nbsp;that allows others to share the work with an acknowledgement of the work's authorship and initial publication in this journal.</li> <li class="show">Authors are able to enter into separate, additional contractual arrangements for the non-exclusive distribution of the journal's published version of the work (e.g., post it to an institutional repository or publish it in a book), with an acknowledgement of its initial publication in this journal.</li> <li class="show">Authors are permitted and encouraged to post their work online (e.g., in institutional repositories or on their website) prior to and during the submission process, as it can lead to productive exchanges, as well as earlier and greater citation of published work (See&nbsp;<a href="http://opcit.eprints.org/oacitation-biblio.html" target="_new">The Effect of Open Access</a>).</li> </ol> Rule-Based Adaptive Chatbot on WhatsApp for Visual, Auditory, and Kinesthetic Learning Style Detection https://jeeemi.org/index.php/jeeemi/article/view/1215 <p>Adapting learning methods to individual learning styles remains a major challenge in digital education due to the static nature of traditional questionnaires and the absence of adaptive feedback mechanisms. This study aimed to develop a rule-based adaptive WhatsApp chatbot capable of automatically identifying users’ learning styles, visual, auditory, and kinesthetic, through a weighted questionnaire enhanced with probabilistic refinement. The proposed system introduces an adaptive decision framework that dynamically manages conversation flow using score dominance evaluation, early termination, and selective question expansion. Bayesian posterior probability estimation is employed to strengthen decision confidence in borderline cases, ensuring consistent and interpretable results even when user responses are ambiguous. The chatbot was implemented using WhatsApp-web.js and MongoDB, supported by session validation and activity log monitoring to ensure operational reliability and data integrity. System validation involved white-box testing using Cyclomatic Complexity to verify logical accuracy and 20-fold cross-validation using a Support Vector Machine (SVM) to evaluate classification performance. The adaptive model achieved an accuracy of 80.2% and an AUC of 0.902, supported by a balanced precision (0.738), recall (0.662), and F1-score (0.698). These results demonstrate stable discriminative capability and confirm that the adaptive scoring mechanism effectively reduces redundant questioning, lowers cognitive load, and improves interaction efficiency without compromising reliability. In conclusion, the study successfully achieved its objective of developing an adaptive, efficient, and mathematically transparent learning style detection system. The findings confirm that adaptive rule-based logic reinforced by probabilistic reasoning can significantly enhance the efficiency and reliability of digital learning assessments. Future research will extend this framework by incorporating multimodal behavioral indicators and personalized learning content to further strengthen adaptive learning support</p> Muhammad Rahulil Yuni Yamasari Ricky Eka Putra I made Suartana Anita Qoiriah Copyright (c) 2025 Muhammad rahulil, Yuni Yamasari, Ricky Eka Putra, I made Suartana, Anita Qoiriah https://creativecommons.org/licenses/by-sa/4.0 2025-11-28 2025-11-28 8 1 16 31 10.35882/jeeemi.v8i1.1215 BTISS-WNET: Deep Learning-based Brain Tissue Segmentation using Spatio Temporal WNET https://jeeemi.org/index.php/jeeemi/article/view/808 <p><strong>Brain tissue segmentation (BTISS) from magnetic resonance imaging (MRI) is a critical process in neuroimaging, aiding in the analysis of brain morphology and facilitating accurate diagnosis and treatment of neurological disorders. A major challenge in BTISS is intensity inhomogeneity, which arises from variations in the magnetic field during image acquisition. This results in non-uniform intensities within the same tissue class, particularly affecting white matter (WM) segmentation. To address this problem, we propose an efficient deep learning-based framework, BTISS-WNET, for accurate segmentation of brain tissues. The main contribution of this work is the integration of a spatio-temporal segmentation strategy with advanced pre-processing and feature extraction to overcome intensity inconsistency and improve tissue differentiation. The process begins with skull stripping to eliminate non-brain tissues, followed by Empirical Wavelet Transform (EWT) for noise reduction and edge enhancement. Data augmentation techniques, including random rotation and flipping, are applied to improve model generalization. The preprocessed images are fed into Res-GoogleNet (RGNet) to extract deep semantic features. Finally, a Spatio-Temporal WNet is used for precise WM segmentation, leveraging spatial and temporal dependencies for improved boundary delineation. The proposed BTISS-WNET model achieves a segmentation accuracy of 99.32% for white matter. It also demonstrates improved accuracy of 1.76%, 18.23%, and 16.02% over DDSeg, BISON, and HMRF-WOA, respectively. In conclusion, BTISS-WNET provides a robust and high-accuracy framework for WM segmentation in MRI images, with promising applications in clinical neuroimaging. Future work will focus on validating the model using real clinical datasets and extending it to multi-tissue and multi-modal MRI segmentation</strong></p> Athur Shaik Ali Gousia Banu Sumit Hazra Copyright (c) 2025 Athur Shaik Ali Gousia Banu, Sumit Hazra, Razia Alangir Banu https://creativecommons.org/licenses/by-sa/4.0 2025-11-26 2025-11-26 8 1 1 15 10.35882/jeeemi.v8i1.808 Deep Learning Based Ovarian Cancer Classification Using EfficientNetB2 with Attention Mechanism https://jeeemi.org/index.php/jeeemi/article/view/1216 <p>Ovarian cancer is a gynecological malignancy comprising multiple histopathological subtypes. Traditional diagnostic tools like histopathology and CA-125 tests suffer from limitations, including inter-observer variability, low specificity, and time-consuming procedures, often leading to delayed or incorrect diagnoses, which are subjective and error-prone. Conventional machine learning models, such as K-Nearest Neighbors (KNN) and Support Vector Machine (SVM), have been applied but often struggle with high-dimensional image data and fail to extract deep morphological features. This study proposes a DL-based framework to classify ovarian cancer subtypes from histopathological images, aiming to enhance diagnostic accuracy and clinical decision-making. Initially, Deep learning was applied using pre-trained architectures such as VGG-16, Xception, and EfficientNetB2. However, the standout innovation in this study is the integration of EfficientNetB2 with Convolutional Block Attention Module (CBAM), an attention mechanism module. An attention mechanism allows the model to focus on the most informative regions of the image, thereby improving diagnostic precision. The proposed system was trained and validated on a diverse, well-structured dataset, achieving high accuracy and strong generalization capability. EfficientNetB2 with CBAM outperformed other models, achieving a 91% accuracy rate compared to 52% for VGG-16, 72% for Xception, and 82% for the baseline EfficientNetB2 model. This attention-enhanced, scalable AI model demonstrates strong potential for clinical application. It provides faster and more efficient classification of ovarian cancer subtypes compared to conventional approaches. The framework has the potential to improve survival outcomes for patients with ovarian cancer. The proposed system demonstrates a significant improvement in ovarian cancer subtype classification (High-Grade Serous Carcinoma, Low-Grade Serous Carcinoma, Clear-Cell, Endometrioid, and Mucinous Carcinoma). It provides a practical tool for aiding early diagnosis and treatment planning, with potential for integration into clinical workflows.</p> Jayashri Kolekar Chhaya Pawar Amol Pande Chandrashekhar Raut Copyright (c) 2025 Jayashri Kolekar, Chhaya Pawar, Amol Pande, Chandrashekhar Raut https://creativecommons.org/licenses/by-sa/4.0 2025-11-28 2025-11-28 8 1 32 52 10.35882/jeeemi.v8i1.1216