p-Index From 2020 - 2025
7.253
P-Index
This Author published in this journals
All Journal International Journal of Electrical and Computer Engineering IJCCS (Indonesian Journal of Computing and Cybernetics Systems) Jurnal Ilmiah Merpati (Menara Penelitian Akademika Teknologi Informasi) JURNAL SISTEM INFORMASI BISNIS Epsilon: Jurnal Matematika Murni dan Terapan Bulletin of Electrical Engineering and Informatics Jurnal Ilmiah Teknik Elektro Komputer dan Informatika (JITEKI) Jurnal Teknologi Informasi dan Ilmu Komputer Telematika Jurnal Edukasi dan Penelitian Informatika (JEPIN) JUITA : Jurnal Informatika Proceedings Konferensi Nasional Sistem dan Informatika (KNS&I) Mimbar Sekolah Dasar POSITIF KLIK (Kumpulan jurnaL Ilmu Komputer) (e-Journal) Jurnal ELTIKOM : Jurnal Teknik Elektro, Teknologi Informasi dan Komputer Jurnal RESTI (Rekayasa Sistem dan Teknologi Informasi) JURNAL MEDIA INFORMATIKA BUDIDARMA Jurnal Komputasi Jurnal Sains dan Informatika MATRIK : Jurnal Manajemen, Teknik Informatika, dan Rekayasa Komputer Jurnal Pengembangan Riset dan Observasi Teknik Informatika Journal of Computer Science and Informatics Engineering (J-Cosine) J-SAKTI (Jurnal Sains Komputer dan Informatika) Jurnal Formil (Forum Ilmiah) Kesmas Respati Journal of Electronics, Electromedical Engineering, and Medical Informatics Jurnal Pengabdian Kepada Masyarakat (Mediteg) Altasia : Jurnal Pariwisata Indonesia Jurnal Mnemonic Jurnal Teknik Informatika (JUTIF) J-SAKTI (Jurnal Sains Komputer dan Informatika) JUSTIN (Jurnal Sistem dan Teknologi Informasi) Journal of Data Science and Software Engineering Indonesian Journal of Electronics, Electromedical Engineering, and Medical Informatics
Claim Missing Document
Check
Articles

Found 4 Documents
Search
Journal : Indonesian Journal of Electronics, Electromedical Engineering, and Medical Informatics

Evaluation of the Impact of SMOTEENN on Monkeypox Case Classification Performance Using Boosting Algorithms Siena, Laifansan; Saragih, Triando Hamonangan; Nugroho, Radityo Adi; Kartini, Dwi; Muliadi; Caesarendra, Wahyu
Indonesian Journal of Electronics, Electromedical Engineering, and Medical Informatics Vol. 7 No. 2 (2025): May
Publisher : Jurusan Teknik Elektromedik, Politeknik Kesehatan Kemenkes Surabaya, Indonesia

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.35882/ijeeemi.v7i2.77

Abstract

Monkeypox is a zoonotic disease with increasing global prevalence, posing a significant challenge in healthcare. Its widespread transmission necessitates more accurate detection systems to assist medical professionals in diagnosing and managing cases effectively. One of the main challenges in developing monkeypox prediction models is class imbalance in datasets, which can cause models to favor the majority class and reduce predictive accuracy for rarer cases. To address this issue, this study evaluates the effectiveness of the SMOTEENN resampling technique in improving the classification performance of monkeypox cases. Three boosting algorithms Gradient Boosting, XGBoost, and LightGBM were applied to a monkeypox dataset consisting of 25,000 samples. The data preprocessing steps included handling missing values, feature encoding, and feature scaling. The dataset was then balanced using SMOTEENN, a hybrid technique combining the Synthetic Minority Over-sampling Technique (SMOTE) and Edited Nearest Neighbors (ENN). Additionally, hyperparameter tuning with GridSearchCV was performed to optimize model performance by systematically selecting the best parameter combinations. The results indicate that applying SMOTEENN significantly improved classification accuracy, achieving a maximum of 69%, with an F1-score of 67%. Compared to previous studies, the proposed approach demonstrated superior performance in handling class imbalance and enhancing classification robustness. These findings highlight the potential of SMOTEENN and boosting algorithms in medical data classification, particularly for infectious diseases with imbalanced datasets. This study contributes to the development of more reliable machine learning techniques for improving disease detection, classification accuracy, and overall model generalization. Future research should explore additional resampling techniques, deep learning architectures, and feature selection methods to further improve predictive performance in medical diagnostics.
Improving Diabetes Prediction Using Feedforward Neural Network with Adam Optimization and SMOTE Technique Wijaya Kusuma, Arizha; Mazdadi, Muhammad Itqan; Kartini, Dwi; Farmadi, Andi; Indriani, Fatma; P., Chandrasekaran
Indonesian Journal of Electronics, Electromedical Engineering, and Medical Informatics Vol. 7 No. 3 (2025): August
Publisher : Jurusan Teknik Elektromedik, Politeknik Kesehatan Kemenkes Surabaya, Indonesia

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.35882/ijeeemi.v7i3.127

Abstract

Diabetes mellitus is a chronic metabolic disorder that demands early and accurate detection to prevent life-threatening complications. Traditional diagnostic procedures, such as blood glucose tests and oral glucose tolerance tests, are often invasive, time-consuming, and resource-intensive, making them less practical for widespread screening. This study aims to explore the potential of artificial intelligence, specifically Feedforward Neural Networks (FNN), in predicting diabetes based on clinical data from the National Institute of Diabetes and Digestive and Kidney Diseases (NIDDK). The main contribution of this research lies in the application of the Adaptive Moment Estimation (Adam) optimization algorithm and the Synthetic Minority Oversampling Technique (SMOTE) to enhance the performance and generalization of the FNN on imbalanced medical datasets. The methodology involves preprocessing steps such as imputing zero values with feature means, normalizing input features using Min-Max scaling, and applying SMOTE to balance class distribution. Two model configurations were compared: a baseline FNN trained manually using full-batch gradient descent and a second FNN optimized using Adam. Experimental results demonstrated that the baseline model achieved an accuracy of 70.13%, precision of 56.06%, recall of 68.52%, and F1-score of 61.67%, while the Adam-optimized model achieved superior results with an average accuracy of 73.31%, precision of 60.97%, recall of 66.67%, and F1-score of 63.64% across ten independent runs. These findings indicate that combining adaptive optimization with oversampling significantly enhances the robustness and reliability of neural networks for medical classification tasks. In conclusion, the proposed method provides an effective framework for AI-assisted early diabetes detection and opens pathways for future development using deeper network architectures and explainable AI models for clinical applications.
Dimensionality Reduction Using Principal Component Analysis and Feature Selection Using Genetic Algorithm with Support Vector Machine for Microarray Data Classification Kartini, Dwi; Badali, Rahmat Amin; Muliadi, Muliadi; Nugrahadi, Dodon Turianto; Indriani, Fatma; Saputro, Setyo Wahyu
Indonesian Journal of Electronics, Electromedical Engineering, and Medical Informatics Vol. 7 No. 1 (2025): February
Publisher : Jurusan Teknik Elektromedik, Politeknik Kesehatan Kemenkes Surabaya, Indonesia

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.35882/mr7x9713

Abstract

DNA microarray is used to analyze gene expression on a large scale simultaneously and plays a critical role in cancer detection. The creation of a DNA microarray starts with RNA isolation from the sample, which is then converted into cDNA and scanned to generate gene expression data. However, the data generated through this process is highly dimensional, which can affect the performance of predictive models for cancer detection. Therefore, dimensionality reduction is required to reduce data complexity. This study aims to analyze the impact of applying Principal Component Analysis (PCA) for dimensionality reduction, Genetic Algorithm (GA) for feature selection, and their combination on microarray data classification using Support Vector Machine (SVM). The datasets used are microarray datasets, including breast cancer, ovarian cancer, and leukemia. The research methodology involves preprocessing, PCA for dimensionality reduction, GA for feature selection, data splitting, SVM classification, and evaluation. Based on the results, the application of PCA dimensionality reduction combined with GA feature selection and SVM classification achieved the best performance compared to other classifications. For the breast cancer dataset, the highest accuracy was 73.33%, recall 0.74, precision 0.75, and F1 score 0.73. For the ovarian cancer dataset, the highest accuracy was 98.68%, recall 0.98, precision 0.99, and F1 score 0.99. For the leukemia dataset, the highest accuracy was 95.45%, recall 0.94, precision 0.97, and F1 score 0.95. It can be concluded that combining PCA for dimensionality reduction with GA for feature selection in microarray classification can simplify the data and improve the accuracy of the SVM classification model. The implications of this study emphasize the effectiveness of applying PCA and GA methods in enhancing the classification performance of microarray data.
Effectiveness of SMOTE in Enhancing Adult Autism Spectrum Disorder Diagnosis Predictive Performance With Missforest Imputation And Random Forest Musyaffa, Muhammad Hafizh; Saragih, Triando Hamonangan; Nugrahadi, Dodon Turianto; Kartini, Dwi; Farmadi, Andi
Indonesian Journal of Electronics, Electromedical Engineering, and Medical Informatics Vol. 7 No. 2 (2025): May
Publisher : Jurusan Teknik Elektromedik, Politeknik Kesehatan Kemenkes Surabaya, Indonesia

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.35882/ijeeemi.v7i2.66

Abstract

Autism Spectrum Disorder (ASD), originally described by Leo Kanner in 1943, is a complex developmental condition that manifests through social, emotional, and behavioral challenges, often including speech delays and difficulties in interpersonal interactions. Despite significant advancements in diagnostic criteria over the years, accurate diagnosis of ASD in adults remains challenging due to limited access to comprehensive datasets and inherent methodological constraints. The Autism Screening Adult dataset used in this study exemplifies these issues, as it contains missing values and exhibits a marked class imbalance, both of which can adversely affect model performance. To address these challenges, we proposed a framework that integrates Random Forest classification with MissForest imputation and the Synthetic Minority Over-sampling Technique (SMOTE). MissForest effectively imputes missing data by employing an iterative random forest approach that preserves the underlying structure of the data without relying on strict parametric assumptions. Meanwhile, SMOTE generates synthetic samples for the minority class, thereby balancing the dataset and reducing prediction bias. Experimental evaluation through 10-Fold Cross Validation demonstrated that the application of SMOTE significantly enhanced model performance. Notably, the overall accuracy improved from 70.17% to 79.32%, and the AUC-ROC increased from 47.13% to 85.84%, indicating a robust improvement in the model’s ability to distinguish between positive and negative cases. These results underscore the critical importance of addressing data imbalance and missing values in predictive modeling for ASD. The promising outcomes of this study provide a solid foundation for developing more reliable diagnostic tools for adult ASD, and future research may further refine feature selection and incorporate additional data sources to optimize performance even further.
Co-Authors A.A. Ketut Agung Cahyawan W Abadi, Friska Abdullayev, Vugar Adawiyah, Laila Adin Nofiyanto, Adin Ahdyani, Annisa Salsabila Ahmad Rusadi Arrahimi - Universitas Lambung Mangkurat) Ahmad Rusadi Arrahimi - Universitas Lambung Mangkurat) Aida, Nor Ajwa Helisa Al Habesyah, Noor Zalekha Andi Farmadi Andi Farmadi Anshari, Muhammad Ridha Ansyari, Muhammad Ridho Antoh, Soterio Arfan Eko Ari Widodo Aryastuti, Nurul Azizah, Siti Roziana Bachtiar, Adam Mukharil Badali, Rahmat Amin Budiman, Irwan Daduk Merdika Mansur Dalimunthe, Gallang Perdhana Deni Kurnia Diana Sari Dike Bayu Magfira, Dike Bayu Dina Arifah Dita Amara Dodon Turianto Nugrahadi Dzira Naufia Jawza Faisal, Mohammad Reza Faisal, Mohammad Reza Fathmah, Siti Fatma Indriani Fatma Indriani Favorisen R. Lumbanraja Fitra Ahya Mubarok Friska Abadi Halimah Halimah Helma Herlinda Herteno, Rudy Ihsan, Muhammad Khairi Indriani, Fatma Irwan Budiman Irwan Budiman Irwan Budiman Itqan Mazdadi, Muhammad Jhondy Baharsyah Lestari, Mega Lilies Handayani Mafazy, Muhammad Meftah Mahmud Mahmud Maya Yusida Mera Kartika Delimayanti Miftakhul Huda Muhammad Fauzan Nafiz Muhammad Itqan Mazdadi Muhammad Reza Faisal, Muhammad Reza Muhammad Syahriani Noor Basya Basya Muliadi Muliadi Muliadi Muliadi . Muliadi . Muliadi Muliadi Muliadi Muliadi Muliadi Muliadi Muliadi Muliadi Muliadi, M Muliadi, Muliadi Musyaffa, Muhammad Hafizh Nafiz, Muhammad Fauzan Nor Indrani Nurcahyati, Ica Nurdiansyah Nurdiansyah Nurul Chamidah P., Chandrasekaran Padhilah, Muhammad Pirjatullah Pirjatullah Radityo Adi Nugroho Radityo Adi Nugroho Rahmat Hidayat Rahmat Ramadhani Reina Alya Rahma Riadi, Putri Agustina Rizky, Muhammad Hevny Rozaq, Hasri Akbar Awal Rudy Herteno Rudy Herteno Rusdiani, Husna Safitri, Yasmin Dwi Said, Muhammad Al Ichsan Nur Rizqi Salsha Farahdiba Saputro, Setyo Wahyu Saragih, Triando Hamonangan Sari, Fitri Eka Septyan Eka Prastya Shalehah Siena, Laifansan Siti Aisyah Solechah Sulastri Norindah Sari Sule, Ernie Tisnawati Tri Mulyani Triando Hamonangan Saragih Vina Maulida, Vina Wahyu Caesarendra Wijaya Kusuma, Arizha Yevis Marty Oesman YILDIZ, Oktay Yuyus Suryana